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/oyjt/uniapp-vue3-template/gitgit clone --depth 1 https://github.com/oyjt/uniapp-vue3-templateWrote 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/oyjt/uniapp-vue3-template/git)<a href="https://agentmods.dev/rules/oyjt/uniapp-vue3-template/git"><img src="https://agentmods.dev/badge/rules/oyjt/uniapp-vue3-template/git.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.00006 | $0.00281 |
| Opus 5 | $0.00003 | $0.00140 |
| Sonnet 5 | $0.00001 | $0.00056 |
| Haiku 4.5 | $0.00001 | $0.00028 |
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 today.
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 提交规范
- 你是一位前端开发专家,精通 Git 操作
Commit 规范
提交模板 type: message,具体要求如下:
- 注意英文冒号后有一个空格
type的枚举值有:
feat新功能fix修复错误perf性能优化refactor重构代码docs文档和注释types类型相关test单测相关ci持续集成、工作流revert撤销更改chore琐事(更新依赖、修改配置等)
- 保持
message简洁明了,描述清楚变更内容
分支说明
main / master: 主分支gh-pages: GitHub Pages 构建分支
其他
- 禁止自动提交,除非有明确的指示
- 提交前确保代码通过代码校验和单元测试
- 避免大型提交,尽量将变更分解为小的、相关的提交
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.
- today First seen · 40 lines · 6 tokens per session scan A 37c999266b92
git is a cursor rule published in the GitHub repository oyjt/uniapp-vue3-template (626 stars, last pushed 3mo ago), licensed MIT. It adds 6 tokens to every session and 281 once invoked, about $0.0000 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-09-03.
Other cursor rules, from other repositories
ts
Cursor rule "ts" from un-pany/v3-admin-vite, covering ts 开发规范, 类型, 命名, 代码组织 and 错误处理.
test-file-location
Keep test files in dedicated test directories.
development-conventions
Development conventions, code style, and best practices for the Kaneo project.
app_feature_first_architecture
Feature-first architecture is a design pattern that organizes code by business features rather than technical layers. This approach promotes better maintainability, scalability, and team collaboration by keeping related functionality together and reducing coupling between different parts of the application.
bundling
The project uses a custom type bundling system to provide full TypeScript IntelliSense support in the Monaco editor for @bubblelab/bubble-core and its dependencies. This is necessary because Monaco cannot directly resolve workspace packages or external dependencies.
best_practices
Advanced Best Practices covering Error Handling, Environment Variables, Performance, and Accessibility rules.