What problem does it solve?
This Skill eliminates the problem of lost project context and duplicated work across AI agent sessions by providing a structured, version-controlled system for storing and curating durable project knowledge that is accessible to all team sessions.
Core Features & Use Cases
- Structured Memory Organization: Uses a clear index file and topic-specific markdown files for overview, integrations, conventions, and decisions to keep knowledge organized and easy to locate.
- Relevance Rubric: Includes a defined set of rules for what knowledge to keep and what to discard, ensuring the memory stays up-to-date and free of irrelevant or transient information.
- Standardized Update Workflow: Enforces a change request process for all memory edits, so all changes are reviewed, versioned, and safely merged to the main branch.
- Use Case: For a team building a SaaS product, use this Skill to record architectural decisions like "we use Supabase for user authentication" and integration details like "our Stripe webhook endpoint is /api/webhooks/stripe" so new agents never have to re-derive this information from scratch.
Quick Start
Use the kortix-memory skill to document the team's decision to use PostgreSQL for all user data storage in the project's memory.