create-doc

Installation
SKILL.md

Create a new document following docs-as-code conventions.

Steps

  1. 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
  2. If the user did not provide a document title as an argument, ask them for one

  3. Explore the codebase for relevant context:

    • Read CLAUDE.md for project conventions
    • Check doc/ for existing docs and structure
    • Look at related code or config files for accuracy
Installs
9
First Seen
Feb 28, 2026
create-doc — smartworkx/dev-context