From thumbgate
Recalls past mistakes and prevention rules before tasks, captures success/failure feedback after, to prevent agents repeating errors. Uses local MCP tools like recall and capture_feedback.
npx claudepluginhub igorganapolsky/thumbgateThis skill uses the workspace's default tool permissions.
Give your agent persistent memory across sessions. Before starting any task, recall what went wrong last time. After completing work, capture whether it succeeded or failed. Prevention rules are auto-generated from repeated mistakes.
Provides pre-action gates for AI coding agents: captures thumbs-up/down feedback, auto-generates prevention rules from repeated failures, blocks risky tool calls via MCP PreToolUse hooks. Trigger for safety guardrails, structured feedback, or DPO exports.
Captures AI agent mistakes, corrections, gotchas from failed commands, debugging, unexpected API behavior; searches prior learnings before tasks to avoid pitfalls.
Guides AI agents with best practices from real failures: confirm before executing, show drafts before publishing, stop on command, avoid over-automation. For safer agent behavior.
Share bugs, ideas, or general feedback.
Give your agent persistent memory across sessions. Before starting any task, recall what went wrong last time. After completing work, capture whether it succeeded or failed. Prevention rules are auto-generated from repeated mistakes.
Add the MCP server (one-time):
claude mcp add thumbgate -- npx -y thumbgate serve
No API key needed. All data stays local.
Call the recall MCP tool with a description of your current task. The tool returns:
Read the prevention rules carefully. These are patterns that failed before — follow them.
Complete the task as normal. Keep track of what you did and whether it worked.
Call the capture_feedback MCP tool:
If succeeded:
upIf failed:
downVague feedback like "it failed" will be rejected. Be specific.
Call the feedback_stats MCP tool to see approval rate, top failure domains, and whether the agent is trending better or worse.
| Tool | What it does |
|---|---|
recall | Search past feedback and prevention rules for current task |
capture_feedback | Record what worked or failed with structured context |
prevention_rules | View auto-generated rules from repeated mistakes |
feedback_stats | Approval rate, trend analysis, top failure domains |
feedback_summary | Human-readable summary of recent signals |
| Profile | Tools | Use case |
|---|---|---|
essential | 5 core tools | Default — start here |
commerce | 6 tools + commerce_recall | Agentic commerce agents |
default | 12 tools | Full pipeline including DPO export |
Set profile: THUMBGATE_MCP_PROFILE=essential npx thumbgate serve
down feedbackdown feedback againrecall returns the rule → agent follows itThis is the core value. The agent doesn't learn — but it reads the rules and follows them.