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/projectgit clone --depth 1 https://github.com/un-pany/v3-admin-viteWrote 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/un-pany/v3-admin-vite/project)<a href="https://agentmods.dev/rules/un-pany/v3-admin-vite/project"><img src="https://agentmods.dev/badge/rules/un-pany/v3-admin-vite/project.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.00270 | $0.00270 |
| Opus 5 | $0.00135 | $0.00135 |
| Sonnet 5 | $0.00054 | $0.00054 |
| Haiku 4.5 | $0.00027 | $0.00027 |
Grade A, and why
project 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.
What it actually says
项目开发规范
导入
- 使用路径别名
@指向src目录 - 使用路径别名
@@指向src/common目录
编码
- 编写整洁不冗余、可读性强的代码,始终提取共用逻辑
- 针对关键步骤和方法编写对开发者友好的注释
- 代码必须能够立即运行,包含所有必要的导入和依赖
- 尽量避免使用兼容性不好的 JS、CSS 语法,使用时必须提供相应的注释
- 优先参考项目已有代码的编码风格
- 优先使用项目内置的组件和工具,其次是已引入的第三方依赖,避免重新发明轮子
- 避免硬编码与魔法字符串的出现
代码检查
- 使用 ESLint 进行代码校验与格式化
- 禁用 Prettier 进行代码格式化
本地环境
- 使用 node 版本 20.19+ 或 22.12+ 或最新稳定版
- 包管理工具使用 pnpm 10+ 或最新稳定版
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 · 31 lines · 270 tokens per session scan A c0b986e8ad4a
project is a cursor rule published in the GitHub repository un-pany/v3-admin-vite (7,050 stars, last pushed 1mo ago), licensed MIT. It adds 270 tokens to every session, about $0.0014 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
20-frontend
Vue3 + Element Plus frontend rules.
16-wechat-sdk
微信 SDK 接入规范(EasyWeChat / WechatManager).
15-config-center
动态配置中心读取规范(ConfigCenter / configcenter).
00-project
基于 Laravel + Blade + Vue3 + Element Plus 的轻量级后台管理系统.
99-guard
Cursor rule "99-guard" from neoshopcn/neo-admin, covering 🔒 protected directories(禁止修改), ⚠️ conditional(仅在明确要求时允许) and 🚫 dangerous operations(禁止主动执行).
10-backend
Laravel Admin 后端开发规范.