skill-docs-generator

Generate documentation catalogs, HTML navigators, and dependency graphs for Claude Code skills.

10|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mahmoud20138/Tradecraft --skill skill-docs-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-docs-generator
Source: https://github.com/mahmoud20138/Tradecraft/tree/main/plugins/tradecraft/skills/skill-docs-generator
Command: npx skills add https://github.com/mahmoud20138/Tradecraft --skill skill-docs-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating comprehensive, consistent documentation for a large library of Claude Code skills is time-consuming and error-prone. This Skill automates the creation of catalogs, navigable HTML explorers, dependency graphs, quick-start guides, and reference cards, ensuring up-to-date, multi-format documentation with minimal manual effort.

Core Features & Use Cases

  • Auto-generates a full SKILLS_CATALOG.md listing all skills with one-line descriptions, category, level, and size, plus a usage example per skill.
  • Produces an interactive HTML navigator to search and filter skills by category.
  • Generates dependency graphs (Mermaid) to visualize skill relationships.
  • Creates quick-start guides and compact Skill Reference Cards for rapid onboarding.
  • Outputs comprehensive API references and changelogs for maintenance.

Quick Start

Invoke the skill to generate the complete documentation catalog and navigable HTML browser for all skills.

Frequently Asked Questions about skill-docs-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate markdown documentation for a library of Claude Code skills?

Automated documentation generation creates a comprehensive SKILLS_CATALOG.md file listing all skills with descriptions, categories, levels, and usage examples. It extracts frontmatter metadata to ensure consistent, multi-format outputs with minimal manual effort across the entire skill library.

Can I create an interactive HTML navigator to search and filter skills by category?

Yes, generating an interactive HTML navigator allows users to search and filter skills by category. This navigable HTML explorer is produced alongside the markdown catalog, providing a browser interface for rapid skill discovery and onboarding.

What is the best way to visualize skill dependencies and relationships in a catalog?

Visualizing skill dependencies is best handled by generating Mermaid dependency graphs. These graphs map and illustrate the relationships between different skills, making it easy to track connections and maintain the overall skill library architecture.

How do I keep API references and changelogs synchronized with my skill library?

Keeping API references and changelogs synchronized is achieved through automated documentation generation. The process applies frontmatter-driven metadata extraction to output comprehensive API references and update changelogs automatically, ensuring docs remain current without manual intervention.

Does this documentation generator require external dependencies or components?

No, this documentation generator operates without external dependencies or components. It independently automates catalog creation, HTML navigation, dependency graphs, and quick-start guides by directly extracting metadata from existing skill files.

What formats are available when auto-documenting skills for quick-start onboarding?

Available formats for auto-documenting skills include a master SKILLS_CATALOG.md, an interactive HTML navigator, Mermaid dependency graphs, compact Skill Reference Cards, and quick-start guides. These multi-format outputs ensure comprehensive coverage for rapid onboarding.