From thumbgate
Escalates the agent's latest mistake into a persistent PreToolUse block gate via ThumbGate. Use after a destructive action or when told to block a repeat.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thumbgate:thumbgate-guardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Escalate the agent's most recent mistake into an **enforced** ThumbGate prevention rule — a
Escalate the agent's most recent mistake into an enforced ThumbGate prevention rule — a PreToolUse block gate that intercepts the same bad tool-call shape before it runs again, in this session and every future one (Claude Code, Cursor, Codex, Gemini, Amp, Cline).
This skill wraps existing ThumbGate capability and adds no new logic — it routes to the real
capture_feedback + force-promote path.
git push --force origin main, DROP TABLE users, deploy without tests).capture_feedback MCP tool: signal: "down", context,
whatWentWrong, whatToChange, tags. If the user only gave a vague signal, pass the recent
turns as conversationWindow / chatHistory for history-aware distillation instead of refusing.npx thumbgate force-gate "<one-sentence context of the mistake>"
This prints the new gateId and the active gate count.Full capture_feedback field contract, force-gate flags, and the guided first-rule walkthrough
(npx thumbgate quickstart) are in
references/capture-and-promote.md.
Input: "the agent force-pushed to main and overwrote a teammate's commit — never again"
Action:
capture_feedback → signal: down, context: "agent force-pushed to main, overwrote a teammate's commit", whatWentWrong: "destructive force-push to a shared branch", whatToChange: "block force-push to main", tags: "git,force-push".npx thumbgate force-gate "force-push to main overwrote a teammate's commit".gateId + "force-push to main is now blocked as a PreToolUse check."whatWentWrong + whatToChange, or pass conversationWindow
so it can distill from history.force-gate prints nothing or errors: ThumbGate may not be wired — run the thumbgate-doctor skill.capture_feedback (signal: down) including whatWentWrong + whatToChange.npx thumbgate force-gate and reported the real gateId.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.
Guides creation of markdown-based Hookify rules to block dangerous bash commands, warn on risky file edits, and enforce behavioral guardrails in Claude Code.
Blocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.