documentation-generator
Automated documentation generation with API docs, technical writing, and content management
Summary
The documentation-generator skill automates the creation of comprehensive documentation including API docs, technical writing, and content management.
- It helps developers maintain high-quality documentation with minimal effort by generating markdown files, API references, and structured content directly from codebases.
Overview
        
<p align="center"> <a href="https://trendshift.io/repositories/15113" target="_blank">
</a> <br /> <br /> <a href="https://vercel.com/oss"> <img alt="Vercel OSS Program" src="https://vercel.com/oss/program-badge.svg" /> </a> <a href="https://get.neon.com/4eCjZDz"> <img alt="Neon Open Source Program" src="https://img.shields.io/badge/Neon-Open%20Source%20Program-00E599?style=for-the-badge" /> </a> <a href="https://claude.com/contact-sales/claude-for-oss"> <img alt="Claude for Open Source" src="docs/claude-oss-badge.svg" height="48" /> </a> </p>
๐งช NEW: Dashboard โ Explore components, manage collections, and track installations at [www.aitmpl.com](https://www.aitmpl.com). Currently in beta โ feedback welcome!
Claude Code Templates (aitmpl.com)
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Browse & Install Components and Templates
[Browse All Templates](https://aitmpl.com) - Interactive web interface to explore and install 100+ agents, commands, settings, hooks, and MCPs.
<img width="1049" height="855" alt="Screenshot 2025-08-19 at 08 09 24" src="https://github.com/user-attachments/assets/e3617410-9b1c-4731-87b7-a3858800b737" />
๐ Quick Installation
# Install a complete development stack
npx claude-code-templates@latest --agent development-team/frontend-developer --command testing/generate-tests --mcp development/github-integration --yes
# Browse and install interactively
npx claude-code-templates@latest
# Install specific components
npx claude-code-templates@latest --agent development-tools/code-reviewer --yes
npx claude-code-templates@latest --command performance/optimize-bundle --yes
npx claude-code-templates@latest --setting performance/mcp-timeouts --yes
npx claude-code-templates@latest --hook git/pre-commit-validation --yes
npx claude-code-templates@latest --mcp database/postgresql-integration --yesWhat You Get
| Component | Description | Examples |
|---|---|---|
| ๐ค Agents | AI specialists for specific domains | Security auditor, React performance optimizer, database architect |
| โก Commands | Custom slash commands | /generate-tests, /optimize-bundle, /check-security |
| ๐ MCPs | External service integrations | GitHub, PostgreSQL, Stripe, AWS, OpenAI |
| โ๏ธ Settings | Claude Code configurations | Timeouts, memory settings, output styles |
| ๐ช Hooks | Automation triggers | Pre-commit validation, post-completion actions |
| ๐จ Skills | Reusable capabilities with progressive disclosure | PDF processing, Excel automation, custom workflows |
๐ ๏ธ Additional Tools
Beyond the template catalog, Claude Code Templates includes powerful development tools:
๐ Claude Code Analytics
Monitor your AI-powered development sessions in real-time with live state detection and performance metrics.
npx claude-code-templates@latest --analytics๐ฌ Conversation Monitor
Mobile-optimized interface to view Claude responses in real-time with secure remote access.
# Local access
npx claude-code-templates@latest --chats
# Secure remote access via Cloudflare Tunnel
npx claude-code-templates@latest --chats --tunnel๐ Health Check
Comprehensive diagnostics to ensure your Claude Code installation is optimized.
npx claude-code-templates@latest --health-check๐ Plugin Dashboard
View marketplaces, installed plugins, and manage permissions from a unified interface.
npx claude-code-templates@latest --plugins๐ Documentation
[๐ docs.aitmpl.com](https://docs.aitmpl.com/) - Complete guides, examples, and API reference for all components and tools.
Contributing
We welcome contributions! [Browse existing templates](https://aitmpl.com) to see what's available, then check our contributing guidelines to add your own agents, commands, MCPs, settings, or hooks.
Please read our [Code of Conduct](CODE_OF_CONDUCT.md) before contributing.
Attribution
This collection includes components from multiple sources:
Scientific Skills:
- โข[K-Dense-AI/claude-scientific-skills](https://github.com/K-Dense-AI/claude-scientific-skills) by K-Dense Inc. - MIT License (139 scientific skills for biology, chemistry, medicine, and computational research)
Official Anthropic:
- โข[anthropics/skills](https://github.com/anthropics/skills) - Official Anthropic skills (21 skills)
- โข[anthropics/claude-code](https://github.com/anthropics/claude-code) - Development guides and examples (10 skills)
Community Skills & Agents:
- โข[obra/superpowers](https://github.com/obra/superpowers) by Jesse Obra - MIT License (14 workflow skills)
- โข[alirezarezvani/claude-skills](https://github.com/alirezarezvani/claude-skills) by Alireza Rezvani - MIT License (36 professional role skills)
- โข[wshobson/agents](https://github.com/wshobson/agents) by wshobson - MIT License (48 agents)
- โขNerdyChefsAI Skills - Community contribution - MIT License (specialized enterprise skills)
Commands & Tools:
- โข[awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) by hesreallyhim - CC0 1.0 Universal (21 commands)
- โข[awesome-claude-skills](https://github.com/mehdi-lamrani/awesome-claude-skills) - Apache 2.0 (community skills)
- โขmove-code-quality-skill - MIT License
- โขcocoindex-claude - Apache 2.0
Each of these resources retains its original license and attribution, as defined by their respective authors. We respect and credit all original creators for their work and contributions to the Claude ecosystem.
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ Links
- โข๐ Browse Templates: aitmpl.com
- โข๐ Documentation: docs.aitmpl.com
- โข๐ฌ Community: GitHub Discussions
- โข๐ Issues: GitHub Issues
Stargazers over time

โญ Found this useful? Give us a star to support the project!

Install & Usage
/plugin marketplace add <org/repo>Add the configuration to /plugin install documentation-generator@<marketplace>
/pluginUse Cases
Usage Examples
/documentation-generator generate api-docs from ./src --format markdown
Create a README for my project with sections for installation, API, and contributing.
Generate a changelog from the last 10 commits in this repository.
Security Audits
Frequently Asked Questions
What is documentation-generator?
The documentation-generator skill automates the creation of comprehensive documentation including API docs, technical writing, and content management. It helps developers maintain high-quality documentation with minimal effort by generating markdown files, API references, and structured content directly from codebases.
How to install documentation-generator?
To install documentation-generator: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install documentation-generator@<marketplace>. Finally, /plugin in Claude Code.
What is documentation-generator best for?
documentation-generator is a plugin categorized under Documentation. It is designed for: documentation, api, api-docs, technical-writing, markdown. Created by Daniel Avila.
What can I use documentation-generator for?
documentation-generator is useful for: Generate API documentation from JSDoc or TypeScript annotations in your codebase.; Create a project README with installation, usage, and configuration sections.; Produce technical guides or tutorials from code comments and inline documentation.; Maintain a changelog by analyzing git commit messages and pull request descriptions.; Generate markdown files for a documentation site from a folder of source code.; Convert existing code snippets into well-formatted documentation examples..