Analyze Prompt banner
chrismccoy chrismccoy

Analyze Prompt

AI community

Description

--- description: Produce a rigorous, review-ready engineering analysis of any AI prompt. argument-hint: [optional prompt text or path to a prompt file] disable-model-invocation: true --- > **Load first.** Read `${CLAUDE_PLUGIN_ROOT}/lib/prompt-summary/SKILL.md` in full before > anything else - intake or output. That file is the authoritative procedure for this > command; every mention of "the prompt-summary procedure" below refers to it. It is not > auto-loaded, so this read is mandatory. # /a

Installation

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

Terminal
mkdir -p ~/.claude/skills/chrismccoy-forge-analyze-prompt && curl -fsSL https://raw.githubusercontent.com/chrismccoy/forge/HEAD/commands/analyze-prompt.md -o ~/.claude/skills/chrismccoy-forge-analyze-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