tboome33

68 mods across 2 repositories, 1 stars between them.

wiki-query

49

tboome33/obsidian-mcp-router

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.).

1 yesterday A 35 tokens original Apache-2.0

tboome33/obsidian-mcp-router

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.).

1 yesterday A 48 tokens original Apache-2.0

wiki-tour

51

tboome33/obsidian-mcp-router

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…

1 yesterday A 66 tokens original Apache-2.0

wiki

52

tboome33/obsidian-mcp-router

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.).

1 yesterday A 42 tokens original Apache-2.0

write-append

53

tboome33/obsidian-mcp-router

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.).

1 yesterday A 42 tokens original Apache-2.0

write-bundle

54

tboome33/obsidian-mcp-router

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.).

1 yesterday A 58 tokens original Apache-2.0

tboome33/obsidian-mcp-router

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.).

1 yesterday A 45 tokens original Apache-2.0

tboome33/obsidian-mcp-router

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.).

1 yesterday A 59 tokens original Apache-2.0

tboome33/obsidian-mcp-router

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.).

1 yesterday A 37 tokens original Apache-2.0

write-patch

58

tboome33/obsidian-mcp-router

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.).

1 yesterday A 53 tokens original Apache-2.0

SessionStart

59

tboome33/obsidian-mcp-router

Hook

Runs when a session starts on startup, resume and clear, executing hot-cache-load.mjs via node. From tboome33/obsidian-mcp-router.

1 yesterday A tokens not measured copy · 88% Apache-2.0

PostCompact

60

tboome33/obsidian-mcp-router

Hook

Runs after the context is compacted, executing hot-cache-load.mjs via node. From tboome33/obsidian-mcp-router.

1 yesterday A tokens not measured original Apache-2.0

UserPromptSubmit

61

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.

1 yesterday A tokens not measured copy · 50% Apache-2.0

auto-mode

62

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…

1 yesterday B 146 tokens original Apache-2.0

openrouter-fusion

64

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.

0 2mo ago A tokens not measured original MIT

openrouter-fusion

65

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.

0 2mo ago A tokens not measured original MIT

fusion

66

tboome33/openrouter-fusion-mcp

Command

OpenRouter Fusion — list configs (models + orchestrator), then ask preset → reasoning effort → temperature, and deliberate (async).

0 2mo ago A 26 tokens original MIT

PreToolUse

67

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.

0 2mo ago A tokens not measured copy · 75% MIT

fusion-selector

68

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…

0 2mo ago A 123 tokens original MIT