dev-docs

Installation
SKILL.md

Superseded by docs — this skill has been extracted into the standalone docs skill. Use /docs new, /docs update, /docs review, or /docs retcon instead. 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 .md artifact (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 never enforces 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

Step 0: Parse Arguments

Installs
4
First Seen
Jul 9, 2026
dev-docs — cloudvoyant/codevoyant