api-design-principles

api-design-principles is a skill for Claude Code, Codex from ranbot-ai/awesome-skills. It costs 34 tokens per session (394 once invoked), scanned A, original, no licence file.

A guide to designing REST and GraphQL APIs. REST and GraphQL are two common ways for software to request and exchange data.

In plain words
What is it for?
Use it when planning API structure, endpoints, data requests, and long-term interface conventions.
Why use it?
It helps avoid confusing or inconsistent API interfaces that are difficult to maintain as a system grows.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when planning API structure, endpoints, data requests, and long-term interface conventions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ranbot-ai/awesome-skills/api-design-principles
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.

Any agent
npx skills add ranbot-ai/awesome-skills --skill api-design-principles
Clone the repo
git clone --depth 1 https://github.com/ranbot-ai/awesome-skills

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ranbot-ai/awesome-skills/api-design-principles/github.svg)](https://agentmods.dev/skills/ranbot-ai/awesome-skills/api-design-principles)
Your own site
<a href="https://agentmods.dev/skills/ranbot-ai/awesome-skills/api-design-principles"><img src="https://agentmods.dev/badge/skills/ranbot-ai/awesome-skills/api-design-principles/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for api-design-principles

Your own site · 80×15
<a href="https://agentmods.dev/skills/ranbot-ai/awesome-skills/api-design-principles"><img src="https://agentmods.dev/badge/skills/ranbot-ai/awesome-skills/api-design-principles.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 394 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00034 $0.00394
Opus 5 $0.00017 $0.00197
Sonnet 5 $0.00007 $0.00079
Haiku 4.5 $0.00003 $0.00039

Measured 8d ago against content hash 5ddbdee13861, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

api-design-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 8d 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.

skills/api-design-principles/SKILL.md · 48 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago First seen · 48 lines · 34 tokens per session scan A 5ddbdee13861

Subscribe to this mod's changes

api-design-principles is a skill published in the GitHub repository ranbot-ai/awesome-skills (6 stars, last pushed yesterday), with no licence file. It adds 34 tokens to every session and 394 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

API Design Checklist

Naming, status-code, error-shape, and versioning conventions for keeping an API internally consistent as it grows.

niels-emmer/myace · 27 tokens

a0-development

Develop or operate Agent Zero: projects, chats, tasks, framework, tools and API/WebUI.

agent0ai/agent-zero · 24 tokens

reddit-search-api

Pure API reference for reddapi.dev - authentication, all endpoints (vector search, semantic search, trends, subreddit lookup), request parameters, response schemas, and error codes, with no research-workflow framing. Use when the user wants raw endpoint documentation, is debugging a reddapi.dev integration, needs…

lignertys/reddit-research-skills · 118 tokens

pipefy-api-fallback

Use this skill when an MCP tool fails AND the introspection skill could not resolve the problem. This is the last-resort fallback (Tier 3): call the Pipefy GraphQL API directly using curl or httpx, authenticating with the Service Account (OAuth2) or a Personal Access Token (PAT) available as env var. Follow the 3-tier…

pipefy/ai-toolkit · 86 tokens

reka-ui

Use when building with Reka UI (headless Vue components) - provides component API, accessibility patterns, composition (asChild), controlled/uncontrolled state, virtualization, and styling integration. Formerly Radix Vue.

YuDefine/nuxt-supabase-starter · 47 tokens

tsq-architecture

A guide for designing software architecture and APIs, including layer structure, data models, REST interfaces, and architecture decision records. An architecture decision record is a short document that records an important technical choice and its trade-offs.

sonature-lab/timsquad · 61 tokens