Goal
SkillDev toolsEnsure cells in a notebook are numbered consecutively with matching function names
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Goal skill
What this skill tells your AI
The instructions your AI receives, as published by causify-ai/helpers in .claude/skills/notebook.lint_numbered_cells/SKILL.md and read by ahel’s review.
- Renumber cells in a Jupyter notebook consecutively and ensure all function names are synchronized with cell headers
Workflow
Identify Current Numbering
- Read all existing cell headers and identify the current numbering
- Make sure to follow the sections from
.claude/skills/notebook.rules.md:# Notebook Structure and Headers(Markdown Header Structure and Naming, Sequential Cell Numbering)# Code Architecture and Responsibility(Sync Function Names with Cell Numbers, Organize Code by Cell Order)
- Identify gaps, duplicates, or out-of-order cell numbers
Renumber Headers and Functions
- Renumber headers consecutively (1, 2, 3, ... and 1.1, 1.2, ... for sub-cells)
- Rename all functions in code cells and the
*_utils.pyfile to match the new headers
Sync with Jupytext
- Sync the paired
.pyfile with Jupytext following the conventions in# Code Architecture and Responsibility->## Utilities vs. Notebook Responsibilitiesin.claude/skills/notebook.rules.md
Conventions
- Follow the notebook conventions in
.claude/skills/notebook.rules.md
Verification
- Confirm cell numbers are sequential with no gaps within each Part
- Confirm every
cellN_*()function name matches its cell header number - Confirm the
.ipynband paired.pyfile are in sync via Jupytext
Signals
- GitHub stars
- 145
- Forks
- 160
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
notebook-lint-numbered-cells- Source
- github.com/causify-ai/helpers