PreToolUse
01Hook Claude Code
Runs before the agent uses a tool for Write, Edit and MultiEdit tool calls, executing trovex-md-guard.sh. From TsukumoHQ/trovex.
Token-efficient MCP doc-router — one canonical doc per query for your coding agents.
Hook Claude Code
Runs before the agent uses a tool for Write, Edit and MultiEdit tool calls, executing trovex-md-guard.sh. From TsukumoHQ/trovex.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Skill Claude CodeCodex
Domain review checklist for the trovex backend — the Python/FastAPI + sqlite-vec/fastembed retrieval engine, the MCP server (trovex/trovexwrite/read/search/tag/delete + catalog resources), and the Active-Memory boot/capture loop. Applies to a diff touching src/trovex, scripts (CI guards), tests, benchmarks, deploy, or…
Skill Claude CodeCodex
Domain review checklist for the trovex web/ surface — the Vite/React/TypeScript landing + savings-calculator app AND the Vercel serverless API functions (web/api/.js) behind it (lead capture, Twenty-CRM mirror, inbound webhook, OG-card/badge generators). Applies to a diff under web/. Ordered highest-weight first: the…
MCP server Claude CodeCodexCursor +2
MCP server "agent-relay", hosted remotely at localhost, as configured in TsukumoHQ/trovex.
MCP server Claude CodeCodexCursor +2
MCP server "trovex", hosted remotely at 127.0.0.1, as configured in TsukumoHQ/trovex.
Skill Claude CodeCodex
Token-efficient routing for a repo's Markdown docs. Use BEFORE reading or grepping any .md file to find the one canonical doc for a question — and to read it at the section level instead of whole. Trovex serves the single current doc per query (with a canonical/stale/duplicate freshness marker) for 60% fewer tokens…