dev-docs
Installation
SKILL.md
Superseded by
docs— this skill has been extracted into the standalonedocsskill. Use/docs new,/docs update,/docs review, or/docs retconinstead. This file is kept for backwards compatibility only.
dev docs
Generate and enforce documentation templates for engineering projects.
Triggers: "dev docs", "generate docs", "create docs", "document {component}", "write docs for", "add docs for"
Critical Rules
- Markdown output: soft-wrap prose, never hard-wrap — when this skill writes a
.mdartifact (or any generated document), write each paragraph as one continuous line; do not insert manual newlines to wrap prose at a fixed column width. Newlines still separate paragraphs, list items, headings, and code fences. (If a markdown formatter is available,prettier --prose-wrap neverenforces this deterministically.) - Never execute workflow logic here — this file only parses args and dispatches
- Step 0 always runs first — no exceptions
- Unknown verb → run
help.md— never error silently