memory

Manage shared workspace memory for a corgi stack.

35|Updated Sep 20, 2022
One-click install
npx skills add https://github.com/Andriiklymiuk/corgi --skill memory-andriiklymiuk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory
Source: https://github.com/Andriiklymiuk/corgi/tree/main/plugins/corgi/skills/memory
Command: npx skills add https://github.com/Andriiklymiuk/corgi --skill memory-andriiklymiuk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about memory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I store decisions and domain facts for a corgi stack?

To store decisions and domain facts for a corgi stack, write them to a shared memory store centralized in a `.corgi/memory/` directory, ensuring information is retained and accessible.

What is the best way to report incidents within a corgi stack?

The best way to report incidents within a corgi stack is to write them to the shared workspace memory store, which standardizes incident reporting and makes recurring fixes accessible to other skills.

Can I use a shared memory store to track recurring fixes in my development environment?

Yes, you can use a shared memory store to track recurring fixes. It identifies recurring patterns in your fixes and suggests potential new skills or templates to automate those workflows.

How do I navigate and search domain facts saved in a corgi stack memory?

You can navigate and search saved domain facts by using the fact indexing feature, which automatically generates an index of all facts within the `.corgi/memory/` directory for easy lookup.

Does the corgi stack memory require any specific dependencies to function?

No specific external dependencies are required to function, but the memory skill requires access to the corgi stack's memory store to read and write decisions, incidents, and domain facts.