Codebase To Mermaid banner
chrismccoy chrismccoy

Codebase To Mermaid

Development community

Description

--- description: Map any codebase into validated Mermaid diagrams with file:line citations argument-hint: [optional absolute path to codebase root] allowed-tools: AskUserQuestion, Glob, Grep, Read, Write, Bash disable-model-invocation: true --- > **Load first.** Read `${CLAUDE_PLUGIN_ROOT}/lib/codebase-to-mermaid/SKILL.md` in full before > anything else - intake, tool calls, or output. That file is the authoritative > procedure for this command; every mention of "the `codebase-to-mermaid` proce

Installation

Installs to ~/.claude/skills/chrismccoy-forge-codebase-to-mermaid/SKILL.md

Terminal
mkdir -p ~/.claude/skills/chrismccoy-forge-codebase-to-mermaid && curl -fsSL https://raw.githubusercontent.com/chrismccoy/forge/HEAD/commands/codebase-to-mermaid.md -o ~/.claude/skills/chrismccoy-forge-codebase-to-mermaid/SKILL.md

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

Full documentation available on GitHub

View Source Repository