From memory-manager
Surface relevant prior context from memory.json for the current task. Use this skill when asked to "recall memory", "load context", "what do we know about X", "what was decided previously", or "catch me up" at the start of a session or task.
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin memory-managerThis skill uses the workspace's default tool permissions.
Read `memory.json` and surface the most relevant entries for the current task.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Read memory.json and surface the most relevant entries for the current task.
Check if memory.json exists at the project root:
/memory-init first and stop.Before filtering memory, understand what the user is about to work on:
Filter and present memory entries relevant to the current task:
[date] Decision: <decision> (rationale: <rationale>)[resolved] and include only if directly relevant[id] <description> -- status: <open|resolved>Present recalled memory as a concise context block:
--- Memory Context ---
Project: <name> | Stack: <stack>
Architecture decisions relevant to this task:
- [date] <decision>
Known issues:
- [id] <description> [open]
Recent sessions:
- [date] <summary> | Next: <next>
- [date] <summary> | Next: <next>
--- End Memory ---
If the task involves areas with no memory entries, note:
/memory-update