llm-doc-gen

Community

Transform codebases into comprehensive, navigable documentation.

Authortylerburleigh
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill eliminates the time-consuming manual process of writing comprehensive documentation by automatically generating organized, sharded documentation from code analysis.

Core Features & Use Cases

  • Sharded Documentation: Creates organized topic files instead of monolithic documents for better navigation and maintenance.
  • State-Based Resumability: Maintains progress state to resume interrupted scans from checkpoints.
  • Use Case: Imagine you have a complex Python web application with multiple modules. Use this Skill to automatically generate architecture overviews, developer guides, and API references by having LLMs analyze your source code directly.

Quick Start

Use the llm-doc-gen skill to scan the source code in the './src' directory and generate comprehensive documentation.

Dependency Matrix

Required Modules

cursor-agentgeminicodex

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: llm-doc-gen
Download link: https://github.com/tylerburleigh/claude-sdd-toolkit/archive/main.zip#llm-doc-gen

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository