Extract a Markdown heading tree with line numbers before editing or integrating notes. Use when you need to inspect a long Markdown file quickly and choose the best insertion point instead of editing blind.
76
95%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use this skill before editing a long Markdown file, especially when you need to:
Run the bundled script:
python3 {baseDir}/scripts/extract_toc.py /absolute/path/to/file.mdIn this repository, common targets include:
python3 {baseDir}/scripts/extract_toc.py Notes/Gourmet.md
python3 {baseDir}/scripts/extract_toc.py Notes/AI-Agent-Product&PE.mdsed -n '<start>,<end>p' or nl -ba.The script prints a compact tree like this:
TOC
--------------------------------------------------
# Title (line 1)
## Section (line 20)
### Subsection (line 42)a2e95c0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.