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/mohitagw15856/pm-claude-skills/api-for-yourselfgit clone --depth 1 https://github.com/mohitagw15856/pm-claude-skillsWhat 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.00112 | $0.01316 |
| Opus 5 | $0.00056 | $0.00658 |
| Sonnet 5 | $0.00022 | $0.00263 |
| Haiku 4.5 | $0.00011 | $0.00132 |
Grade A, and why
api-for-yourself 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 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.
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 — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.
API For Yourself Skill
"User manual for me" documents have existed for years and mostly read like horoscopes ("I value transparency"). The API-spec format fixes them by force: an endpoint must say what you send and what comes back; a rate limit must be a number; an error code must name the actual failure behaviour. The joke is the format — the payload is real self-knowledge, and the test of every line is would a new teammate behave differently after reading it? Deadpan technical voice, honest contents, one page.
What This Skill Produces
- A personal API spec: endpoints, request formats, rate limits, error codes, auth & scopes, dependencies, scheduled maintenance, changelog — in deadpan OpenAPI-ish style
- A quickstart at the top: the three calls that cover 90% of integrations with this human
- Optionally a team version: specs for a whole team session, plus the facilitation note for running it as an exercise
Required Inputs
Ask for (if not already provided):
- How people should bring them things: channel preferences, context depth (one-liner or brief?), and what makes a request instantly workable vs instantly annoying
- Real capacity: meeting tolerance per day, focus blocks, response-time honest averages by channel
- Actual failure modes, told honestly: what happens when they're surprised late Friday, overloaded, given vague asks, or micromanaged
- What earns trust and what burns it; energy sources and drains; current quirks a teammate would discover in week three anyway
Process
- Interview past the horoscope. For every generic answer ("I like directness"), push for the behavioural version: what does a well-formed request actually contain? What's the observable symptom when it's missing? The spec is built from behaviours, not values.
- Design the endpoints — the 4–6 things people actually come to this
person for. Each gets: method + path (
POST /decisions), request body (what to include), response (what they'll get and by when), and the errors it can throw. Include one honest deprecated endpoint (/status-meetings — deprecated, use async /updates instead). - Publish real numbers. Rate limits with actual figures ("3 meetings/day before response quality degrades — 429 after that"), response-time SLAs by channel that match reality, scheduled maintenance (focus blocks, the school run, timezone). A limit without a number is a mood.
- Write error codes as self-knowledge. The funniest section and the most
useful:
429 Too Many Meetings(symptom: monosyllabic replies; retry: tomorrow morning) ·400 Vague Request(returns clarifying questions, not work) ·503 Friday 5pm Surprise(accepted but not processed until Monday; don't resend). Each code: symptom, what NOT to do, the retry strategy. - Auth, changelog, quickstart. Auth: how trust levels are earned and what
each unlocks (scope:
direct-feedbackgranted after…). Changelog: 2–3 honest entries ("v3.1: no longer needs to win every argument — patched after 2024 retro"). Quickstart on top: the three most-used calls, copy-paste ready.
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 · 123 lines · 112 tokens per session scan A e21f0c2b3df1
api-for-yourself is a cursor rule published in the GitHub repository mohitagw15856/pm-claude-skills (1,329 stars, last pushed today), licensed MIT. It adds 112 tokens to every session and 1,316 once invoked, about $0.0006 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
seo-prompt-master
SEO Prompt Master — audit and fix technical SEO and AI-search readiness against Google's official guidance, with a runnable live audit tool.
git-author
Git author identity for commits so GitHub attributes contributions correctly.
solidity-foundry-cursorrules-prompt-file
Cursor rule "solidity-foundry-cursorrules-prompt-file" from ItamarZand88/awesome-agent-conventions, covering do not compile tests when compiling via-ir and don't pollute bytecode with metadata.
node-express
Cursor rule "node-express" from ItamarZand88/awesome-agent-conventions, covering node.js and express.js best practices, project structure, express setup, api design and database integration.
nextjs
Cursor rule "nextjs" from ItamarZand88/awesome-agent-conventions, covering next.js best practices, project structure, components, performance and data fetching.
rails-cursorrules-prompt-file
description: "Cursor rules for Rails development with basic setup." globs: / alwaysApply: false.