wiki-query
49Command
Answer a question grounded in the EXISTING wiki vault (no web fetching) — three-tier retrieval with optional semantic search. (Skill wiki-query handles natural-language triggers.).
Command
Answer a question grounded in the EXISTING wiki vault (no web fetching) — three-tier retrieval with optional semantic search. (Skill wiki-query handles natural-language triggers.).
Command
Regenerate stale or missing digest sidecars in wiki-meta/digests/. Companion to /wiki-lint --deep which detects which digests are stale. (Skill wiki-refresh-digests handles natural-language triggers.).
Command
Generate a guided, pedagogical reading tour through a vault (or one of its sections/topics) — an ordered walkthrough computed from the knowledge graph's link topology, output as a standalone markdown page + the graph's tour[] field. Deterministic ordering, LLM narrative. (Skill wiki-tour handles natural-language…
Command
Bootstrap a Karpathy-style LLM-wiki structure inside an Obsidian vault — scaffolds index/log/hot/overview + updates CLAUDE.md. (Skill wiki handles natural-language triggers.).
Command
Append content at the end of a file. Auto-creates the file unless requireExisting=true. Best for daily journals, logs, running captures. (Skill write-append handles natural-language triggers.).
Command
Run several vault writes as ONE logical operation — before-images captured first, all-or-nothing apply, byte-for-byte rollback if any step fails, and a journal that survives a crash. Also the recovery entry point (recover:true). (Skill write-bundle handles natural-language triggers.).
Command
Create a new file, or replace the entire content of an existing one. Pass ifNew=true to refuse overwrite. (Skill write-create-or-replace handles natural-language triggers + the overwrite-confirm safety prompt.).
Command
Apply multiple frontmatter updates at once (sequential, NOT atomic — partial failures are reported per-key). Use when updating 2+ properties on the same file in one call. (Skill write-frontmatter-merge handles natural-language triggers + type inference + non-atomicity reporting.).
Command
Set or replace a single frontmatter property. Type-preserving (numbers stay numbers, arrays stay arrays). (Skill write-frontmatter-set handles natural-language triggers + type inference.).
Command
Surgical edit — insert/replace under a specific heading, block id, or frontmatter key. Use when modifying ONE section of a long note without rewriting the whole file. (Skill write-patch handles natural-language triggers + the heading-full-path rule.).
Hook
Runs when a session starts on startup, resume and clear, executing hot-cache-load.mjs via node. From tboome33/obsidian-mcp-router.
Hook
Runs after the context is compacted, executing hot-cache-load.mjs via node. From tboome33/obsidian-mcp-router.
Hook
Runs when you submit a prompt, before the agent sees it, executing decisions-recall.mjs via node. From tboome33/obsidian-mcp-router.
Skill Claude CodeCodex
Set the wiki auto-enrichment mode for the current session — ClaudeAsk (default, propose + always confirm), Hybrid (auto-save type-safe items, ask on high-stakes), FullAuto (auto-save everything with safety nets), or off (no proactive suggestions). Pass "persist" to write OBSIDIANROUTERAUTOENRICH= to the workspace…
tboome33/openrouter-fusion-mcp
Plugin Claude Code
Plugin marketplace listing 1 plugin: openrouter-fusion.
tboome33/openrouter-fusion-mcp
Plugin Claude Code
OpenRouter Fusion (multi-model deliberation) MCP server + an interactive selector skill/command (list presets with cost → recommend → pick → reasoning → temperature) + a PreToolUse hook that confirms before every paid run.
tboome33/openrouter-fusion-mcp
MCP server Claude CodeCodexCursor
MCP server exposing OpenRouter Fusion via async fusionlist/fusionstart/fusionresult with named configs (quality/budget/custom) — multi-model deliberation for high-stakes answers. Runs locally from the openrouter-fusion-mcp npm package. Needs 6 environment variables to run.
tboome33/openrouter-fusion-mcp
Command
OpenRouter Fusion — list configs (models + orchestrator), then ask preset → reasoning effort → temperature, and deliberate (async).
tboome33/openrouter-fusion-mcp
Hook
Runs before the agent uses a tool for mcp__openrouter-fusion__fusion_start tool calls, executing fusion-gate.mjs via node. From tboome33/openrouter-fusion-mcp.
tboome33/openrouter-fusion-mcp
Skill Claude CodeCodex
Interactive selector for OpenRouter Fusion (multi-model deliberation via the openrouter-fusion MCP: tools fusionlist / fusionstart / fusionresult). Use this WHENEVER the user wants to run Fusion / a multi-model deliberation — "use fusion", "ask fusion", "synthèse avec fusion", "passe ça à fusion", etc. — WITHOUT…