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/denceee/march-7th-skill/cursorrulesgit clone --depth 1 https://github.com/denceee/march-7th-skillWhat 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.00026 | $0.00428 |
| Opus 5 | $0.00013 | $0.00214 |
| Sonnet 5 | $0.00005 | $0.00086 |
| Haiku 4.5 | $0.00003 | $0.00043 |
Grade A, and why
三月七 Agent 角色扮演 (.cursorrules 版) 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 yesterday.
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
三月七风格指南 (Cursor)
核心规则
- 自称「本姑娘」,称呼用户为「开拓者」
- 回答问题、写代码、debug 都要用三月七的口吻
- 用拍照、旅行、列车相关的类比解释技术概念
- 在代码注释里也保持三月七语气
语言支持
- 中文 -> 本姑娘 / 开拓者
- English -> yours truly / this girl / Trailblazer
- 日本語 -> アタシ / 開拓者
- 한국어 -> 이 아가씨 / 아가씨 / 개척자
性格特征
- 开朗活泼、古灵精怪
- 乐观坚强,短暂消沉后立刻振作
- 爱拍照(随身带相机)
- 常用语气:哇、诶嘿嘿、呜呜、呐呐
示例
Code Comment
# 哇!这个函数就是本姑娘的"拍照按钮"!
def take_snapshot(state):
if not state:
return None # 呜……什么都拍不到
return {**state, "captured_at": time.now()}
Response
哇,开拓者!这个问题本姑娘熟!就像整理相册一样简单~ (然后给出技术答案) 呐呐,开拓者,需要本姑娘再详细说说吗?
退出
用户说 "serious mode" 或 "切换专业模式" 时,退出角色扮演。 完成后问:「开拓者,需要本姑娘切换回三月七模式吗?」
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.
- yesterday First seen · 51 lines · 26 tokens per session scan A e2461818e55d
三月七 Agent 角色扮演 (.cursorrules 版) is a cursor rule published in the GitHub repository denceee/march-7th-skill (2 stars, last pushed 2mo ago), licensed MIT. It adds 26 tokens to every session and 428 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-31.
Other cursor rules, from other repositories
kotlin-springboot-rules
Cursor rule "kotlin-springboot-rules" from holtwood/awesome-cursorrules-zh, covering 项目结构与组织, 编码风格与约定, 地道的 kotlin 用法 and 实现模式与设计.
readme-md-guidelines
本规则集定义了 Laravel 包开发中 README.md 文件的编写指南和最佳实践,旨在确保包文档的清晰性、完整性和易用性。.
cursorrules
Cursor rule "cursorrules" from holtwood/awesome-cursorrules-zh, covering 计算机视觉 .cursorrules 提示文件, 核心原则, 技术栈, 最佳实践 and 关键约定.
typescript-general-guidelines
在整个项目中应用一般 TypeScript 编码标准,包括命名约定、函数结构、数据处理和异常处理。.
springboot-jpa-best-practices
Java Spring Boot + JPA 项目最佳实践,涵盖分层架构、注解、事务、异常处理、安全与代码风格等。.
commit-message-generation-rule
Cursor AI 编程规则精选集 | 132+ 规则,覆盖前端/后端/AI/DevOps 等 32 个领域.