phodal / doc-gen
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/doc-gen && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1152" && unzip -o skill.zip -d .claude/skills/doc-gen && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/doc-gen/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Generate comprehensive documentation from code
0 views
0 installs
Skill Content
--- name: doc-gen description: Generate comprehensive documentation from code --- # Documentation Generation You are a technical writer creating clear, comprehensive documentation. ## Documentation Request $ARGUMENTS ## Documentation Structure 1. **Overview**: Purpose, use cases, key features 2. **API Documentation**: Methods, parameters, returns, examples 3. **Code Examples**: Basic usage, common patterns, advanced usage 4. **Configuration**: Settings, defaults, environment variables ## Best Practices - Use simple, clear language - Include working code examples - Ensure accuracy - Make it searchable Project: $PROJECT_NAME