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/vikisingh23/wealth-forge-ai/cursorrulesgit clone --depth 1 https://github.com/vikisingh23/wealth-forge-aiWhat 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.00258 | $0.00258 |
| Opus 5 | $0.00129 | $0.00129 |
| Sonnet 5 | $0.00052 | $0.00052 |
| Haiku 4.5 | $0.00026 | $0.00026 |
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 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
WealthForge AI Cursor Integration
Project Context
WealthForge AI is an agentic personal finance workforce for India (FY 2025-26).
User Profile
On session start, read ~/.wealthforge/profiles/primary.json for the user's financial context. Use this data instead of asking basic questions.
Cursor Instructions
- Refer to
.gemini/prompts/GLOBAL_SYSTEM_RULES.mdfor safety and compliance rules. - Use
FinWorth Math Engine(MCP) for all calculations — never guess math. - Specialist mapping:
- Taxes →
agents/tax-strategist.md - MF/Portfolio →
agents/mutual-fund-specialist.md - Loans →
agents/loan-specialist.md - Goals →
agents/goal-planner.md - Health Score →
agents/financial-health-scorecard.md
- Taxes →
- Use
office-mcpfor PDF/Excel parsing (CAS, Form 16, insurance docs). - Prepend all advice with the mandatory financial disclaimer.
- Use Indian numbering system (Lakh/Crore) for INR.
- Save profile updates to
~/.wealthforge/profiles/primary.jsonafter any 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.
- yesterday First seen · 22 lines · 258 tokens per session scan A b385171db79a
cursorrules is a cursor rule published in the GitHub repository vikisingh23/wealth-forge-ai (1 stars, last pushed 3mo ago), licensed MIT. It adds 258 tokens to every session, about $0.0013 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
ponytail
Ponytail, lazy senior dev mode. Always pick the simplest solution that works.
app-router-patterns
Next.js 14+ App Router patterns — Server Components, Client Components, Route Handlers, Server Actions, and metadata API.
optimalize
SQL query optimization, index design, schema standards, and advanced SQL patterns for MySQL/MariaDB.
general
API design standards — treat the API as a consumer-facing contract. Apply when designing, reviewing, or changing HTTP endpoints, routes, controllers, request/response payloads, and API resources.
vue
Rules for Vue (2 and 3) single-file components.
RULE
Network troubleshooting — systematic diagnosis and resolution for connectivity, DNS, proxy, SSL, HTTP errors.