feedback

feedback is a command for coding agents from lool-ventures/founder-skills. It costs 41 tokens per session (703 once invoked), scanned A, original, Apache-2.0.

A feedback command for the founder-skills maintainers. It drafts a bug report, idea, question, or success story and gives the user a link or text to submit themselves.

In plain words
What is it for?
Use it to classify feedback, draft a privacy-safe message, review the exact wording, and submit it manually.
Why use it?
It makes it easier to report problems or suggestions while keeping control of what is sent.

Command

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the founder-skills plugin — 6 skills, 1 command, 6 agents shipped together

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.

agentmods
npx agentmods add commands/lool-ventures/founder-skills/feedback
Clone the repo
git clone --depth 1 https://github.com/lool-ventures/founder-skills

Or install founder-skills, the plugin that ships this one along with the rest of its 6 skills, 1 command, 6 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 feedback

README.md
[![agentmods](https://agentmods.dev/badge/commands/lool-ventures/founder-skills/feedback.svg)](https://agentmods.dev/commands/lool-ventures/founder-skills/feedback)
Your own site
<a href="https://agentmods.dev/commands/lool-ventures/founder-skills/feedback"><img src="https://agentmods.dev/badge/commands/lool-ventures/founder-skills/feedback.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 703 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00041 $0.00703
Opus 5 $0.00020 $0.00351
Sonnet 5 $0.00008 $0.00141
Haiku 4.5 $0.00004 $0.00070

Measured 4d ago against content hash 856c098f18a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 4d 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.

founder-skills/commands/feedback.md · 47 lines

How it starts

The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Send founder-skills feedback

Help the user send feedback to the founder-skills maintainers (lool ventures). You never transmit anything. You draft a message and hand the user a link/text; they submit it themselves via their own browser or mail client.

Privacy hard-stop (non-negotiable)

  • NEVER put session or artifact data in the draft: no company name, cap-table numbers, deck content, financials, valuations, or transcript excerpts.
  • NEVER include file paths — they leak company slugs (e.g. artifacts/acme-corp/...).
  • You MAY include, only after showing the user the exact final text: plugin version (read ${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json), skill name, platform (Claude Code vs Cowork), and error class if it's a bug. Nothing else.
  • Show the complete payload and get an explicit "yes, send this" BEFORE producing any link.

Flow

  1. Classify with AskUserQuestion (one question, these options): Bug · Idea or feedback · Question / help · Share a win

  2. Gather briefly (1–3 prompts): which skill, what happened / what you'd want.

  3. Draft + scrub a clean body per the hard-stop above. Show it in full for review/edit.

  4. Offer private delivery: ask if they'd rather send it privately by email instead of posting publicly. If yes, use the mailto route below.

  5. Produce the submit link (do not open or send it — the user clicks it):

    Type Link
    Bug https://github.com/lool-ventures/founder-skills/issues/new?template=bug_report.md&title=<enc>&labels=bug
    Idea / feedback https://github.com/lool-ventures/founder-skills/discussions/new?category=ideas-feedback
    Question / help https://github.com/lool-ventures/founder-skills/discussions/new?category=q-a-help-how-to
    Share a win https://github.com/lool-ventures/founder-skills/discussions/new?category=show-and-tell-founder-wins
    Private (any type) mailto:[email protected]?subject=<enc>&body=<enc>
    • URL-encode <enc> values (spaces, newlines, #, &).
    • Discussions links don't reliably prefill the body — paste the drafted text into the thread after it opens. Issue and mailto links do prefill.
    • If a prefilled URL would exceed ~6KB (GitHub) or ~1.5KB (mailto), skip the prefill and present the drafted text for the user to paste.
  6. Confirm: tell them to review on the opened page and submit. Thank them. If they shared a win, mention it may help other founders.

Read the full file on GitHub · 47 lines

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. 4d ago First seen · 47 lines · 41 tokens per session scan A 856c098f18a8

Subscribe to this mod's changes

feedback is a command published in the GitHub repository lool-ventures/founder-skills (32 stars, last pushed 3d ago), licensed Apache-2.0. It adds 41 tokens to every session and 703 once invoked, about $0.0002 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.