citrusrules-project

citrusrules-project is a cursor rule for Cursor from jakerains/CitrusRules. It costs 1,404 tokens per session, scanned A, original, MIT.

A command-line tool that downloads Markdown-with-configuration templates from GitHub and puts them into Cursor's project rules folder. Cursor is a coding editor with built-in AI assistance.

In plain words
What is it for?
Use it to install prepared rules for areas such as mobile development, Playwright browser tests, performance, testing practices, and TODO tracking.
Why use it?
It avoids manually finding, copying, and updating common coding guidelines when setting up a project.

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/jakerains/citrusrules/citrusrules-project
Clone the repo
git clone --depth 1 https://github.com/jakerains/CitrusRules

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 citrusrules-project

README.md
[![agentmods](https://agentmods.dev/badge/rules/jakerains/citrusrules/citrusrules-project.svg)](https://agentmods.dev/rules/jakerains/citrusrules/citrusrules-project)
Your own site
<a href="https://agentmods.dev/rules/jakerains/citrusrules/citrusrules-project"><img src="https://agentmods.dev/badge/rules/jakerains/citrusrules/citrusrules-project.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,404 This file is loaded in full into every session.
When invoked 1,404 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.01404 $0.01404
Opus 5 $0.00702 $0.00702
Sonnet 5 $0.00281 $0.00281
Haiku 4.5 $0.00140 $0.00140

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

Security

Grade A, and why

citrusrules-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/citrusrules-project.mdc · 129 lines

How it starts

The opening of the file, as written. The whole thing — 129 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CitrusRules Project Context

What This Project Is

CitrusRules is a CLI tool that fetches .mdc template files from GitHub and installs them into .cursor/rules directories. It's designed to help developers quickly set up Cursor AI rules for different development best practices.

Project Structure

citrusrules/
├── bin/cli.js              # CLI entry point with Commander.js
├── src/
│   ├── config.js           # GitHub template URL configuration
│   └── utils.js            # Core functionality (fetch & write templates)
├── templates/              # Source .mdc templates (13 total)
│   ├── mobile-standards.mdc     # Comprehensive Expo/RN 2025 standards
│   ├── playwright-testing.mdc   # Playwright testing with MCP browser tools
│   ├── performance.mdc          # Performance optimization standards
│   ├── testing-strategy.mdc     # Testing best practices
│   ├── TODO-tracking.mdc        # TODO management system
│   └── ... (8 more templates)
├── test/                   # Vitest test suite
└── .cursor/rules/          # Local rules for this project

Available Templates & CLI Flags

  • -d, --development-workflow → Development workflow best practices
  • -e, --error-handling → Error handling patterns
  • -p, --playwright-testingPlaywright testing best practices with MCP browser tools
  • --pePerformance optimization standards (multi-character flag)
  • -s, --security → Security best practices
  • -a, --api-design → API design standards
  • -c, --component-standards → Component architecture
  • -b, --db-best-practices → Database best practices
  • -o, --devops-ci-cd → DevOps and CI/CD workflows
  • -m, --mobile-standardsComprehensive Expo & React Native 2025 standards (recently rewritten)
  • -t, --TODO-tracking → TODO management system
  • -r, --testing-strategy → Testing methodologies
  • -u, --uv-python-projects → Python project standards with uv

Read the full file on GitHub · 129 lines

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 · 129 lines · 1,404 tokens per session scan A 5bd6732af74c

Subscribe to this mod's changes

citrusrules-project is a cursor rule published in the GitHub repository jakerains/CitrusRules (2 stars, last pushed 1y ago), licensed MIT. It adds 1,404 tokens to every session, about $0.0070 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.