api▌
141 indexed skills · max 10 per page
api-documentation-generator
sickn33/antigravity-awesome-skills · Backend
Automatically generate comprehensive API documentation from your codebase with endpoints, examples, and best practices. \n \n Analyzes REST, GraphQL, and WebSocket APIs to extract endpoints, parameters, authentication, and error patterns \n Generates endpoint documentation with request/response specifications, code examples in multiple languages (cURL, JavaScript, Python), and error handling details \n Produces OpenAPI/Swagger specifications and Postman collections for interactive testing and AP
api-testing
secondsky/claude-skills · Backend
Expert knowledge for testing HTTP APIs with Supertest (TypeScript/JavaScript) and httpx/pytest (Python).
gemini-interactions-api
google-gemini/gemini-skills · Backend
Unified interface for Gemini models and agents with server-side state, streaming, and tool orchestration. \n \n Supports multiple current models (gemini-3-flash-preview, gemini-3-pro-preview, gemini-2.5-flash/pro) and the Deep Research agent; automatically substitute deprecated model IDs with current alternatives \n Offload conversation history to the server via previous_interaction_id for stateful multi-turn interactions without manual history management \n Built-in tool orchestration including
setup-api-key
elevenlabs/skills · Backend
Interactive guide for obtaining and configuring an ElevenLabs API key. \n \n Checks for existing ELEVENLABS_API_KEY in environment or .env file and validates it before prompting for setup \n Walks users through account creation and key generation at elevenlabs.io, with clear copy-paste instructions \n Validates the provided key via API call to https://api.elevenlabs.io/v1/user and saves it to .env on success \n Requires internet access to elevenlabs.io and api.elevenlabs.io; retries validation o
winmd-api-search
github/awesome-copilot · Backend
Search and explore Windows desktop APIs with full type signatures and members. \n \n Indexes Windows Platform SDK, WinAppSDK, NuGet packages, and project-output WinMD files; Platform SDK and WinAppSDK are available immediately on fresh clones without restore or build \n Two workflows: discover mode for finding the right API by capability keywords, and lookup mode for retrieving exact methods, properties, events, and enum values of known types \n Requires .NET SDK 8.0+ and a one-time cache genera
prisma-client-api
prisma/skills · Backend
$22
api-patterns
davila7/claude-code-templates · Backend
API design principles and decision-making for 2025. Learn to THINK, not copy fixed patterns.
swift-api-design-guidelines-skill
erikote04/swift-api-design-guidelines-agent-skill · Frontend
Use this skill to design and review Swift APIs that are clear at the point of use, fluent in call sites, and aligned with established Swift naming and labeling conventions. Prioritize readability, explicit intent, and consistency across declarations, call sites, and documentation comments.
alicloud-platform-multicloud-docs-api-benchmark-test
cinience/alicloud-skills · Cloud
Category: test
typespec-api-operations
github/awesome-copilot · Backend
RESTful CRUD operations for TypeSpec API plugins with routing, parameters, and adaptive cards. \n \n Supports GET, POST, PATCH, and DELETE operations with path, query, and body parameters for filtering, creation, and updates \n Includes adaptive card visualization for GET responses and confirmation dialogs for destructive operations (POST, PATCH, DELETE) \n Provides complete CRUD example with models, error handling, and multiple query parameter patterns \n Built-in testing prompts and best pract