MichaelCodeToLimit

FireFinder — Development skill for Claude Code

Development community

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