Craft Docs banner
drobins25 drobins25

Craft Docs

Documentation community

Description

--- name: docs description: "Generate or update project documentation using the crystallized doc-writer agent. Two-pass: brief (analysis + plan) then generate (write docs). Detects first-run vs update automatically." argument-hint: "[continue | --scope=<path>]" --- # Docs Generate quality GitHub documentation for any craft project. Uses the crystallized doc-writer agent for both analysis and writing. Two passes - brief then generate - with a human gate in between. ## Project Root Use `$CRAFT

Installation

Installs to ~/.claude/skills/drobins25-craft-craft-docs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/drobins25-craft-craft-docs && curl -fsSL https://raw.githubusercontent.com/drobins25/craft/HEAD/commands/craft-docs.md -o ~/.claude/skills/drobins25-craft-craft-docs/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository