What problem does it solve?
This Skill helps you systematically archive what you learned from debugging, repeated workflow mistakes, and technical decisions so it becomes searchable, reusable knowledge instead of staying trapped in chat logs.
Core Features & Use Cases
- Case/Pattern/Decision routing: Automatically classifies your knowledge into Case (deep), Decision (architecture choice), or Pattern (lightweight workflow preference) using clear priority rules (Case > Decision > Pattern).
- Deep Case quality guardrails: Enforces a structured, evidence-based format with failure-path reconstruction, non-trivial decision rationale, and trigger-style “IF...THEN...ELSE...” lessons to ensure the archive is actually useful.
- Indexing and duplication prevention: Writes to the correct storage path, appends to MEMORY.md under ## Cases, and checks for duplicates via keyword grep before committing.
- Missing-information follow-up: If the user provides insufficient details (e.g., no observable symptoms, no commands, no environment/version), it asks targeted questions rather than guessing.
Quick Start
Record a bug fix or a workflow lesson by telling the AI to “record this /归档/留档/case 一下/学到了,” and include the key symptoms, what you tried, and how you verified the final outcome.