From fpl-hsmem
Show Hindsight memory health, current bank, and statistics for the active project. Use when the user asks "is memory working?", "what bank am I on?", "how many memories?", or wants a quick diagnostic of the Hindsight integration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fpl-hsmem:statusThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick health check and statistics for the active Hindsight bank.
Quick health check and statistics for the active Hindsight bank.
memory_status to get the connection state and bank statistics.memory_get_current_bank to confirm the active bank ID.mental_model_list to see which living knowledge pages exist (if any).Hindsight: <healthy/unreachable>
Bank: <bank-id> (<N> memories, <M> documents)
Pages: <list of mental_model names or "none yet">
URL: <hindsight URL>
<one-line interpretation: "all green", "no memories yet — try a few turns",
"Hindsight not reachable — start docker container", etc.>
If memory_status fails:
docker ps | grep hindsightcurl http://localhost:8888/healthIf bank is empty after a long active project:
retainEveryNTurns, default 10)memory_status again after a few more conversation turnsnpx claudepluginhub forgeplan/marketplace --plugin fpl-hsmemGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.