npx claudepluginhub zircote/mnemonicThis skill is limited to using the following tools:
Re-index mnemonic memories for qmd search.
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.
Re-index mnemonic memories for qmd search.
qmd update && qmd embed
qmd update — rebuilds the BM25 full-text indexqmd embed — regenerates vector embeddings for semantic search# Index only (skip embeddings — faster)
qmd update
# Specific collection only
qmd update -c mnemonic-zircote && qmd embed -c mnemonic-zircote
# Check status after
qmd status
/mnemonic:capture sessionsIndexing is not automatic. Searches will miss memories added since the last index.