Stats
Actions
Tags
From wiki
Runs a background coach process on session start/stop, and intercepts Task tool calls with Node.js hooks for custom logic before/after execution. Also triggers a Node.js script on every user prompt.
5 events · 9 hooks
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
wiki stop-hook30msReadwiki code-read-hook10msmcp__plugin_wiki_wiki__.*|mcp__wiki__.*echo '{"systemMessage":"[Wiki used]"}'5msmcp__wiki__ingest_thought|mcp__wiki__ingest_entity|mcp__wiki__ingest_conclusionecho '{"hookSpecificOutput":{"hookEventName":"PostToolUse","additionalContext":"Wiki doc ingested. Call wiki.link_doc({doc_type, id}) on the new doc to wikilink entity mentions and fold near-duplicate paragraphs into the canonical entity. Skip if already inside a learn pass."}}'5msmcp__wiki__ingest_reasonecho '{"hookSpecificOutput":{"hookEventName":"PostToolUse","additionalContext":"Reason ingested. If this completes a cluster of ≥2 resolved questions around an entity, call wiki.suggest_conclusion({entity_id}) to synthesize a conclusion."}}'5msmcp__wiki__learn_passecho '{"hookSpecificOutput":{"hookEventName":"PostToolUse","additionalContext":"Learn pass complete. Review docs_modified count. If paragraphs_merged > 0, the canonical entities now own that content — do not re-add it to source docs."}}'5msmcp__wiki__mark_questionecho '{"hookSpecificOutput":{"hookEventName":"PostToolUse","additionalContext":"Question status updated. Run wiki.list_open_questions() periodically to keep the question loop active."}}'5msecho '{"hookSpecificOutput":{"hookEventName":"SessionStart","additionalContext":"Wiki MCP is active. Before answering substantive questions or making code changes: (1) call wiki.search_fulltext({query}) or wiki.search_by_tag({tag}) for relevant context, (2) walk [[wikilinks]] depth-1 via wiki.get({doc_type, id}). After ingesting new docs, always call wiki.link_doc({doc_type, id}) to connect entities. Skills: /wiki, /learn, /ingest, /reindex."}}'wiki hook15ms4plugins reuse this hooks config
First indexed Mar 25, 2026
npx claudepluginhub yesitsfebreeze/wiki --plugin wiki