Generate documentation for code — use when asked to document a module, generate API docs, create a README for code, or write reference documentation.
From devkitnpx claudepluginhub 5uck1ess/devkitThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Analyze code and generate comprehensive documentation.
Read the target files and identify:
Spawn the documenter agent:
Task: Generate documentation for {target}.
Agent: documenter
Context:
- Target: {target}
- Doc format: {format or "markdown"}
- Existing docs: {existing_doc_files}
- User instructions: {args}
The documenter should produce:
Write docs to the appropriate location:
docs/ directory exists, write there/devkit:doc-gen src/api/
/devkit:doc-gen lib/parser.go --format jsdoc
/devkit:doc-gen src/ --api-reference-only