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/florian101010/awesome-agentic-ai-coding-template/cursorrulesgit clone --depth 1 https://github.com/florian101010/awesome-agentic-AI-coding-templateWhat 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.00467 | $0.00467 |
| Opus 5 | $0.00234 | $0.00234 |
| Sonnet 5 | $0.00093 | $0.00093 |
| Haiku 4.5 | $0.00047 | $0.00047 |
Grade A, and why
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 2d 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
/**
- .cursorrules
- Cursor AI configuration file. Points Cursor to the shared AGENTS.md rules
- and project-specific coding standards. Cursor reads this file automatically
- when opening the workspace.
- For the full rule set, see AGENTS.md (root). */
You are working on a project that uses AI coding agents across multiple tools. Read and follow AGENTS.md at the repository root — it contains the authoritative coding rules, file structure, and constraints for this project.
Key Rules
- Follow all rules in
AGENTS.md— they apply to every AI agent including Cursor. - Follow coding standards in
.agent/rules/coding-standards.md. - Use commit format:
type(optional-scope): description. - Minimal changes — only touch files necessary for the task.
- No unsolicited features — don't add functionality the user didn't ask for.
Documentation Hygiene
- Use
| --- | --- |separator style for all Markdown tables. - Every fenced code block must include a language specifier.
- Single H1 per file, logical heading increments.
After Every Change
- Run
[FILL: your test command, e.g. npm test]. - Commit with format
type(scope): description. - Ensure pre-commit hooks pass.
Available Workflows
See .agent/workflows/ for reusable procedures:
feature-delivery.md— End-to-end feature workflowhotfix.md— Emergency hotfix proceduredoc-audit.md— Documentation drift auditpr-analysis.md— PR quality reviewrelease-readiness.md— Pre-release quality gatearchitecture-change.md— ADR-gated architecture changes
Key Files
| File | Purpose |
|---|---|
AGENTS.md |
Authoritative agent rules (all tools) |
CLAUDE.md |
Claude Code specific rules |
.github/copilot-instructions.md |
GitHub Copilot rules |
.agent/rules/ |
Gemini/Antigravity/Jules always-on rules |
.agent/workflows/ |
Reusable workflow procedures |
docs/ARCHITECTURE.md |
Template architecture and design decisions |
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.
- 2d ago First seen · 55 lines · 467 tokens per session scan A d2b68badc946
cursorrules is a cursor rule published in the GitHub repository florian101010/awesome-agentic-AI-coding-template (4 stars, last pushed 6mo ago), licensed MIT. It adds 467 tokens to every session, about $0.0023 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
000-project-conventions
This is a multi-harness plugin marketplace. Source lives under plugins/; per-harness artifacts (.codex/, .cursor-plugin/, .opencode/, commands/) are generated.
tools-and-agent
Guidelines for the agent system and tool implementations.
xiigen-claim-verification
Verify claims before presenting them as facts. Use in final answers, reports, reviews, and architecture decisions.
xiigen-no-secrets
Prevent publishing sensitive material. Use before commits, reports, examples, adaptation outputs, and release.
xiigen-systematic-debugging
Make debugging reproducible and disciplined. Use for unclear failures, regressions, or unstable behavior.
review-checklist
This rule applies when AI needs detailed review guidance. It's fetched automatically when review-related tasks are detected.