Skip to content

Skills

This page is generated from the plugin SKILL.md frontmatter at build time — the shipped skill descriptions are the source of truth, so the roster here cannot drift from the installed plugin.

The Claude Code plugin ships six skills in two families. /setup and /interview are the human-driven front doors; the rest are both-invocable — usable from the / menu and auto-invocable by the model. Fidelity measurement is /sync --verify; the on-demand full stock-take is /sync --inventory. There is no command for everyday graph work: once a workspace exists, you just talk to Claude and the memstead_* MCP tools stay live.

Getting a workspace started and its knowledge in.

Human-only (front door)

First-time Memstead setup in the current directory — resolves the binaries (installing if needed), creates the workspace and mem, and wires the MCP server. Run once per project. Afterwards there is no command for everyday graph work — just talk to Claude; the MCP tools are always live.

Human-only (front door)

Conversational knowledge capture — you talk, Claude asks one question at a time and writes what you know into typed, linked entities. Use when the knowledge lives in a person’s head rather than in any source Claude could read.

Both-invocable

Load what a mem already knows into context before starting work — searches entities by topic and reads them fully, so the session builds on captured knowledge instead of re-deriving it. Not a docs or web lookup: it reads your mems.

Building a mem from sources, then keeping it true.

Both-invocable

Build a mem from a declared source binding — one focused batch per run, resumable, suited to running on a loop. No binding yet? A short three-question setup creates one; no configuration vocabulary needed. Build only: it grows the mem — keeping it current as the source changes is a separate job.

Both-invocable

Your source changed — bring the mem up to date. Reads what changed since the last run plus any open findings, and updates only the affected entities, conservatively. The single maintenance writer for bound mems; run --all on a loop to keep every bound mem current (the loop ends itself once every binding reports quiescence), --verify <binding> for a read-only fidelity report (coverage, accuracy, freshness) that changes nothing, or --inventory <binding> for the on-demand full stock-take — measure the whole binding, repair to quiescence, report. Not a version-control operation: changes flow from your source into your mem, never the reverse.

Both-invocable

Graph hygiene for your mems — assesses structure (orphans, stubs, thin or missing links, stale entries), proposes concrete improvements, and applies only what you approve. Works entirely through the graph: it never reads or writes your sources.