From thumbgate
Audits ThumbGate wiring: checks PreToolUse/SessionStart hooks, MCP server reachability, lesson store, and statusline. Reports readiness and exact fix commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thumbgate:thumbgate-doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit whether ThumbGate is actually wired into this agent — PreToolUse / SessionStart hooks
Audit whether ThumbGate is actually wired into this agent — PreToolUse / SessionStart hooks installed, MCP server reachable, lesson store present, statusline, overall agent-readiness — then tell the user exactly what to fix.
This skill wraps existing ThumbGate capability and adds no new logic — it runs the existing doctor + integrity checks.
npx thumbgate doctor
(Add --json for a machine-readable report.) It exits non-zero when the project is not ready.check_operational_integrity MCP tool — this confirms the
server-side enforcement path is live, not just the local config.npx thumbgate init).The full readiness checklist (each check, what a failure means, and its fix) is in references/wiring-checklist.md.
Input: "why aren't my gates firing? is ThumbGate even wired up?"
Action: run npx thumbgate doctor, then check_operational_integrity, then:
❌ PreToolUse hook not installed — run
npx thumbgate init. ✅ MCP server reachable. ✅ Lesson store present. Fix the hook and your promoted rules will start blocking.
npx thumbgate doctor exits non-zero: that's the point — read which checks failed and apply
the printed fix (usually npx thumbgate init).check_operational_integrity unreachable while doctor is green: local config is fine but the
MCP server isn't running — restart it (npx thumbgate serve).npx thumbgate doctor and reported its actual readiness status, not a guess.check_operational_integrity, not just local config.npx thumbgate init).npx claudepluginhub igorganapolsky/thumbgateCaptures thumbs-up/down feedback on AI agent actions, auto-converts repeated failures into prevention rules, and blocks known-bad tool calls via MCP PreToolUse hooks. Useful for safety guardrails with any MCP-compatible agent.
Checks APort guardrail status: passport validity, agent ID, assurance level, evaluation mode, AGENTS.md enforcement, and recent audit logs. Use to verify security setup.
This skill should be used when the user asks to "check my setup", "run diagnostics", "doctor", "health check", "verify my installation", "are my plugins working", "check plugin status", "what's broken", "fix my setup", "debug my environment", "check dependencies", "environment check", "troubleshoot setup", or invokes /midnight-expert:doctor. Provides comprehensive health reporting for the midnight-expert ecosystem — plugin installation, MCP servers, external tools, cross-plugin references, and NPM registry.