Fix Formula banner
chrismccoy chrismccoy

Fix Formula

Development community

Description

--- description: Troubleshoot a broken Excel/Google Sheets formula - collects the formula and the problem, then debugs and fixes it. argument-hint: [broken formula] | [what's going wrong] allowed-tools: Read, AskUserQuestion disable-model-invocation: true --- > **Load first.** Read `${CLAUDE_PLUGIN_ROOT}/lib/excel-formula-troubleshooter/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 `ex

Installation

Installs to ~/.claude/skills/chrismccoy-forge-fix-formula/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository