FireFinder — Development skill for Claude Code
A shared memory of verified fixes for Claude.
How to install FireFinder
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open MichaelCodeToLimit/FireFinder and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What FireFinder does
A shared memory of verified fixes for Claude. When someone confirms a fix worked, FireFinder keeps the general problem and solution, so the next person stuck on the same error gets it first. Open-source MCP server, no account or API key.
Alternatives in Development
- Agent.System.Main.Tips — General operation manual 19k ★
- Lean Canvas — Generate Lean Canvas with problem, solution, UVP, and metrics 7.8k ★
- SOUL — You're not a chatbot 1.3k ★
README
🔥 FireFinder
**When you're stuck in the fire, find the way out.** *Someone already solved it.*
FireFinder is a shared memory of **verified** solutions that Claude uses on its own. **Connect it once; after that it's invisible.** Whenever you describe a technical problem, Claude quietly checks FireFinder first. If someone already solved it, Claude offers that verified fix first. If not, FireFinder stays out of the way. When you say "that fixed it", FireFinder remembers the fix for the next person. It keeps only the generalized problem and fix, never the conversation.
Solve a problem once → remember the solution → help everyone who hits it later.
ONE PERSON SOLVES IT → FIREFINDER REMEMBERS → NEXT PERSON ASKS
↑ ↓
REPEAT ← FIREFINDER GETS STRONGER ← ANOTHER PERSON CONFIRMS IT ← CLAUDE USES IT
User message ─→ Claude: a reusable technical problem? ── no ──→ answer normally
│ yes
▼
search_firefinder (strong, verified matches only)
├─ match → "🔥 Previously solved" → Claude offers it first
└─ no match → silent; Claude solves it normally
▼
User: "That fixed it" → recorded automatically (submit or confirm)
User: "Still broken" → failure recorded automatically (report)
"Thanks" / "I'll try it" / silence → nothing recorded
Nobody operates FireFinder by hand: there are no buttons, no accounts and no API keys. The only step is connecting it once, as [a Claude connector](#connect-claude) or [a Claude Code plugin](plugins/firefinder).
What Claude shows the next person:
🔥 FIRE #18492 — ✓ verified · confirmed by 127 · ✕ 4 failed · last confirmed 3 hours ago
Problem: Vercel deployment fails during build
Solution:
Change the build command to `npm run build` and the output directory to `dist`, then redeploy.
Contents
- [Quick start](#quick-star
Related Skills
Stem Notes
A Claude skill that transforms STEM lecture slides, textbooks, problem sheets, and documents into LaTeX formul
/sweep
runs a cleanup pass on your codebase and applies safe fixes. interactive — confirms before each change so you
Minimalism
Use in any coding session when writing or changing code — enforces the laziest solution that actually works (Y
Brain Add Pattern
Add an error pattern and solution to the brain's pattern store for automatic recognition
Trumps Ten Commandments Skills
Nine Claude agent skills distilled from Jeffrey Sonnenfeld & Steven Tian's Trump's Ten Commandments (2025), us
Reshape Sprint
Convert sprint artifacts into a shaped pitch with problem, appetite, solution, rabbit holes, and no-gos
Related Agents
Stuck
Emergency escalation agent that ALWAYS gets human input when ANY problem occurs. MUST BE INVOKED by all other
Skill Mining
Use this agent to surface patterns from past work — what's worked, what keeps breaking, what could become a re
Repo Assessor
Assesses a repository against the five harness dimensions and produces one page a person can act on. Use when