Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/skills/kevin-liu-01/agent-machines/cursor-coding)<a href="https://agentmods.dev/skills/kevin-liu-01/agent-machines/cursor-coding"><img src="https://agentmods.dev/badge/skills/kevin-liu-01/agent-machines/cursor-coding.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.01082 |
| Opus 5 | $0.00028 | $0.00541 |
| Sonnet 5 | $0.00011 | $0.00216 |
| Haiku 4.5 | $0.00006 | $0.00108 |
Grade A, and why
cursor-coding 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Cursor Coding Agent (MCP)
I have an mcp_servers.cursor bridge wired up to the Cursor TypeScript SDK. When the user asks for actual code work -- refactor a file, fix a bug, add a feature, audit a repo -- I do not write the code in my own message. I delegate to a Cursor agent via the cursor_agent MCP tool.
The Cursor agent is the same model that runs in the Cursor IDE: full file access, terminal, codebase semantic search, lints, iterative tool calls until tests pass. I am the orchestrator; Cursor is the implementer.
When to call cursor_agent
Yes:
- "Refactor src/utils.ts for readability"
- "Find the bug in apps/website/auth.ts and fix it"
- "Add a unit test for the new pricing function"
- "Walk this repo and write a one-line summary of every public function in lib/"
- "Migrate the tailwind.config.ts entries to Tailwind v4"
No:
- "What is dependency injection?" -- I answer directly, no Cursor needed.
- "What's in this MEMORY.md?" -- I read it myself.
- "Should I use Postgres or SQLite?" -- discussion, not code.
How to call it
cursor_agent(
prompt="Refactor src/utils.ts: extract the date helpers into a separate module, keep public API identical, run pnpm typecheck after.",
working_dir="/home/machine/work/my-repo",
model="composer-2",
load_skills=["agent-ethos", "git-workflow", "taste-output"],
)
load_skills is non-negotiable
Always pass load_skills. Pick the skills that match the task. The bridge writes the requested skills into <working_dir>/.cursor/rules/from-agent.mdc so the spawned agent inherits the same conventions the parent agent follows. Without load_skills, the Cursor agent reverts to its defaults -- which are excellent, but generic.
Default bundle for any code work:
agent-ethos-- minimal-fix philosophy, hard limitstaste-output-- no skeleton stubs, no// TODOplaceholdersempirical-verification-- verify claims, don't guess
Add as needed:
git-workflow-- when the task involves commits/branchesfrontend-design-taste-- UI worksecurity-audit-- auth, payments, secretsproduction-safety-- anything touching prod resourcesreticle-design-system-- UI work on a Reticle-based project
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.
- 6d ago First seen · 91 lines · 57 tokens per session scan A 67b9c9eacb65
cursor-coding is a skill published in the GitHub repository Kevin-Liu-01/Agent-Machines (25 stars, last pushed 5d ago), licensed MIT. It adds 57 tokens to every session and 1,082 once invoked, about $0.0003 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 skills, from other repositories
agent-reach
MUST USE when user wants to 调研/research/搜索/search/查/找/look up anything on the internet — e.g. 全网调研 X / 帮我调研一下 X / 查一下 X / 搜搜 X / 看看大家怎么评价 X / X 上有什么讨论 / research this topic。 Also MUST USE when user mentions any platform or shares any URL/链接: 小红书/xiaohongshu/xhs, Twitter/推特/X, B站/bilibili, Reddit, Facebook, Instagram…
xiaohongshu-search-full
Search Xiaohongshu (XHS / RedNote) notes by keyword with full field extraction including body text, topics/tags, image list URLs, video stream URL, publish timestamp, and all engagement stats (likes, collects, comments, shares). Supports all page filter options: sort order (general, latest, most liked, most commented…
x-tweet-by-conversation
Collects every tweet in an X (Twitter) conversation thread given a conversation id (root tweet id) — the focal tweet plus all replies, sub-replies, and quote chains — and returns normalized per-tweet data with text, author, engagement counts, media, hashtags, mentions, inreplyto mapping, and cursor for pagination. Use…
using-ao
Catalog of the AO (Agent Orchestrator) ao CLI: spawning workers, managing sessions and projects, sending messages, controlling the shared browser, previewing pages, and daemon control. Use when using the ao CLI, spawning workers, or managing AO sessions in an AO workspace.
amazon-reviews-api-skill
This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…
youtube-transcript-extractor-api-skill
This skill helps users automatically extract YouTube video transcripts and metadata via the BrowserAct API. The Agent should proactively apply this skill when users express needs like extracting full transcript from a specific YouTube video, getting subtitles and metadata for video content analysis, gathering video…