project

project is a cursor rule for Cursor from un-pany/v3-admin-vite. It costs 270 tokens per session, scanned A, original, MIT.

A set of project-wide rules for a Vue or TypeScript-style web application, including imports, coding practices, dependency use, linting, and local tool versions. It specifies conventions such as path aliases and supported Node.js and pnpm versions.

In plain words
What is it for?
Use it when adding or reviewing application code, imports, shared utilities, comments, lint configuration, or local development setup.
Why use it?
It gives contributors one consistent way to organize and check the project. This reduces duplicated code, missing dependencies, incompatible syntax, and differences between local setups.

Cursor rule for Cursor

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 rules/un-pany/v3-admin-vite/project
Clone the repo
git clone --depth 1 https://github.com/un-pany/v3-admin-vite

Made for: Cursor.

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 project

README.md
[![agentmods](https://agentmods.dev/badge/rules/un-pany/v3-admin-vite/project.svg)](https://agentmods.dev/rules/un-pany/v3-admin-vite/project)
Your own site
<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>
Per session 270 This file is loaded in full into every session.
When invoked 270 The same file — it is already loaded in full.
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.00270 $0.00270
Opus 5 $0.00135 $0.00135
Sonnet 5 $0.00054 $0.00054
Haiku 4.5 $0.00027 $0.00027

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

Security

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.

.cursor/rules/project.mdc · 31 lines

What it actually says

项目开发规范

导入

  • 使用路径别名 @ 指向 src 目录
  • 使用路径别名 @@ 指向 src/common 目录

编码

  • 编写整洁不冗余、可读性强的代码,始终提取共用逻辑
  • 针对关键步骤和方法编写对开发者友好的注释
  • 代码必须能够立即运行,包含所有必要的导入和依赖
  • 尽量避免使用兼容性不好的 JS、CSS 语法,使用时必须提供相应的注释
  • 优先参考项目已有代码的编码风格
  • 优先使用项目内置的组件和工具,其次是已引入的第三方依赖,避免重新发明轮子
  • 避免硬编码与魔法字符串的出现

代码检查

  • 使用 ESLint 进行代码校验与格式化
  • 禁用 Prettier 进行代码格式化

本地环境

  • 使用 node 版本 20.19+ 或 22.12+ 或最新稳定版
  • 包管理工具使用 pnpm 10+ 或最新稳定版
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 · 31 lines · 270 tokens per session scan A c0b986e8ad4a

Subscribe to this mod's changes

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.