cursorrules

cursorrules is a cursor rule for Cursor from Jignesh-Ponamwar/skills-mcp. It costs 680 tokens per session, scanned A, original, Apache-2.0.

A set of Cursor editor rules that tells the coding agent to check a separate Skill MCP server for relevant instructions before non-trivial work. MCP is a way for tools and services to provide information to an AI assistant.

In plain words
What is it for?
Use it in Cursor projects where you want the agent to look up specialized guidance before coding, testing, documentation, data analysis, scraping, or API work.
Why use it?
It gives coding tasks a repeatable instruction-discovery process instead of relying only on the agent's default behavior.

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/jignesh-ponamwar/skills-mcp/cursorrules
Clone the repo
git clone --depth 1 https://github.com/Jignesh-Ponamwar/skills-mcp

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 cursorrules

README.md
[![agentmods](https://agentmods.dev/badge/rules/jignesh-ponamwar/skills-mcp/cursorrules.svg)](https://agentmods.dev/rules/jignesh-ponamwar/skills-mcp/cursorrules)
Your own site
<a href="https://agentmods.dev/rules/jignesh-ponamwar/skills-mcp/cursorrules"><img src="https://agentmods.dev/badge/rules/jignesh-ponamwar/skills-mcp/cursorrules.svg" alt="Measured on agentmods" height="20"></a>
Per session 680 This file is loaded in full into every session.
When invoked 680 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.00680 $0.00680
Opus 5 $0.00340 $0.00340
Sonnet 5 $0.00136 $0.00136
Haiku 4.5 $0.00068 $0.00068

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

Security

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 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.

master-skill/platforms/cursor/.cursorrules · 62 lines

How it starts

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

Skill MCP — Cursor Rules

─────────────────────────────────────────────────────────────────────────────

This project uses a Skill MCP server: a curated registry of expert instruction

sets for common AI tasks. Always consult it before starting non-trivial work.

MCP server URL (SSE): https://skill-mcp..workers.dev/sse

─────────────────────────────────────────────────────────────────────────────

Skill MCP Usage Rules

When to check for skills

Check for a relevant skill at the START of any non-trivial task:

  • Writing or reviewing code
  • Writing or running tests
  • Analysing data (CSV, SQL, PDF)
  • Writing docs (README, commits, API specs)
  • Web scraping or API integration
  • Creating structured documents

Workflow (always in this order)

STEP 1 — Discover: Call: skills_find_relevant(query="", top_k=5)

  • score > 0.6 → strong match — load instructions (Step 2)
  • score 0.4–0.6 → read description, decide whether to proceed
  • score < 0.4 → no matching skill — proceed without one

STEP 2 — Load instructions: Call: skills_get_body(skill_id="<best match from Step 1>")

  • Read and apply the returned instructions field
  • Note the tier3_manifest — lists supplementary files (references, scripts, assets)
  • Optional: skills_get_options(skill_id) if user asks about customisation

STEP 3 — Supplementary resources (ONLY if instructions explicitly reference a file): Reference docs: skills_get_reference(skill_id, filename="<file.md>") Helper scripts: skills_run_script(skill_id, filename="<script.py>", input_data={}) Templates/assets: skills_get_asset(skill_id, filename="<template.md>") Manifest first: pass filename="list" to any Tier 3 tool to see what's available

Rules — MUST follow

  • DO check skills at the start of non-trivial tasks
  • DO write specific queries: "write pytest tests for Flask REST API" not "testing"
  • DO follow skill instructions precisely — they encode expert knowledge
  • DO incorporate system_prompt_addition from skills_get_body into your context
  • DO NOT load Tier 3 resources unless instructions explicitly reference them by name
  • DO NOT guess skill_ids — always use skills_find_relevant first
  • DO NOT skip Step 1 even if you think you know what skill to use

Read the full file on GitHub · 62 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 · 62 lines · 680 tokens per session scan A df9e9e0e9b92

Subscribe to this mod's changes

cursorrules is a cursor rule published in the GitHub repository Jignesh-Ponamwar/skills-mcp (7 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 680 tokens to every session, about $0.0034 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.