DEV Community

Igor Ganapolsky
Igor Ganapolsky

Posted on

ThumbGate is now on Hugging Face Spaces — infrastructure firewall for AI coding agents

We just listed ThumbGate on the Hugging Face Spaces directory so AI engineers can find the pre-action enforcement layer for coding agents.

Space: https://huggingface.co/spaces/IgorGanapolsky/ThumbGate

What it is

ThumbGate is the infrastructure firewall for AI coding agents (Claude Code, Cursor, Codex, OpenCode, MCP):

  1. Capture thumbs-up/down feedback on agent actions
  2. Promote lessons into memory
  3. Generate prevention rules
  4. Block known-bad tool calls at PreToolUse time

It maps cleanly onto the Hugging Face Context Course units (skills, MCP, plugins, sub-agents, hooks) — gates are the hard enforcement layer those patterns need.

Install

npx thumbgate init
npx thumbgate doctor
npx thumbgate dashboard --open
Enter fullscreen mode Exit fullscreen mode

Links

Not affiliated with Hugging Face — just listed where agent builders already look.

Top comments (0)