From memory-bank
Curate all GCP Memory Bank memories for the current user by invoking the deployed memory-minion agent — deduplicates, rewrites facts for agent-readability, and maintains display names. A summary is reported.
How this skill is triggered — by the user, by Claude, or both
Slash command
/memory-bank:memories-curateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Curate all memories in the GCP Memory Bank by invoking the deployed memory-minion agent (curation runs on the GCP Agent Runtime, not locally).
Curate all memories in the GCP Memory Bank by invoking the deployed memory-minion agent (curation runs on the GCP Agent Runtime, not locally).
ls -d ~/.claude/scripts/memory-bank ~/.gemini/config/plugins/memory-bank/scripts ~/.claude/plugins/cache/*/memory-bank/*/scripts 2>/dev/null
Use the first that exists in the order listed above, not the order ls
prints — it sorts. Call it <SCRIPTS>.python3 <SCRIPTS>/nudge_minion.py --wait
{"reviewed": N, "updated": N, "deleted": N, "named": N}. Report to the user:
Curated N memories: X rewritten, Y duplicates removed, Z named.updated/deleted/named are all 0, report: Curation completed with no changes.npx claudepluginhub mlarkin00/plugins --plugin memory-bankGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.