What problem does it solve?
This Skill solves the critical problem of lost project context between coding sessions, where valuable insights like debugging root causes, architecture decisions, deployment gotchas, and performance findings are forgotten, leading to repeated mistakes, wasted debugging time, and redundant work across team members.
Core Features & Use Cases
- Structured Learning Capture: Save categorized, tagged learnings for insights that can't be derived from code alone, such as why a specific queue system was chosen or a niche deployment configuration quirk.
- Ranked Knowledge Recall: Surface the most relevant prior learnings for a given topic before starting work, ranked by relevance and recency, to avoid repeating past mistakes without dumping the entire knowledge base into context.
- Compressed Context Loading: Generate a compact, topic-grouped digest of all project learnings to load cheaply at session start, plus export options to share knowledge with team members or back up before major refactors.
- Use Case: For example, after resolving a tricky Redis connection pool exhaustion issue, save the root cause and fix as a learning; the skill will automatically surface it the next time you work on related backend code, preventing the same bug from recurring.
Quick Start
Use the learn skill to save the root cause and fix for the recent deployment issue you resolved on Railway, tagged with 'deployment' and 'railway' for future retrieval.