Backend and APIs skills

36,235 tagged Backend and APIs, measured the same way as everything else here.

Browse within: api 108typescript 69bun 62python 62ml 59ReAct 58claude-ai 57discovery-api 57google-workspace 57openclaw 52skill 46claude-api 44ai-agent-tools 42biology 41

api-design

01

affaan-m/ECC

Skill Claude CodeCodex

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. Use when designing or reviewing REST endpoints, resource names, status codes, pagination, or versioning.

245k +403 yesterday A 51 tokens original MIT

pr-address

02

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

Address PR review comments and loop until CI green and all comments resolved. TRIGGER when user asks to address comments, fix PR feedback, respond to reviewers, or babysit/monitor a PR.

187k 2d ago A 42 tokens

pr-polish

03

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

Alternate /pr-review and /pr-address on a PR until the PR is truly mergeable — no new review findings, zero unresolved inline threads, zero unaddressed top-level reviews or issue comments, all CI checks green, and two consecutive quiet polls after CI settles. Use when the user wants a PR polished to merge-ready…

187k 2d ago A 77 tokens

pr-test

04

Significant-Gravitas/AutoGPT

Skill Claude CodeCodex

E2E manual testing of PRs/branches using docker compose, agent-browser, and API calls. TRIGGER when user asks to manually test a PR, test a feature end-to-end, or run integration tests against a running system.

187k 2d ago A 51 tokens

flutter/flutter

Skill Claude CodeCodex

Upgrades Flutter's Android SDK dependency to a new Android API version (or preview/canary release) in packages.txt, verifies CIPD tag uniqueness, and packages/uploads the binaries using createcipdpackages.sh across macOS, Linux, and Windows. Use whenever a user wants to pick up a new version of Android or upload…

179k yesterday A 80 tokens original BSD-3-Clause

claude-api

06

anthropics/skills

Skill Claude CodeCodex

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude…

173k +305 10d ago A 294 tokens

microsoft/generative-ai-for-beginners

Skill Claude CodeCodex

Migrate Python apps from Azure OpenAI Chat Completions to the Responses API. Covers AzureOpenAI/AsyncAzureOpenAI client migration to the v1 endpoint, streaming, tools, structured output, multi-turn, EntraID auth, and model compatibility checks. Python-focused, Azure OpenAI-specific. USE FOR: migrate to responses API…

119k 4d ago A 185 tokens original MIT

x402

08

browser-use/browser-use

Skill Claude CodeCodex

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing…

112k yesterday A 175 tokens original MIT

pr-creator

09

google-gemini/gemini-cli

Skill Claude CodeCodexGemini CLI

Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.

107k 2d ago A 31 tokens original Apache-2.0

review-duplication

10

google-gemini/gemini-cli

Skill Claude CodeCodexGemini CLI

Use this skill during code reviews to proactively investigate the codebase for duplicated functionality, reinvented wheels, or failure to reuse existing project best practices and shared utilities.

107k 2d ago A 37 tokens original Apache-2.0

skill-creator

11

google-gemini/gemini-cli

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Gemini CLI's capabilities with specialized knowledge, workflows, or tool integrations.

107k 2d ago A 46 tokens original Apache-2.0

metal-kernel

12

pytorch/pytorch

Skill Claude CodeCodex

Write Metal/MPS kernels for PyTorch operators. Use when adding MPS device support to operators, implementing Metal shaders, or porting CUDA kernels to Apple Silicon. Covers nativefunctions.yaml dispatch, host-side operators, and Metal kernel implementation.

103k yesterday A 52 tokens

fastapi

13

fastapi/fastapi

Skill Claude CodeCodex

FastAPI best practices and conventions. Use when working with FastAPI APIs, Pydantic models, dependencies, streaming responses including Server-Sent Events (SSE), and serving frontend apps. Keeps FastAPI code clean and up to date with the latest features and patterns.

102k 5d ago A 57 tokens original MIT

angular/angular

Skill Claude CodeCodex

Explains the mental model and architecture of the code under packages/forms/signals. You MUST use this skill any time you plan to work with code in packages/forms/signals.

101k 3d ago A 43 tokens original MIT

addyosmani/agent-skills

Skill Claude CodeCodex

Optimizes application performance across frontend, backend, queries, and databases. Use when performance requirements exist, when you suspect performance regressions, when Core Web Vitals or load times need improvement, when N+1 query patterns need fixing, or when profiling reveals bottlenecks.

91k 3d ago A 59 tokens original MIT

split-micro-app

16

lobehub/lobehub

Skill Claude CodeCodex

Use when splitting a monorepo surface into a standalone micro app (React Router SSR on Cloudflare Workers), splitting a surface whose rendering code lives in the lobehub-cloud business overlay, fighting SSR bundle bloat from main-src imports, deploying its assets to CDN/R2, adding SEO/OG meta to an SSR page, adding a…

82k +22 today A 109 tokens

paperclipai/paperclip

Skill Claude CodeCodex

Create or modify Paperclip agent adapters across server, UI, and CLI surfaces. Use when adding support for a new CLI agent, API agent, custom process, or adapter package.

80k yesterday A 41 tokens original MIT

paperclip

18

paperclipai/paperclip

Skill Claude CodeCodex

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

80k yesterday A 43 tokens original MIT

paperclip

19

paperclipai/paperclip

Skill Claude CodeCodex

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

80k yesterday A 43 tokens original MIT

docs-editor

20

openai/openai-cookbook

Skill Claude CodeCodex

Review and edit OpenAI Cookbook notebooks, Markdown, and MDX for technical accuracy, clarity, grammar, consistency, runnable examples, and repository publication requirements. Use for editorial reviews, pre-merge documentation checks, or notebook Markdown-cell sweeps in openai-cookbook.

76k 3d ago A 58 tokens original MIT

openai/openai-cookbook

Skill Claude CodeCodex

Bootstrap a new realtime eval folder inside this cookbook repo by choosing the right harness from examples/evals/realtimeevals, scaffolding prompt/tools/data files, generating a useful README, and validating it with smoke, full eval, and test runs. Use when a user wants to start a new crawl, walk, or run realtime eval…

76k 3d ago A 76 tokens original MIT

microsoft/ai-agents-for-beginners

Skill Claude CodeCodex

Migrate Python apps from Azure OpenAI Chat Completions to the Responses API. Covers AzureOpenAI/AsyncAzureOpenAI client migration to the v1 endpoint, streaming, tools, structured output, multi-turn, EntraID auth, and model compatibility checks. Python-focused, Azure OpenAI-specific. USE FOR: migrate to responses API…

74k 5d ago A 185 tokens original MIT

claude-api

23

warpdotdev/warp

Skill Claude CodeCodex

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks for…

65k 2d ago A 193 tokens AGPL-3.0

context7-mcp

24

upstash/context7

Skill Claude CodeCodex

This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.

61k +26 today A 58 tokens original MIT