Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Executes all registered notebooks, strips noisy cell metadata, and syncs Jupytext pairs. Use when asked to re-run notebooks or refresh outputs.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 108% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -56% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -57% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -71% | 0% |
Execute all registered notebooks, strip noisy metadata, and sync Jupytext pairs.
_quarto.yml and extract all notebook paths from manuscript.notebooksbash uv run jupyter execute --inplace notebooks/<name>.ipynb Record execution time and success/failure for each notebook.
.ipynb file.Open each .ipynb as JSON and remove these keys from every cell's metadata object:
execution (timestamps added by jupyter execute)_sphinx_cell_id (MyST/Sphinx artifact)vscode (VS Code editor state)Save the cleaned JSON back to the file (preserve formatting with 1-space indent).
.md pairs:bash uv run jupytext --sync notebooks/<name>.md
_quarto.yml has no notebooks registered, report "No notebooks found in _quarto.yml" and stop.Other measured skills in the registry, with their headline benchmark lift.