Skip to main content
ClaudeWave
Slash Command272 repo starsupdated 10mo ago

document

The document command generates or updates documentation for specified code components using an automated doc-writer agent. Use this command to create comprehensive README files, API documentation, architecture guides, or other technical documentation that needs clear structure and consistent formatting across a codebase.

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/arnaldo-delisio/claude-code-studio/HEAD/commands/document.md -o ~/.claude/commands/document.md
Then start a new Claude Code session; the slash command loads automatically.

document.md

Use the doc-writer agent to create or update documentation for: $ARGUMENTS. Generate comprehensive, clear, and well-structured documentation appropriate for the target (README, API docs, architecture docs, etc.).