Automatically manage user's personal memory, context, and decision tracking. Invoked when context updates are needed or decisions are made.
Automatically maintains personal memory files in `~/.claude/memory/` for context, decisions, and monthly archives. Activates when you say "remember," make decisions, complete work, or at day transitions to track state and choices.
/plugin marketplace add oakensoul/aida-core-plugin/plugin install core@aidaThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Automatically maintain the user's personal memory system in ~/.claude/memory/.
~/.claude/memory/
├── context.md # Current state (updated frequently)
├── decisions.md # Decision log with rationale
└── history/
└── YYYY-MM.md # Monthly archives
This skill activates automatically when:
Update context.md with current state:
# Current Context
Last Updated: {ISO timestamp}
## Current Focus
{What user is currently working on}
## Recent Activity
- {Timestamp}: {What happened}
- {Timestamp}: {What happened}
## Active Projects
- {Project name}: {Status and notes}
## Pending Items
- {Action item}
- {Action item}
## Important Notes
{Any context-specific notes}
Rules:
Append to decisions.md:
## {YYYY-MM-DD}: {Decision Title}
**Context**: {Why this decision came up}
**Decision**: {What was decided}
**Rationale**: {Why this choice makes sense}
**Alternatives Considered**:
- {Option A}: {Why not chosen}
- {Option B}: {Why not chosen}
**Expected Impact**: {What this affects}
**Related**: {Links to projects or other decisions}
---
When to log:
At month-end, create/append to history/YYYY-MM.md:
# {Month Year}
## Summary
{High-level summary of the month}
## Major Decisions
{List of significant decisions}
## Project Progress
{Status updates on projects}
## Lessons Learned
{Key takeaways}
---
## Detailed Timeline
{Chronological log of significant events}
If files don't exist, create with templates above.
Always read before updating to maintain continuity.
This skill works with:
/remember - Triggers decision/context logging/recall - Reads from memory files/start-day - Updates context for new day/end-day - Archives and summarizes/init-aida - Creates initial files