From memory
Store a decision, pattern, or insight to persistent memory. Use when you learn something that should survive session boundaries.
npx claudepluginhub artmin96/forge-studio --plugin memoryThis skill uses the workspace's default tool permissions.
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.
| Tier | Location | Loaded | Purpose |
|---|---|---|---|
| 1 | .claude/memory/index.md | Always | One-line pointers — tiny, fast |
| 2 | .claude/memory/topics/*.md | On demand | Detailed topic files |
| 3 | Session transcripts | Never whole | Raw history, searchable via grep |
Create .claude/memory/topics/<slug>.md:
# <Topic Title>
Last verified: YYYY-MM-DD
<Content: decisions, patterns, context, rationale>
Keep it scannable. Use bullet points. Include why, not just what.
Append one line to .claude/memory/index.md:
- [<Topic Title>](topics/<slug>.md) — <one-line hook, under 120 chars>
Last verified: date so future sessions know stalenessGood candidates:
Bad candidates: