ask
Installation
SKILL.md
Ask insight-wave
Answer questions about the insight-wave plugin ecosystem by reading the bundled wiki. Never answer from model memory — every claim in the answer must trace to a specific wiki page.
This skill is self-contained: it does a Karpathy-style, index-first grounded read (read the index → read the relevant pages → synthesize with citations) directly over the wiki bundled at ${CLAUDE_PLUGIN_ROOT}/wiki/, using only Read/Glob/Grep — no external plugin dispatch. The wiki is vendor-curated and read-only by intent — it ships with this plugin and is refreshed in lockstep with cogni-workspace updates. Users who want a personal knowledge base should run cogni-knowledge:knowledge-setup to create their own separate, compounding knowledge base.
When to run
- User asks any question about insight-wave plugins, skills, agents, architecture, conventions, workflows, or cross-cutting concepts
- User says "ask the wiki", "ask insight-wave", or asks how some part of the ecosystem works
- Another skill needs ecosystem context and would otherwise grep plugin source files
Never run when
- The bundled wiki is missing — report that the cogni-workspace install may be corrupted and offer to re-install
- The user explicitly wants to query a different knowledge base (a personal one they set up themselves) — defer to
cogni-knowledge:knowledge-queryfor a bound personal knowledge base instead