cao-memory
FeaturedStore, recall, and forget durable facts with CAO memory — user preferences, project conventions, decisions, and corrections that should persist across sessions and agents. Use proactively to check memory before asking the user, and to save anything worth remembering. Distinct from any provider-native memory.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- awslabs
- Repository
- awslabs/cli-agent-orchestrator
- Created
- 1 years ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
using-memory
Use whenever you READ FROM or WRITE TO the agent-memory layer — recall a remembered fact, persist a durable fact about how the user wants to work, pin a hard rule, or correct a stored memory. READ via /ultra-memory:memory-recall (trusted CLI) or the type-scoped knowledge MCP; WRITE only through the memory verbs (/ultra-memory:memory-save, /ultra-memory:memory-pin, /ultra-memory:memory-verify, /ultra-memory:memory-edit, /ultra-memory:memory-inbox) — NEVER raw SQLite. Trigger before any memory read or write.
tdai-memory
Long-term memory for coding agents. Automatically recall project context before answering, and capture decisions, learnings, and fixes after completing work. Use when the user references past work, starts a new session, or when the task needs project context that is not in the current conversation.
right-memory
Manage your long-term memory powered by Hindsight