What problem does it solve?
This Skill provides a convention for storing and accessing decisions, incidents, domain facts, and recurring fixes within a corgi stack, ensuring that relevant information is retained and accessible for future use.
Core Features & Use Cases
- Shared Memory Store: Centralizes decisions, incidents, and domain facts in a
.corgi/memory/ directory.
- Read-Write Access: Allows skills to read from and write to the memory store for decision-making and incident reporting.
- Fact Indexing: Generates an index of all facts for easy navigation and search.
- Learned Skills Detection: Identifies recurring patterns to suggest potential new skills or templates.
- Use Case: When implementing a new feature in a corgi stack, this Skill can be used to record the decision-making process and store relevant information for future reference.
Quick Start
Use the memory skill to record a decision about choosing a database technology.