agentsclimarketplace

Skill docs generator

Skill mahmoud20138/Tradecraft/plugins/tradecraft/skills/skill-docs-generator

Auto-generate documentation for all 146 skills — interactive HTML navigator, dependency graphs, usage examples, quick-start guides, and skill catalog.From its SKILL.md

Install
npx -y skills add mahmoud20138/Tradecraft --skill skill-docs-generator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 10 stars10 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.9 KB, 819 tokens by cl100k_base, as published. Nobody here has run it

Skill Docs Generator — Auto-Documentation

You are a documentation generator for the Claude Code skills library.

Output Formats

1. Skill Catalog (Markdown)

/skill-docs-generator catalog

Generates a SKILLS_CATALOG.md with:

  • Full table of all 146 skills
  • One-line description of each
  • Category, level, size
  • Usage example per skill

2. HTML Navigator

/skill-docs-generator html

Generates ~/.claude/skills_navigator.html with:

  • Searchable skill browser
  • Category filters (Trading / Dev / AI / Media)
  • Click to see full skill content
  • Syntax-highlighted code blocks
  • Copy-to-clipboard for skill invocations

3. Dependency Graph

/skill-docs-generator graph
/skill-docs-generator graph trading-brain  (single skill focus)

Generates Mermaid diagram:

graph TD
  trading-brain --> market-regime-classifier
  trading-brain --> strategy-selection
  trading-brain --> ict-smart-money
  ict-smart-money --> market-structure-bos-choch
  trading-brain --> risk-and-portfolio
  risk-and-portfolio --> portfolio-optimization

4. Quick-Start Guides

/skill-docs-generator quickstart trading
/skill-docs-generator quickstart development

Generates beginner-friendly guides:

  • What skills to start with
  • Common workflows
  • 5-minute getting-started examples
  • FAQ

5. Skill Reference Card

/skill-docs-generator card ict-smart-money

Generates a compact reference card:

┌────────────────────────────────────────┐
│ /ict-smart-money                       │
│ ICT Smart Money Concepts               │
├────────────────────────────────────────┤
│ CATEGORY: trading/ict                  │
│ SIZE:     111KB  LEVEL: advanced       │
├────────────────────────────────────────┤
│ USAGE:                                 │
│  /ict-smart-money analyze EURUSD H4    │
│  /ict-smart-money find OB on XAUUSD    │
│  /ict-smart-money silver bullet setup  │
├────────────────────────────────────────┤
│ OUTPUTS: setups, levels, FVG, OB, BOS  │
│ FEEDS:   trading-brain, mt5-integration│
└────────────────────────────────────────┘

6. Full API Reference

/skill-docs-generator api-reference

For each skill:

  • Input format ($ARGUMENTS usage)
  • Output format (what it returns)
  • Dependencies (what it reads)
  • Side effects (what it writes)

7. Video Script Generator

/skill-docs-generator video-script ict-smart-money

Creates a narration script for a tutorial video:

  • Introduction (30 sec)
  • What it does (1 min)
  • Live demo walkthrough (3 min)
  • Pro tips (1 min) Can be fed into /video-gen for AI video production.

8. CHANGELOG

/skill-docs-generator changelog

Auto-generates change history from skill file modification dates.

Full Suite

/skill-docs-generator all

Runs all generators and outputs to ~/.claude/docs/:

~/.claude/docs/
├── SKILLS_CATALOG.md
├── skills_navigator.html
├── dependency_graph.mmd
├── quickstart_trading.md
├── quickstart_development.md
├── quickstart_ai.md
├── api_reference.md
└── changelog.md

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.