Design Doc banner
Avinava Avinava

Design Doc

Design community

Description

--- description: Write a design doc / RFC as Markdown in the user's repository. Use when invoked as /document-design-system:design-doc. Produce designed HTML or PDF only when asked. --- Use the `writing-documents` skill. Type slug: design-doc Load `references/type-design-doc.md`, `references/writing.md`, `references/evidence.md`. Default output is Markdown in the user's project at this type's conventional path. Do not assemble HTML, pick a theme, inline CSS, or run build_document.py unless the

Installation

Installs to ~/.claude/skills/avinava-document-design-system-design-doc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/avinava-document-design-system-design-doc && curl -fsSL https://raw.githubusercontent.com/Avinava/document-design-system/HEAD/commands/design-doc.md -o ~/.claude/skills/avinava-document-design-system-design-doc/SKILL.md

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

Full documentation available on GitHub

View Source Repository