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/inboxpraveen/minimize-cursor-cost/shellgit clone --depth 1 https://github.com/inboxpraveen/Minimize-Cursor-CostWhat 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.00368 |
| Opus 5 | $0.00000 | $0.00184 |
| Sonnet 5 | $0.00000 | $0.00074 |
| Haiku 4.5 | $0.00000 | $0.00037 |
Grade A, and why
shell scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- Don't add new dependencies on tools (`jq`, `yq`, `curl`) without flagging. What it actually says
Shell Script Rules
Style
- Match existing shebang and
set -e/set -euo pipefailusage. Don't toggle. - Match existing quoting style (always quote vs minimal).
- Don't reformat unrelated lines.
Output
- Show the changed function or block, not the whole script.
- Don't reprint header/copyright comments.
Portability
- Match the existing target shell exactly (bash vs sh vs zsh vs PowerShell).
- Don't introduce bashisms (
[[ ... ]], arrays) into a/bin/shscript. - Don't introduce GNU-only flags into a script that targets BSD/macOS.
PowerShell
- Match existing cmdlet vs alias style (
Get-ChildItemvsls). - Match existing parameter style (positional vs named).
- Don't add
[CmdletBinding()]to scripts that don't already use it.
Errors & Exit Codes
- Match existing error-handling:
|| exit 1vstrapvs explicit checks. - Don't add new
traphandlers without asking. - Always exit with a meaningful code; match the existing convention.
Never
- Don't add
sudoto commands that didn't have it. - Don't add new dependencies on tools (
jq,yq,curl) without flagging. - Don't add color/emoji output to scripts that are silent by design.
- Don't replace
findwithfd, orgrepwithrg, in user-facing scripts.
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 · 38 lines · 0 tokens per session scan A fa85c1cf3328
shell is a cursor rule published in the GitHub repository inboxpraveen/Minimize-Cursor-Cost (7 stars, last pushed 17d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 368 tokens. A static security scan graded it A with 1 finding (makes network calls). 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
sample_cursor_rule
React component best practices.
next
Next.js roof. Bundled docs for THIS next version. App vs Pages from the tree.
vite
Vite roof. SPA/SSR from this repo's plugins. Not Next, not Astro.
graphstack
GraphStack v4.7.1 — Orchestrated, graph-first, GNAP-tracked AI development (cross-platform).
frontend
UI/component conventions. Apply when building or changing user-facing frontend code.
55-data-model-versioning
Dataset versioning, model checkpoint management, and training reproducibility rules.