dev-api-contract-review

dev-api-contract-review is a skill for Claude Code, Codex from BlueSkyXN/Codex-is-all-you-need. It costs 32 tokens per session (369 once invoked), scanned A, original, GPL-3.0.

A guide for designing or checking an API contract—the agreed shape of how software systems exchange requests and responses.

In plain words
What is it for?
Reviewing API designs involving REST, OpenAPI, GraphQL, authentication, pagination, versioning, errors, and compatibility.
Why use it?
It helps catch unclear or incompatible interfaces before they break clients or make future changes difficult. It covers access control, page-by-page results, versions, errors, and API descriptions.

Skill for Claude CodeCodex

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

Good fit Reviewing API designs involving REST, OpenAPI, GraphQL, authentication, pagination, versioning, errors, and compatibility.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blueskyxn/codex-is-all-you-need/dev-api-contract-review
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 BlueSkyXN/Codex-is-all-you-need --skill dev-api-contract-review
Clone the repo
git clone --depth 1 https://github.com/BlueSkyXN/Codex-is-all-you-need

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 dev-api-contract-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/blueskyxn/codex-is-all-you-need/dev-api-contract-review/github.svg)](https://agentmods.dev/skills/blueskyxn/codex-is-all-you-need/dev-api-contract-review)
Your own site
<a href="https://agentmods.dev/skills/blueskyxn/codex-is-all-you-need/dev-api-contract-review"><img src="https://agentmods.dev/badge/skills/blueskyxn/codex-is-all-you-need/dev-api-contract-review/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 dev-api-contract-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/blueskyxn/codex-is-all-you-need/dev-api-contract-review"><img src="https://agentmods.dev/badge/skills/blueskyxn/codex-is-all-you-need/dev-api-contract-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 369 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.00032 $0.00369
Opus 5 $0.00016 $0.00185
Sonnet 5 $0.00006 $0.00074
Haiku 4.5 $0.00003 $0.00037

Measured 10d ago against content hash 809286c5b73d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

dev-api-contract-review 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 10d 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.

examples/catalog/dev/skills/dev-api-contract-review/SKILL.md · 60 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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. 10d ago First seen · 60 lines · 32 tokens per session scan A 809286c5b73d

Subscribe to this mod's changes

dev-api-contract-review is a skill published in the GitHub repository BlueSkyXN/Codex-is-all-you-need (21 stars, last pushed 25d ago), licensed GPL-3.0. It adds 32 tokens to every session and 369 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-08-30.

Related

Other skills, from other repositories

github

GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available)…

SafeAI-Lab-X/ClawKeeper · 101 tokens

drupaltools-best-practices

Audit code or a folder against Drupal best practices. Use this skill whenever the user wants to review, check, or improve Drupal code quality — including custom modules, themes, config YAML files, machine names, field definitions, Views config, Twig templates, composer.json, settings.php, or any Drupal-related file.…

drupaltools/skills · 147 tokens

code-review

Code review assistance with linting, style checking, and best practices.

agno-agi/agno · 16 tokens

cross-sdk-parity

Keep TypeScript and Python SDK behavior, generated client usage, public API naming, and docs examples aligned. Use when a change affects both SDKs, when generated client pins move, when comparing TS/Python behavior, or when a backend API contract changed. Do not use for single-language internal-only changes.

ComposioHQ/composio · 66 tokens

typescript-sdk

Implement or modify TypeScript SDK behavior in @composio/core or shared TypeScript packages, including tools, toolkits, sessions, auth configs, connected accounts, modifiers, and generated SDK surfaces. Use for TS runtime/API work; pair with typescript-testing for verification and cross-sdk-parity when Python must…

ComposioHQ/composio · 67 tokens

potpie-infra-architecture

Use for project infra and architecture context: environments, adapters, runtime configuration, deployments, service dependencies, datastores, API contracts, ownership, incidents, and dependency blast radius.

potpie-ai/potpie · 43 tokens