What problem does it solve?
This Skill prevents coding assistants from losing project context, forgetting prior decisions, and repeating the same investigation across sessions.
Core Features & Use Cases
- Persistent session memory: Save goals, hypotheses, blockers, next steps, and completed summaries so work can resume cleanly later.
- Learning and recall: Store durable findings, search past insights, and surface relevant context by project, branch, file, or recency.
- Codebase indexing: Summarize large files, index functions and classes, and quickly retrieve symbol-level context without rereading entire files.
- MCP and CLI workflows: Support interactive memory tools, session checkpoints, API call logging, and project-aware automation for agentic coding workflows.
- Use case: A developer returns after a break, restores the latest checkpoint, recalls prior findings about a bug, and continues from the exact point where work stopped.
Quick Start
Ask the assistant to load agora-code memory for the current project, restore the latest session, and continue from the last checkpoint.