From vibemind-relaymind
Externalize a structured snapshot of recent work into RelayMind via viberelay relaymind checkpoint. Use after finishing a meaningful task, before a large refactor, before restarting the supervisor, or when the latest context render reports recommendation=checkpoint-now / context_estimate=high|critical. Hooks may flag a checkpoint as needed but only this skill (running on a Claude turn) writes them.
npx claudepluginhub yusuflisawi/viberelay --plugin vibemind-relaymindThis skill is limited to using the following tools:
A checkpoint is a structured summary of a meaningful work interval. It is
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
A checkpoint is a structured summary of a meaningful work interval. It is
stored in SQLite as type=checkpoint and surfaced by
viberelay relaymind checkpoint latest plus the SessionStart context
render.
## What happened
## Decisions
## Open loops
## Next actions
## Memory updates needed
# Write a checkpoint right now (you supply the content via the CLI prompt).
viberelay relaymind checkpoint write
# Heuristic: writes only if conditions warrant (age, message volume, flags).
viberelay relaymind checkpoint maybe
# Print the most recent checkpoint (read-only, safe).
viberelay relaymind checkpoint latest
checkpoint maybe is also invoked by the Stop hook so a Claude turn can
finalize. It is idempotent and cheap — calling it on every meaningful turn
boundary is fine.
viberelay relaymind checkpoint latest to see the prior state.viberelay relaymind checkpoint write and fill the five sections
tersely. Reference memory item ids with [<id>] where possible.mem add does not happen automatically.checkpoint-needed flag; the next turn drains it.