knowledge-resume
Installation
SKILL.md
Knowledge Resume
Give the user a fast, grounded status view of a cogni-knowledge base so they know what is inside and what the right next action is. This skill is read-only with respect to the binding and the wiki — it never writes. The only side effect is that the native health.py invocation appends its health-check log line to wiki/log.md (the same side effect the old cogni-wiki:wiki-resume dispatch produced — unchanged).
Read ${CLAUDE_PLUGIN_ROOT}/references/delegation-contract.md once at the start of a session so you remember the wiki-engine boundary — cogni-knowledge computes the wiki health verdict on the vendored wiki-health engine (resolved vendored-first), it does not dispatch cogni-wiki:wiki-resume.
When to run
- User asks for status, overview, or "where was I" on a knowledge base
- User returns after a gap and wants orientation
- Right after
knowledge-setupor aknowledge-finalizerun finished, to confirm the deposit and suggest the next step - Proactively when a session opens in a directory containing
.cogni-knowledge/binding.json
Never run when
- A specific target was named (
--knowledge-slug, or a--knowledge-rootpointing at one base) and that target directory has no.cogni-knowledge/binding.json— abort and offerknowledge-setupinstead (Step 1, point 2). This is the narrow named-but-unbound case, not the no-target case: when no--knowledge-slugis given the skill legitimately runs to print the Step 0.5 discovery menu, whose empty-discovery sub-case is itself where the start-a-new-base /knowledge-setupaffordance is now offered.