using-api-principles

using-api-principles is a skill for Claude Code from oborchers/fractional-cto. It costs 73 tokens per session (889 once invoked), scanned A, original, MIT.

An index that connects twelve focused principles for designing REST APIs, which are web services organized around URLs and standard HTTP requests. It helps choose the relevant principle skills before API design begins.

In plain words
What is it for?
Use it at the start of an API project or when deciding which guidance to apply to endpoint names, HTTP methods, IDs, errors, pagination, authentication, and related topics.
Why use it?
API design involves decisions about URLs, request methods, identifiers, errors, authentication, and responses. This prevents choosing patterns inconsistently or missing a relevant design area.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the api-design-principles plugin — 13 skills, 1 command, 1 agent shipped together

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 skills/oborchers/fractional-cto/using-api-principles
Any agent
npx skills add oborchers/fractional-cto --skill using-api-principles
Clone the repo
git clone --depth 1 https://github.com/oborchers/fractional-cto

Made for: Claude Code.

Or install api-design-principles, the plugin that ships this one along with the rest of its 13 skills, 1 command, 1 agent.

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 using-api-principles

README.md
[![agentmods](https://agentmods.dev/badge/skills/oborchers/fractional-cto/using-api-principles.svg)](https://agentmods.dev/skills/oborchers/fractional-cto/using-api-principles)
Your own site
<a href="https://agentmods.dev/skills/oborchers/fractional-cto/using-api-principles"><img src="https://agentmods.dev/badge/skills/oborchers/fractional-cto/using-api-principles.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 889 The whole file, excluding the scripts and references it only reads on demand.
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.1 $0.00073 $0.00889
Opus 5 $0.00036 $0.00445
Sonnet 5 $0.00015 $0.00178
Haiku 4.5 $0.00007 $0.00089

Measured 6d ago against content hash 1449646e6d37, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

using-api-principles 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.

api-design-principles/skills/using-api-principles/SKILL.md · 54 lines

How it starts

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

These are not suggestions. They are research-backed, opinionated principles drawn from Stripe, GitHub, Twilio, Shopify, Google, Microsoft, Zalando, Cloudflare, OWASP, and industry RFCs.

How to Access Skills

Use the Skill tool to invoke any skill by name. When invoked, follow the skill's guidance directly.

Available Skills

Skill Triggers On
api-design-principles:routes-and-naming URL design, endpoint naming, plural nouns, nesting depth, query vs path params, snake_case, field naming
api-design-principles:http-methods GET/POST/PUT/PATCH/DELETE semantics, idempotency per verb, CRUD operations, method selection
api-design-principles:prefixed-ids Type-safe identifiers, Stripe-style prefixed IDs (cus_, ord_), KSUID, ULID, ID generation
api-design-principles:errors-and-status-codes HTTP status codes, error envelopes, per-field validation errors, RFC 9457, error formatting
api-design-principles:response-design-and-pagination Response envelopes, cursor/offset/keyset pagination, expand patterns, list metadata
api-design-principles:auth-and-api-keys API key design (sk_live_, pk_test_), OAuth 2.0, JWT, Bearer tokens, key rotation
api-design-principles:rate-limiting-and-security Rate limiting algorithms/headers, OWASP API Top 10, CORS, input validation, request signing
api-design-principles:versioning-and-evolution URL versioning (/v1/), date-based versioning, sunset headers, additive evolution, deprecation
api-design-principles:caching-and-performance Cache-Control, ETags, conditional requests, CDN strategies, compression, circuit breakers
api-design-principles:webhooks-and-events HMAC-SHA256 signing, retry logic, event naming (resource.action), webhook endpoints
api-design-principles:documentation-and-dx API docs, interactive explorers, SDK generation, onboarding, time-to-first-call, changelogs
api-design-principles:advanced-patterns Bulk/batch ops, REST vs GraphQL vs gRPC, SSE/WebSockets, multi-tenancy, API gateways, CQRS

Read the full file on GitHub · 54 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. 6d ago First seen · 54 lines · 73 tokens per session scan A 1449646e6d37

Subscribe to this mod's changes

using-api-principles is a skill published in the GitHub repository oborchers/fractional-cto (29 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 889 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens