Doc Create banner
zircote zircote

Doc Create

Documentation community

Description

--- name: doc-create description: Generate new documentation from codebase analysis argument-hint: "<type: readme|api|template>" allowed-tools: Read, Write, Glob, Grep, Bash(git:*), Bash(rg:*), Bash(mkdir:*), Bash(cat:*), Bash(uuidgen:*) diataxis_type: how-to --- Generate new documentation based on codebase analysis. ## Documentation Type $IF($1, Generate: $1 documentation, Ask the user which type of documentation to create: - readme: Generate README.md from project analysis - api: G

Installation

Installs to ~/.claude/skills/zircote-documentation-review-doc-create/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zircote-documentation-review-doc-create && curl -fsSL https://raw.githubusercontent.com/zircote/documentation-review/HEAD/commands/doc-create.md -o ~/.claude/skills/zircote-documentation-review-doc-create/SKILL.md

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

Full documentation available on GitHub

View Source Repository