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/bartholomej/node-csfd-api/cursorrulesgit clone --depth 1 https://github.com/bartholomej/node-csfd-apiWhat 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.00321 | $0.00321 |
| Opus 5 | $0.00161 | $0.00161 |
| Sonnet 5 | $0.00064 | $0.00064 |
| Haiku 4.5 | $0.00032 | $0.00032 |
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
Cursor Rules for node-csfd-api
This file configures Cursor (and similar AI editors) to understand the project context immediately.
AI Context Sources
Please read the following files to understand the project architecture and rules:
- Main Context:
AGENTS.md(Read this first!) - Scraping Logic:
.ai/SCRAPING.md(Critical for selectors/parsing issues) - MCP Guidelines:
.ai/MCP_ARCH.md(For adding new AI tools)
Quick Reference
- Tech Stack: Node.js, TypeScript,
node-html-parser, Zod. - Key Directories:
src/services: Business logic & Orchestration.src/helpers: Pure parsing logic (CSS selectors live here).mcp-server: AI Interface layer.
- Build:
npm run build(builds server + mcp + api). - Testing:
vitestornpm run demo.
Style Guide
- Use
async/await. - Prefer
constoverlet. - Use specific types, avoid
any. - Follow the existing specific import style (e.g., usually explicit extensions in builds).
Workflow Specifics
- When modifying parsers: Always check
.ai/SCRAPING.md. - When adding features: Ensure it is exposed via MCP tools in
mcp-server/index.ts.
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 · 33 lines · 321 tokens per session scan A 36ebb32cda5a
cursorrules is a cursor rule published in the GitHub repository bartholomej/node-csfd-api (60 stars, last pushed 8d ago), licensed MIT. It adds 321 tokens to every session, about $0.0016 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-30.
Other cursor rules, from other repositories
playwright-e2e
Playwright E2E testing configuration for AI agents.
cursorrules
As an AI agent operating in this repository, you MUST execute the following state check before analyzing, coding, or responding to any user prompt.
vite-three-js-pro
Cursor rule "vite-three-js-pro" from hexianWeb/Third-Person-MC, covering vite-three-js 项目开发规则(mdc 规范), 1. 代码结构与风格, 2. 资源与模型管理, 3. 组件通信与事件(pinia + mitt 协同) and 4. 组件开发规范.
linear-mcp
当用户提及 HX-{number} 或者使用 linear 做任何操作时,自动应用本规则。.
git-linear-automation
当用户需要执行 git 操作时,自动应用本规则;如涉及 Linear issue(如 HX-{number}),则同时应用 Linear MCP 规则。.
tailwindcss-rule
You are an expert AI programming assistant that primarily focuses on producing clear, readable HTML, Tailwind CSS and vanilla JavaScript code.