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.
npx agentmods add rules/jianger666/cursor-feedback-extension/learned-conventionsgit clone --depth 1 https://github.com/jianger666/cursor-feedback-extensionWrote 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.
[](https://agentmods.dev/rules/jianger666/cursor-feedback-extension/learned-conventions)<a href="https://agentmods.dev/rules/jianger666/cursor-feedback-extension/learned-conventions"><img src="https://agentmods.dev/badge/rules/jianger666/cursor-feedback-extension/learned-conventions.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00246 | $0.00246 |
| Opus 5 | $0.00123 | $0.00123 |
| Sonnet 5 | $0.00049 | $0.00049 |
| Haiku 4.5 | $0.00025 | $0.00025 |
Grade A, and why
learned-conventions scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- 推 tag 后必须盯到 GitHub Actions 跑完,并验证 npm 与 Open VSX 两个渠道的版本号都等于新版本才算发布完成(2026-07-14 曾因 npm@latest 升 12 与 Node 20 不兼容导致 npm 渠道静默漏发一天)。验证命令:`npm view cursor-feedback version` + `curl -s https://open-vsx.org/api/jianger666/c What it actually says
编码约定
发布流程
- 发版(npm / Open VSX / VS Code Marketplace)前必须经用户明确确认,绝不能改完代码直接发。改动完成后先提交 + 跑冒烟,向用户汇报并等确认后再走发版流程。
- 推 tag 后必须盯到 GitHub Actions 跑完,并验证 npm 与 Open VSX 两个渠道的版本号都等于新版本才算发布完成(2026-07-14 曾因 npm@latest 升 12 与 Node 20 不兼容导致 npm 渠道静默漏发一天)。验证命令:
npm view cursor-feedback version+curl -s https://open-vsx.org/api/jianger666/cursor-feedback(Open VSX API 有 1 分钟左右缓存延迟)。 - CI 里的工具链版本要 pin 主版本(如
npm install -g npm@11),不用@latest——上游发新版会把流水线带崩。
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.
- 4d ago First seen · 12 lines · 246 tokens per session scan A 6319e0bc9b11
learned-conventions is a cursor rule published in the GitHub repository jianger666/cursor-feedback-extension (32 stars, last pushed 1mo ago), licensed MIT. It adds 246 tokens to every session, about $0.0012 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other cursor rules, from other repositories
cursorrules
Decide single- or multi-workstream (look at file naming under brain/).
privacy-first
Remind that mcp-me profile data stays local on disk and is never sent to the cloud.
notebooklm
Full programmatic access to Google NotebookLM with per-project notebooks. Activate by mentioning @notebooklm in chat, or with phrases like "init notebooklm", "sync sources", "create a podcast about X", or "ask the notebook".
wrapup
End-of-session wrap-up: summarizes the session and pushes a log to the project's linked NotebookLM notebook. Activate with @wrapup in chat, or "wrap up", "save this session", or "end of session".
cursorrules
// ✅ DO: Call interactive feedback before asking questions // Before asking: "Which database should we use?" await interactivefeedback({ projectdirectory: "/Users/oplacrm/workspace/working/workfrontend/frontend", summary: "Need clarification on database choice for the project" }).
200-quality-verification-procedures
description: WHEN verifying design quality APPLY systematic procedures for validation globs: ["/.md", "/.mdc"] alwaysApply: true.