create-doc
Installation
SKILL.md
Create a new document following docs-as-code conventions.
Steps
-
Ask the user what type of document to create:
- Architecture model — C4 system/container/component diagram in Mermaid
- Domain model — entities, relationships, ubiquitous language
- Technical doc — how something works, runbooks, guides
- General — any other prose documentation
-
If the user did not provide a document title as an argument, ask them for one
-
Explore the codebase for relevant context:
- Read
CLAUDE.mdfor project conventions - Check
doc/for existing docs and structure - Look at related code or config files for accuracy
- Read