CtrlK
BlogDocsLog inGet started
Tessl Logo

markdown-toc

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

Quality

95%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Markdown TOC

Use this skill when

Use this skill before editing a long Markdown file, especially when you need to:

  • inspect the heading structure quickly;
  • choose the best section for new content;
  • avoid creating redundant sections; or
  • review nearby lines before patching a note.

Quick start

Run the bundled script:

python3 {baseDir}/scripts/extract_toc.py /absolute/path/to/file.md

In 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.md

Workflow

  1. Run the TOC script on the candidate file.
  2. Read the returned heading tree and line numbers.
  3. Open the most likely section neighborhood with sed -n '<start>,<end>p' or nl -ba.
  4. Insert into an existing section when possible.
  5. Create a new section only when the file truly lacks a clean landing spot.

Output format

The script prints a compact tree like this:

TOC
--------------------------------------------------
# Title (line 1)
  ## Section (line 20)
    ### Subsection (line 42)
Repository
huangruiteng/CS-Notes
Last updated
First committed

Is this your skill?

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.