freeze-check
Checks whether registered notebooks have current, stale, or missing outputs. Use before rendering or to verify freshness.
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill freeze-check --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Check Notebook Execution Freshness Verify that all registered notebooks have been executed and their outputs are current. ## Steps 1. Read `_quarto.yml` and extract all notebook paths from `manuscript.notebooks`. 2. For each registered notebook, check: - **Has outputs:** Open the `.ipynb` JSON and check if any code cells have non-empty `outputs` arrays - **Last modified:** File modification timestamp of the `.ipynb` - **Outputs age:** Check `execution` metadata timestamps in cell metadata (if present) to determine when outputs were last generated - **Freeze cache:** Check if `_freeze/notebooks/<name>/` directory exists and contains cached output 3. Determine freshness status for each notebook: - **Current:** has outputs and the `.ipynb` has not been modified since outputs were generated - **Stale:** has outputs but the `.ipynb` source cells have been modified more recently than the outputs - **Unexecuted:** no outputs in any code cell - **Freeze only:** no cell outputs but a `_freeze/` cache exists (Quarto will use the cache) 4. Report a summary table: ``` Notebook Has Outputs Last Modified Status ───────────────────────────────────────────────────────────────── notebook-01.ipynb
- Steps
- Error handling
What does the freeze-check skill do?
Checks whether registered notebooks have current, stale, or missing outputs. Use before rendering or to verify freshness.
How do I install it?
Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill freeze-check --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.