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/adobedocs/ff-services-docs/commit-rulesgit clone --depth 1 https://github.com/AdobeDocs/ff-services-docsWhat 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.00726 | $0.00726 |
| Opus 5 | $0.00363 | $0.00363 |
| Sonnet 5 | $0.00145 | $0.00145 |
| Haiku 4.5 | $0.00073 | $0.00073 |
Grade A, and why
commit-rules 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.
How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Git commit messages
Always apply this rule. When you draft or generate a git commit message (for example in the Source Control commit box or when asked in Agent chat), follow this format.
Subject line (first line only)
- Around 50 characters or fewer.
- Summarize the change in imperative mood (e.g. “Add…”, “Fix…”, “Refactor…”).
Blank line
Leave one blank line after the subject before the body.
Body (detailed description)
- Wrap lines at about 72 characters (including the bullet prefix and space).
- Use bullet lines for the explanation. Each bullet must start with exactly one of these markers:
📖 (adds)
Use when the change adds something new: new files, new sections, new features, new headers, net-new lines, or other greenfield content.
✏️ (modifies)
Use when the change modifies existing work: edits to existing lines, updates to existing sections, refactors of existing code, or changes to current content.
🆕 (TOC / feature registration)
Use the single character 🆕 when the change adds an entry to a repository table of contents or navigation config file (for example TOC.md, config.md, or similar) that registers a new feature, topic, or page. This usually means a new item appears in the doc or site nav because of that edit.
🗑️ (removes)
Use the single character 🗑️ when entire content is removed from a page or file—not a light edit, but a full deletion. Typical cases:
- A section removed (content under a heading marked with
#through######) - An image removed (for example
or asset reference dropped entirely) - A code block removed (fenced or indented block gone completely)
- A component or include removed (for example Experience League shortcodes, includes, or custom MDX-style blocks)
Do not use 🗑️ for small wording tweaks inside a section; use ✏️ for those. Use 🗑️ when the heading (and everything under it), the image, the block, or the component no longer appears at all.
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 · 73 lines · 726 tokens per session scan A ed6846361fe5
commit-rules is a cursor rule published in the GitHub repository AdobeDocs/ff-services-docs (4 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 726 tokens to every session, about $0.0036 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
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
typescript
Changes to these high-fan-out internals can affect every message, delta, element, or rerun. Keep work in them minimal, and benchmark changes with representative stress-test apps.
coolify-ai-docs
Master reference to all Coolify AI documentation in .ai/ directory.
python_lib
Tips and guidelines specific to the development of the Streamlit Python library, not applicable to scripts and e2e tests.
specs
This directory contains product and tech specs for Streamlit features.