Loading...
Loading...
Process and transform markdown documents. Convert to HTML, extract headings, generate TOC, check links. Use when working with documentation or markdown content.
npx skill4agent add winsorllc/upgraded-carnival markdown-tools/job/.pi/skills/markdown-tools/markdown.js toc README.md/job/.pi/skills/markdown-tools/markdown.js toc <file.md>/job/.pi/skills/markdown-tools/markdown.js html <file.md> <output.html>/job/.pi/skills/markdown-tools/markdown.js headings <file.md>/job/.pi/skills/markdown-tools/markdown.js links <file.md>/job/.pi/skills/markdown-tools/markdown.js count <file.md>/job/.pi/skills/markdown-tools/markdown.js check-links <file.md>/job/.pi/skills/markdown-tools/markdown.js strip <file.md>| Command | Description |
|---|---|
| Generate table of contents |
| Convert to HTML |
| Extract heading hierarchy |
| List all links |
| Verify internal links exist |
| Word/character count |
| Remove markdown formatting |
# Generate TOC for README
/job/.pi/skills/markdown-tools/markdown.js toc README.md
# Convert to HTML
/job/.pi/skills/markdown-tools/markdown.js html article.md article.html
# Extract all headings
/job/.pi/skills/markdown-tools/markdown.js headings docs.md
# Check for broken internal links
/job/.pi/skills/markdown-tools/markdown.js check-links README.md
# Get word count
/job/.pi/skills/markdown-tools/markdown.js count blog-post.md
# Strip formatting (get plain text)
/job/.pi/skills/markdown-tools/markdown.js strip notes.md## Table of Contents
- [Heading 1](#heading-1)
- [Subheading 1.1](#subheading-11)
- [Heading 2](#heading-2)