npx claudepluginhub adamlevoy/claude-plugins --plugin recallThis 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.
Three modes: temporal (date-based), topic (BM25 search), and graph (interactive visualization).
/recall yesterday
/recall last week
/recall 2026-02-25
/recall authentication
/recall graph last week
See workflows/recall.md for routing logic and step-by-step process.
scripts/recall-day.py - Temporal recall from native JSONL session filesscripts/session-graph.py - Interactive HTML graph visualization (requires networkx + pyvis)scripts/extract-sessions.py - Extract user messages for QMD indexingsessions - Claude Code session exports in Claude-Sessions/notes - General vault notesTopic search uses BM25 (qmd search) with query expansion (3-4 keyword variants). Always run variants in parallel across collections.