api▌
141 indexed skills · max 10 per page
encore-go-api
encoredev/skills · Backend
When creating API endpoints with Encore Go, follow these patterns:
api-filtering-sorting
aj-geddes/useful-ai-prompts · Backend
Build flexible filtering and sorting systems that handle complex queries efficiently with proper validation, security, and performance optimization.
api-versioning-strategy
aj-geddes/useful-ai-prompts · Backend
Comprehensive guide to API versioning approaches, deprecation strategies, backward compatibility techniques, and migration planning for REST APIs, GraphQL, and gRPC services.
cloudflare-api
jezweb/claude-skills · Cloud
Hit the Cloudflare REST API directly when wrangler CLI or MCP servers aren't the right tool. For bulk operations, fleet-wide changes, and features that wrangler doesn't expose.
x-twitter-api
tato418/x-twitter-api · Backend
X (Twitter) API v2 skill using the authenticated user's own developer credentials (OAuth 1.0a, pay-per-use). All commands go through a single entry point: node x.js <command> [flags]. Each command has its its own doc file with the full reference for flags and behavior.
api-pagination
aj-geddes/useful-ai-prompts · Backend
Implement scalable pagination strategies for handling large datasets with efficient querying, navigation, and performance optimization.
write-api-reference
vercel/next.js · Backend
Produce an API reference page that documents a single API surface (function, component, file convention, directive, or config option). The page should be concise, scannable, and example-driven.
api-design
aaronontheweb/dotnet-skills · Frontend
Use this skill when:
api-security-testing
sickn33/antigravity-awesome-skills · Backend
Specialized workflow for testing REST and GraphQL API security including authentication, authorization, rate limiting, input validation, and API-specific vulnerabilities.
api-response-optimization
aj-geddes/useful-ai-prompts · Backend
Fast API responses improve overall application performance and user experience. Optimization focuses on payload size, caching, and query efficiency.