From memory
Search and retrieve stored memories. Load topic files on demand. Use when you need context from previous sessions.
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.
Read .claude/memory/index.md to see all stored pointers. This is Tier 1 — always small.
For each pointer that matches the current need, read the full topic file from .claude/memory/topics/<slug>.md. This is Tier 2 — loaded on demand.
If Tier 1 and Tier 2 don't have what you need, search session transcripts with grep:
grep -r "keyword" ~/.claude/projects/*/
This is Tier 3 — never load whole files, only grep for specific terms.
Every topic file has a Last verified: date. When recalling:
Before recommending from memory:
"The memory says X exists" is not the same as "X exists now."
When presenting recalled memories:
Previously noted (<date>):
- <memory content>
- <memory content>
⚠ Verify before acting — memory may be stale.