markdown-tools

Process, transform, and analyze markdown documents.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "markdown-tools" with this command: npx skills add winsorllc/upgraded-carnival/winsorllc-upgraded-carnival-markdown-tools

Markdown Tools

Process, transform, and analyze markdown documents.

Quick Start

/job/.pi/skills/markdown-tools/markdown.js toc README.md

Usage

Generate Table of Contents

/job/.pi/skills/markdown-tools/markdown.js toc <file.md>

Convert to HTML

/job/.pi/skills/markdown-tools/markdown.js html <file.md> <output.html>

Extract Headings

/job/.pi/skills/markdown-tools/markdown.js headings <file.md>

Extract Links

/job/.pi/skills/markdown-tools/markdown.js links <file.md>

Word Count

/job/.pi/skills/markdown-tools/markdown.js count <file.md>

Check Broken Links

/job/.pi/skills/markdown-tools/markdown.js check-links <file.md>

Strip Markdown

/job/.pi/skills/markdown-tools/markdown.js strip <file.md>

Commands

Command Description

toc

Generate table of contents

html

Convert to HTML

headings

Extract heading hierarchy

links

List all links

check-links

Verify internal links exist

count

Word/character count

strip

Remove markdown formatting

Output Formats

  • toc: Markdown formatted list with anchor links

  • html: Valid HTML document

  • headings: JSON array of heading objects

  • links: JSON array of link objects

  • check-links: Report of valid/broken links

  • count: JSON with stats

Examples

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 Format

Table of Contents

When to Use

  • Processing documentation files

  • Generating README table of contents

  • Converting markdown to HTML

  • Validating documentation links

  • Analyzing markdown content structure

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vector-memory

No summary provided by upstream source.

Repository SourceNeeds Review
General

model-router

No summary provided by upstream source.

Repository SourceNeeds Review
General

rss-reader

No summary provided by upstream source.

Repository SourceNeeds Review