skills/agent-memory/SKILL.md
Recall past mistakes and capture feedback so your agent stops repeating errors. Works locally via MCP server — no API key needed.
npx skillsauth add igorganapolsky/mcp-memory-gateway Agent MemoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
testing
Make any ThumbGate-facing copy (landing pages, README, Reddit/LinkedIn/Bluesky posts, comparison pages, docs, outreach drafts) sound like ThumbGate — direct, technical, honest, anti-hype. Use BEFORE writing or editing any customer-facing or marketing text for ThumbGate.
tools
ThumbGate provides pre-action gates for AI coding agents. It captures thumbs-up/down feedback on agent actions, auto-promotes repeated failures into prevention rules, and blocks known-bad tool calls via PreToolUse hooks. Trigger when the user wants to add safety guardrails to an AI agent workflow, capture structured feedback on agent output, generate prevention rules from failure patterns, gate high-risk actions before execution, or export DPO training pairs from production feedback. Works with any MCP-compatible agent including Cursor, Codex, Gemini CLI, Amp, and OpenCode.
testing
# Skill: Verify Pricing Surfaces Repeatable skill for verifying all revenue-generating pages are live, have analytics, and have working Stripe links. Covers both ThumbGate and ApplyOps. ## When to use - Session startup (quick health check) - After any deploy to ThumbGate or ApplyOps - CEO asks "why aren't we making money?" or "is everything working?" - Before any pricing/checkout changes ## Steps ### 1. ThumbGate pricing surfaces ```bash # Homepage — all 3 analytics curl -sL https://thumbg
development
# Skill: Pull Funnel Data Repeatable skill for pulling checkout funnel analytics data from all sources into a readable local report. ## When to use - CEO asks "why aren't we making money?" or "what does the funnel look like?" - Before any pricing/checkout changes - Weekly revenue check-in ## Steps ### 1. Run the live Plausible poller ```bash cd /Users/igorganapolsky/workspace/git/igor/ThumbGate/repo npm run social:poll:plausible ``` This pulls live Plausible visitors, source attribution,