Gen Sys Doc banner
jchigg2000-git jchigg2000-git

Gen Sys Doc

Design community

Description

--- description: Full repo crawl → single Markdown system design document with inline Mermaid diagrams. Pre-flights language/framework/build tooling, inventories entry points, modules, dependencies, integrations, runtime surfaces, and config surfaces, then synthesizes them into a system design doc with diagrams and verifies every diagram, anchor, and link before finishing. Read-only against source code; writes only the Markdown doc. Fire on `/gen-sys-doc` or "generate/produce a system design doc

Installation

Installs to ~/.claude/skills/jchigg2000-git-claude-code-dev-gen-sys-doc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jchigg2000-git-claude-code-dev-gen-sys-doc && curl -fsSL https://raw.githubusercontent.com/jchigg2000-git/claude-code-dev/HEAD/commands/gen-sys-doc.md -o ~/.claude/skills/jchigg2000-git-claude-code-dev-gen-sys-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