ThumbGate: Pre-action safety gates for Forge agents #2892
IgorGanapolsky
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Forge team and community!
I built ThumbGate — pre-action gates for AI coding agents. It captures thumbs-down feedback and turns it into prevention rules that physically block agents from repeating mistakes.
The problem ThumbGate solves for Forge users
When using Forge (or any AI agent), the agent might:
.envfiles to public reposYou correct it once... but next session, it does the same thing again. Instructions in
AGENTS.mdare suggestions — the agent can ignore them after context drift.How ThumbGate works with Forge
ThumbGate ships as a Forge skill that intercepts tool calls before execution:
This creates a
.forge/skills/thumbgate/SKILL.mdthat:Example
Quick start
Free, local-first, open source. No data leaves your machine.
Would love feedback from Forge users on this integration. What patterns do your agents repeat that you wish they would stop?
🔗 GitHub | npm
Beta Was this translation helpful? Give feedback.
All reactions