From thumbgate
Displays active ThumbGate prevention rules, reliability rules, and originating lessons. Shows what guardrails protect the project and why each exists. Uses MCP tools or CLI.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thumbgate:thumbgate-rulesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the guardrails currently in force for this project: the auto-promoted prevention rules, the
Show the guardrails currently in force for this project: the auto-promoted prevention rules, the reliability rules, and the lessons they came from — so the user sees not just what is blocked but why.
This skill wraps existing ThumbGate capability and adds no new logic — it reads the live rule and lesson stores.
prevention_rules MCP tool (CLI fallback: npx thumbgate rules).get_reliability_rules to show which tool-call shapes are gated.search_lessons, so the user sees the origin, not
just the block.Field-by-field tool output and how rules map to lessons are in references/rule-stores.md.
Input: "what is ThumbGate protecting me from in this repo?"
Action: call prevention_rules + get_reliability_rules, enrich each with search_lessons, then:
| Rule / Gate | Blocks | From lesson | State |
|---|---|---|---|
| no-force-push-main | git push --force to main | overwrote a teammate's commit (2026-05) | active |
| verify-before-deploy | deploy without npm test | shipped a broken build | active |
npx thumbgate rules
returns nothing because the lesson store is fresh.prevention_rules errors / MCP unreachable: fall back to npx thumbgate rules, then run the
thumbgate-doctor skill to check wiring.prevention_rules (or the npx thumbgate rules fallback), not from memory.search_lessons so the user sees why.get_reliability_rules).npx claudepluginhub igorganapolsky/thumbgateShows ThumbGate's enforcement record: blocked vs warned actions, top gates, tokens saved, and the feedback-to-rejection pipeline. Use when asked about what ThumbGate blocked or enforcement stats.
Browses Hookify rule catalog and guides installation of pre-built rules for git safety, Python quality, security, workflows, and performance.
Explains ClawdStrike's 12 security guards, rulesets (permissive, default, strict), and policies for troubleshooting denials, understanding blocks, and configuring settings.