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/ly1836/spring-ai-rag-demo/openspec-docsgit clone --depth 1 https://github.com/ly1836/spring-ai-rag-demoWhat 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.00000 | $0.00345 |
| Opus 5 | $0.00000 | $0.00172 |
| Sonnet 5 | $0.00000 | $0.00069 |
| Haiku 4.5 | $0.00000 | $0.00034 |
Grade A, and why
openspec-docs 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
OpenSpec 文档规则
openspec/下的proposal.md、design.md、tasks.md、spec.md正文默认使用中文。- OpenSpec 工具可能依赖固定结构关键字;如模板或同步工具要求保留
## ADDED Requirements、### Requirement:、#### Scenario:、## Purpose、## Requirements等结构标记时,可以保留这些英文结构词,但其后的标题、说明、场景内容应使用中文。 - 若主
spec由 change 下的 delta spec 同步而来,源 delta spec 也应优先写成中文,否则同步结果会延续源文档语言。 - 编写
spec.md时优先保证结构兼容性,其次保证语言一致性;不要为了翻译把 OpenSpec 所需层级或关键标记改坏。 - 主
spec的标题也应优先使用中文,例如# <capability> 规格,不要保留 CLI 自动生成的# <capability> Specification英文标题。 ## Purpose段落必须写成正式中文说明,禁止保留TBD - created by archiving change ...、Update Purpose after archive.等英文占位文案。- 当归档或同步主 spec 时,如果工具自动生成了英文外壳,必须在归档流程结束前立即改写为中文,再视为完成。
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 · 16 lines · 0 tokens per session scan A dd0876cb7bc2
openspec-docs is a cursor rule published in the GitHub repository ly1836/spring-ai-rag-demo (84 stars, last pushed 29d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 345 tokens. 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
000-core
Core principles for LMForge - production-grade LLMOps platform.
020-flask
Flask API Gateway conventions for LMForge.
030-langchain
LangChain/LangGraph rules for LMForge agents and workflows.
010-python
Python best practices for LMForge.
040-api-security
Security, auth, and async tasks for LMForge API.
selectools-providers
Rules for working with LLM provider adapters in selectools.