AI SummaryThis booster generates comprehensive documentation for code, covering overview, API details, setup, usage guides, and technical specifications in well-formatted markdown. Developers working with Claude Code can use it to automate documentation generation and ensure consistent, thorough project documentation.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Documentation Task" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (5 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/LEEI1337/phantom-neural-cortex/master/.claude/commands/doc.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/debug.md "https://raw.githubusercontent.com/LEEI1337/phantom-neural-cortex/master/.claude/commands/debug.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/refactor.md "https://raw.githubusercontent.com/LEEI1337/phantom-neural-cortex/master/.claude/commands/refactor.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/review.md "https://raw.githubusercontent.com/LEEI1337/phantom-neural-cortex/master/.claude/commands/review.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/test.md "https://raw.githubusercontent.com/LEEI1337/phantom-neural-cortex/master/.claude/commands/test.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Generate comprehensive documentation
1. Overview
• Purpose and functionality • Architecture overview • Key components • Dependencies
4. Usage Guide
• Common use cases • Code examples • Best practices • Troubleshooting tips
Documentation Task
Please generate comprehensive documentation for the code including:
2. API Documentation
• Function/method signatures • Parameters and return values • Usage examples • Error conditions
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster