Explain Prompt banner
chrismccoy chrismccoy

Explain Prompt

AI community

Description

--- description: Explain any AI prompt in plain, beginner-friendly English (eight fixed sections). argument-hint: [optional prompt text or path to a prompt file] disable-model-invocation: true --- > **Load first.** Read `${CLAUDE_PLUGIN_ROOT}/lib/prompt-dummy/SKILL.md` in full before > anything else - intake or output. That file is the authoritative procedure for this > command; every mention of "the prompt-dummy procedure" below refers to it. It is not > auto-loaded, so this read is mandatory.

Installation

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

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

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

Full documentation available on GitHub

View Source Repository