Explain My Code banner
chrismccoy chrismccoy

Explain My Code

Documentation community

Description

--- description: Generate self-contained onboarding documentation for any codebase 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/explain-my-code/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 `explain-my-code` procedure" below > re

Installation

Installs to ~/.claude/skills/chrismccoy-forge-explain-my-code/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository