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/un-pany/v3-admin-vite/gitgit clone --depth 1 https://github.com/un-pany/v3-admin-viteWhat 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.00012 | $0.00265 |
| Opus 5 | $0.00006 | $0.00133 |
| Sonnet 5 | $0.00002 | $0.00053 |
| Haiku 4.5 | $0.00001 | $0.00026 |
Grade A, and why
git 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 2d 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.
What it actually says
Git 提交规范
Commit
提交模板 type: message,具体要求如下:
- 注意英文冒号后有一个空格
type的枚举值有:
feat新功能fix修复错误perf性能优化refactor重构代码docs文档和注释types类型相关test单测相关ci持续集成、工作流revert撤销更改chore琐事(更新依赖、修改配置等)
- 保持
message简洁明了,描述清楚变更内容
分支
- 优先创建个人分支进行编码
- 禁止直接对主分支进行编码
其他
- 禁止自动提交,除非有明确的指示
- 提交前确保代码通过代码校验和单元测试
- 避免大型提交,尽量将变更分解为小的、相关的提交
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.
- 2d ago First seen · 38 lines · 12 tokens per session scan A d8554597b0c6
git is a cursor rule published in the GitHub repository un-pany/v3-admin-vite (7,047 stars, last pushed 1mo ago), licensed MIT. It adds 12 tokens to every session and 265 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.
Other cursor rules, from other repositories
test-file-location
Keep test files in dedicated test directories.
16-wechat-sdk
微信 SDK 接入规范(EasyWeChat / WechatManager).
react-components
Rules for writing React components in this project.
state-management
Rules for Redux state management.
server-patterns
Rules for server-side Express code.
15-config-center
动态配置中心读取规范(ConfigCenter / configcenter).