What problem does it solve? After solving a tricky debugging, configuration, or deployment problem, the hard-won solution is usually lost. This Skill evaluates whether a solved problem is worth recording and, if so, persists it as a standard reusable skill so the same issue can be resolved instantly next time. ## Core Features & Use Cases - Worthiness Evaluation: Applies explicit criteria (multi-step resolution, reproducibility, non-obvious tricks) to decide whether a problem deserves recording, avoiding noise from trivial fixes. - Standard Skill Output: Writes each solution as a SKILL.md directory under a categorized .solutions/ tree (debugging, configuration, deployment, integration, architecture, performance, general), at project level or user level. - Index Maintenance & Deduplication: Checks INDEX.md before writing to avoid duplicates, then appends a structured entry with description, trigger keywords, and directory path after every capture. - Use Case: After spending an hour diagnosing a JWT token expiry bug, tell the AI to record it; the Skill creates .solutions/debugging/jwt-token-expiry/SKILL.md with the problem, step-by-step fix, and pitfalls, plus an index entry for future lookup. ## Quick Start After the AI resolves a tricky issue, say "record this solution" to have it evaluated and saved into the .solutions directory with an updated index.