What problem does it solve?
This Skill solves the problem of repeatedly making (and re-fixing) the same mistakes by turning user feedback into reusable, compounding memory that guides future outputs.
Core Features & Use Cases
- Correction detection and capture: Detects user corrections and converts them into generalized rules instead of treating them as one-off fixes.
- Memory deduplication and updating: Scans existing project memory to update overlapping rules and prevent memory bloat.
- Session-start review: Instructs the assistant to review stored rules at the beginning of a new session so captured guidance is applied immediately.
- Use case: When a user says "No, use HybridCache instead of IMemoryCache," the Skill generalizes the principle, stores it under the correct category in MEMORY.md, and confirms what was captured for next time.
Quick Start
Ask the AI to use self-correction-loop after you correct its output (for example, "Don't do that again—remember this"), and confirm that it updates MEMORY.md with a generalized, deduplicated rule.