capture-feedback

capture-feedback is a command for Claude Code, Cursor from IgorGanapolsky/ThumbGate. It costs 10 tokens per session (281 once invoked), scanned A, original, MIT.

A command for recording structured feedback about the current task or action, including whether it was correct and why. It can also use recent conversation history when the feedback is brief.

In plain words
What is it for?
Use it to submit positive or negative feedback, add tags and explanations, and update an earlier feedback record.
Why use it?
It turns quick reactions such as “wrong” or a thumbs-down into a usable record with context and categories. Later clarification can be linked to the original feedback.

Command for Claude CodeCursor

Written for Cursor and Claude Code: shipped in a Cursor plugin, but also a Claude Code command (commands/*.md).

Part of the thumbgate plugin — 5 skills, 3 commands, 2 agents shipped together

Good fit Use it to submit positive or negative feedback, add tags and explanations, and update an earlier feedback record.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/igorganapolsky/thumbgate/capture-feedback
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/IgorGanapolsky/ThumbGate

Made for: Claude Code, Cursor.

Or install thumbgate, the plugin that ships this one along with the rest of its 5 skills, 3 commands, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for capture-feedback

README.md
[![agentmods](https://agentmods.dev/badge/commands/igorganapolsky/thumbgate/capture-feedback.svg)](https://agentmods.dev/commands/igorganapolsky/thumbgate/capture-feedback)
Your own site
<a href="https://agentmods.dev/commands/igorganapolsky/thumbgate/capture-feedback"><img src="https://agentmods.dev/badge/commands/igorganapolsky/thumbgate/capture-feedback.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 281 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00010 $0.00281
Opus 5 $0.00005 $0.00140
Sonnet 5 $0.00002 $0.00056
Haiku 4.5 $0.00001 $0.00028

Measured 8d ago against content hash 9e61ba3ac804, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

capture-feedback scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/cursor-marketplace/commands/capture-feedback.md · 34 lines

What it actually says

Capture Feedback

Quickly capture structured feedback about the current task or action.

Usage

Invoke this command to record a feedback signal with context and tags. If the user only gives a quick thumbs_down, wrong, or correct, the command should still call capture_feedback and pass recent context through chatHistory.

Steps

  1. Specify signal: thumbs_up or thumbs_down.
  2. If the user already gave a clear explanation, pass it as context.
  3. If the explanation is vague or omitted, gather up to 8 prior recorded entries plus the failed tool call into chatHistory.
  4. Add tags for categorization.
  5. If this is a later clarification for an existing feedback event, include relatedFeedbackId.
  6. Call the capture_feedback MCP tool and show the proposed lesson or corrective rule back to the user.

Example

/capture-feedback thumbs_down "Tests broke after migration" database,migration
/capture-feedback thumbs_down

In the second example, the command should rely on history-aware distillation instead of refusing the signal outright. If the user adds more detail later, reuse relatedFeedbackId so the linked 60-second follow-up session updates the same record.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 34 lines · 10 tokens per session scan A 9e61ba3ac804

Subscribe to this mod's changes

capture-feedback is a command published in the GitHub repository IgorGanapolsky/ThumbGate (26 stars, last pushed today), licensed MIT. It adds 10 tokens to every session and 281 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.