All Api skills
Best Claude Code skills for api development on Api (May 2026)
129 curated Claude Code skills that handle api development on Api projects. Install commands, configs, and copy-paste setup, refreshed May 2026.
129 items matching Api & API Development.
API Documentation Generator
Analyze API endpoints in your codebase and generate OpenAPI/Swagger documentation automatically
apiopenapiswaggerdocumentation+1
Claude API Builder
Build applications with the Claude API and Anthropic SDK with best practices for tool use, streaming, and prompt engineering
apianthropicsdkclaude+1
Claude Api
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 `ant…
apiaiagent
Mcp Builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
pythontypescriptnodeapi+1
Xlsx
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); cr…
pythongoapirest
Context Engine
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context during conversations, and enforces privacy/anonymization rules before external API calls.
api
Aws Solution Architect
Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora,…
awsapi
Security Pen Testing
Use when the user asks to perform security audits, penetration testing, vulnerability scanning, OWASP Top 10 checks, or offensive security assessments. Covers static analysis, dependency scanning, secret detection, API security testing, and pen test report generation.
securitytestingapi
Senior Backend
Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to "design REST APIs", "optimize database queries", "implement authentication", "build microservices", "review …
nodepostgressecurityapi+2
Senior Fullstack
Fullstack development toolkit with project scaffolding for Next.js, FastAPI, MERN, and Django stacks, code quality analysis with security and complexity scoring, and stack selection guidance. Use when the user asks to "scaffold a new project", "create a Next.js app", "set up Fas…
goreactdjangosecurity+1
Senior Ml Engineer
ML engineering skill for productionizing models, building MLOps pipelines, and integrating LLMs. Covers model deployment, feature stores, drift monitoring, RAG systems, and cost optimization. Use when the user asks about deploying ML models to production, setting up MLOps infras…
kubernetesdockerperformancedeployment+5
Senior Qa
Generates unit tests, integration tests, and E2E tests for React/Next.js applications. Scans components to create Jest + React Testing Library test stubs, analyzes Istanbul/LCOV coverage reports to surface gaps, scaffolds Playwright test files from Next.js routes, mocks API call…
reacttestingapirag
Llm Cost Optimizer
Use proactively whenever LLM API costs come up -- or should. Triggers include: 'my AI costs are too high', 'optimize token usage', 'which model should I use', 'LLM spend is out of control', 'implement prompt caching', 'we're about to launch an AI feature', 'build me an AI endpoi…
apiaillmrag
Api Design Reviewer
API Design Reviewer
api
Api Test Suite Builder
Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests.
apirest
Business Investment Advisor
Business investment analysis and capital allocation advisor. Use when evaluating whether to invest in equipment, real estate, a new business, hiring, technology, or any capital expenditure. Also use for ROI calculations, IRR, NPV, payback period, build vs buy decisions, lease vs…
api
Code To Prd
Reverse-engineer any codebase into a complete Product Requirements Document (PRD). Analyzes routes, components, state management, API integrations, and user interactions to produce business-readable documentation detailed enough for engineers or AI agents to fully reconstruct ev…
productgoreactvue+4
Saas Scaffolder
Generates complete, production-ready SaaS project boilerplate including authentication, database schemas, billing integration, API routes, and a working dashboard using Next.js 14+ App Router, TypeScript, Tailwind CSS, shadcn/ui, Drizzle ORM, and Stripe. Use when the user wants …
typescriptapiai
Spec To Repo
Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expect…
rustgoapiai
Ai Sdk Core
Vercel AI SDK v5 for backend AI (text generation, structured output, tools, agents). Multi-provider. Use for server-side AI or encountering AI_APICallError, AI_NoObjectGeneratedError, streaming failures.
vercelapiaiagent
Api Authentication
Secure API authentication with JWT, OAuth 2.0, API keys. Use for authentication systems, third-party integrations, service-to-service communication, or encountering token management, security headers, auth flow errors.
securityapi
Api Changelog Versioning
Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API versions, communicating breaking changes, or creating upgrade guides.
api
Api Contract Testing
Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact. Use when testing microservices communication, preventing breaking changes, or validating OpenAPI specifications.
testingapi
Api Design Principles
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
apigraphqlrestai
Api Error Handling
Implements standardized API error responses with proper status codes, logging, and user-friendly messages. Use when building production APIs, implementing error recovery patterns, or integrating error monitoring services.
monitoringapi
Api Filtering Sorting
Builds flexible API filtering and sorting systems with query parameter parsing, validation, and security. Use when implementing search endpoints, building data grids, or creating dynamic query APIs.
securityapi
Api Gateway Configuration
Configures API gateways for routing, authentication, rate limiting, and request transformation in microservice architectures. Use when setting up Kong, Nginx, AWS API Gateway, or Traefik for centralized API management.
awsapi
Api Pagination
Implements efficient API pagination using offset, cursor, and keyset strategies for large datasets. Use when building paginated endpoints, implementing infinite scroll, or optimizing database queries for collections.
api
Api Rate Limiting
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.
goredisapiai
Api Reference Documentation
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.
apirest
Api Response Optimization
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or implementing efficient caching.
performanceapi
Api Security Hardening
REST API security hardening with authentication, rate limiting, input validation, security headers. Use for production APIs, security audits, defense-in-depth, or encountering vulnerabilities, injection attacks, CORS issues.
securityapirest
Api Testing
HTTP API testing for TypeScript (Supertest) and Python (httpx, pytest). Test REST APIs, GraphQL, request/response validation, authentication, and error handling.
pythontypescripttestingapi+2
Api Versioning Strategy
Implements API versioning using URL paths, headers, or query parameters with backward compatibility and deprecation strategies. Use when managing multiple API versions, planning breaking changes, or designing migration paths.
api
Base Ui React
MUI Base UI unstyled React components with Floating UI. Use for accessible components, Radix UI migration, render props API, or encountering positioning, popup, v1.0 beta issues.
reactapi
Bun Hono Integration
Use when building APIs with Hono framework on Bun, including routing, middleware, REST APIs, context handling, or web framework features.
apirest
Bun Http Server
Use when building HTTP servers with Bun.serve, handling requests/responses, implementing routing, creating REST APIs, or configuring fetch handlers.
apirest
Bun Sveltekit
Use when building or running SvelteKit apps on Bun, including SSR, adapters, and Bun-specific APIs
api
Chrome Devtools
Browser automation with Puppeteer CLI scripts. Use for screenshots, performance analysis, network monitoring, web scraping, form automation, or encountering JavaScript debugging, browser automation errors.
javascriptperformancemonitoringbrowser+3
Claude Api
Anthropic Messages API (Claude API) for integrations, streaming, prompt caching, tool use, vision. Use for chatbots, assistants, or encountering rate limits, 429 errors.
api
Cloudflare Browser Rendering
Cloudflare Browser Rendering with Puppeteer/Playwright. Use for screenshots, PDFs, web scraping, or encountering rendering errors, timeout issues, memory exceeded.
cloudflarebrowserscrapingapi
Cloudflare Images
This skill should be used when the user asks to \"upload images to Cloudflare\", \"implement direct creator upload\", \"configure image transformations\", \"optimize WebP/AVIF\", \"create image variants\", \"generate signed URLs\", \"add image watermarks\", \"integrate with Next…
cloudflareapi
Cloudflare Manager
Comprehensive Cloudflare account management for deploying Workers, KV Storage, R2, Pages, DNS, and Routes. Use when deploying cloudflare services, managing worker containers, configuring KV/R2 storage, or setting up DNS/routing. Requires CLOUDFLARE_API_KEY in .env and Bun runtim…
cloudflareapiairag
Cloudflare Workers Migration
Migrate to Cloudflare Workers from AWS Lambda, Vercel, Express, and Node.js. Use when porting existing applications to the edge, adapting serverless functions, or resolving Node.js API compatibility issues.
nodeawsvercelcloudflare+1
Cloudflare Workers Runtime Apis
Cloudflare Workers Runtime APIs including Fetch, Streams, Crypto, Cache, WebSockets, and Encoding. Use for HTTP requests, streaming, encryption, caching, real-time connections, or encountering API compatibility, response handling, stream processing errors.
cloudflareapi
Cloudflare Workers Security
Cloudflare Workers security with authentication, CORS, rate limiting, input validation. Use for securing APIs, JWT/API keys, or encountering auth failures, CORS errors, XSS/injection vulnerabilities.
cloudflaresecurityapiai
Drizzle Orm D1
| Type-safe ORM for Cloudflare D1 databases using Drizzle. Use when: building D1 database schemas, writing type-safe SQL queries, managing migrations with Drizzle Kit, defining table relations, implementing prepared statements, using D1 batch API, or encountering D1_ERROR, trans…
cloudflareapiai
Firecrawl Scraper
Firecrawl v2.5 API for web scraping/crawling to LLM-ready markdown. Use for site extraction, dynamic content, or encountering JavaScript rendering, bot detection, content loading errors.
javascriptscrapingapillm
Google Gemini Api
Google Gemini API with @google/genai SDK. Use for multimodal AI, thinking mode, function calling, or encountering SDK deprecation warnings, context errors, multimodal format errors.
goapiai
Google Gemini Embeddings
Google Gemini embeddings API (gemini-embedding-001) for RAG and semantic search. Use for vector search, Vectorize integration, or encountering dimension mismatches, rate limits, text truncation.
goapiembeddingrag
Graphql Implementation
Builds GraphQL APIs with schema design, resolvers, error handling, and performance optimization using Apollo or Graphene. Use when creating flexible query APIs, migrating from REST, or implementing real-time subscriptions.
performanceapigraphqlrest
Hono Routing
Type-safe Hono APIs with routing, middleware, RPC. Use for request validation, Zod/Valibot validators, or encountering middleware type inference, validation hook, RPC errors.
api
Idempotency Handling
Idempotent API operations with idempotency keys, Redis caching, DB constraints. Use for payment systems, webhook retries, safe retries, or encountering duplicate processing, race conditions, key expiry errors.
redisapiai
Internationalization I18n
Implements multi-language support using i18next, gettext, or Intl API with translation workflows and RTL support. Use when building multilingual applications, handling date/currency formatting, or supporting right-to-left languages.
api
Model Deployment
Deploy ML models with FastAPI, Docker, Kubernetes. Use for serving predictions, containerization, monitoring, drift detection, or encountering latency issues, health check failures, version conflicts.
kubernetesdockerdeploymentmonitoring+2
Nuxt Server
| Nuxt 4 server-side development with Nitro: API routes, server middleware, database integration, and backend patterns. Use when: creating server API routes, implementing server middleware, integrating databases (D1, PostgreSQL, Drizzle), handling file uploads, implementing WebS…
postgresapi
Oauth Implementation
OAuth 2.0 and OpenID Connect authentication with secure flows. Use for third-party integrations, SSO systems, token-based API access, or encountering authorization code flow, PKCE, token refresh, scope management errors.
api
Openai Api
Complete guide for OpenAI APIs: Chat Completions (GPT-5.2, GPT-4o), Embeddings, Images (GPT-Image-1.5), Audio (Whisper + TTS + Transcribe), Moderation. Includes Node.js SDK and fetch approaches.
nodeapiaiembedding
Openai Assistants
OpenAI Assistants API v2 for stateful chatbots with Code Interpreter, File Search, RAG. Use for threads, vector stores, or encountering active run errors, indexing delays. ⚠️ Sunset August 26, 2026.
apiairag
Openai Responses
OpenAI Responses API for stateful agentic applications with reasoning preservation. Use for MCP integration, built-in tools, background processing, or migrating from Chat Completions.
apiaiagent
Playwright
Browser automation and E2E testing with Playwright. Auto-detects dev servers, writes clean test scripts. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use for cross-browser testing, visua…
pythontypescriptjavascripttesting+3
React Composition Patterns
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture.
reactapi
React Native Skills
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or nativ…
reactperformanceapi
Recommendation System
Deploy production recommendation systems with feature stores, caching, A/B testing. Use for personalization APIs, low latency serving, or encountering cache invalidation, experiment tracking, quality monitoring issues.
testingmonitoringapi
Rest Api Design
Designs RESTful APIs with proper resource naming, HTTP methods, status codes, and response formats. Use when building new APIs, establishing API conventions, or designing developer-friendly interfaces.
apirest
Swift Best Practices
| This skill should be used when writing or reviewing Swift code for iOS or macOS projects. Apply modern Swift 6+ best practices, concurrency patterns, API design guidelines, and migration strategies. Covers async/await, actors, MainActor, Sendable, typed throws, and Swift 6 bre…
swiftapiai
Tanstack Ai
TanStack AI (alpha) provider-agnostic type-safe chat with streaming for OpenAI, Anthropic, Gemini, Ollama. Use for chat APIs, React/Solid frontends with useChat/ChatClient, isomorphic tools, tool approval flows, agent loops, multimodal inputs, or troubleshooting streaming and to…
reactapiaiagent
Technical Specification
Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records.
testingapiai
Typescript Mcp
MCP servers with TypeScript on Cloudflare Workers using @modelcontextprotocol/sdk. Use for API integrations, stateless tools, edge deployments, or encountering export syntax, schema validation, memory leak, CORS, auth errors.
typescriptcloudflaredeploymentapi
Vercel Kv
Vercel KV (Redis-compatible key-value storage via Upstash). Use for Next.js caching, sessions, rate limiting, TTL data storage, or encountering KV_REST_API_URL errors, rate limit issues, JSON serialization errors. Provides strong consistency vs eventual consistency.
redisvercelapirest+1
Api Key Manager
Manage api key manager operations. Auto-activating skill for Security Fundamentals. Triggers on: api key manager, api key manager Part of the Security Fundamentals skill category. Use when working with APIs or building integrations. Trigger with phrases like "api key manager", "…
gosecurityapi
Fastapi Router Creator
Create fastapi router creator operations. Auto-activating skill for Backend Development. Triggers on: fastapi router creator, fastapi router creator Part of the Backend Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "fa…
goapi
Fastapi Ml Endpoint
Configure fastapi ml endpoint operations. Auto-activating skill for ML Deployment. Triggers on: fastapi ml endpoint, fastapi ml endpoint Part of the ML Deployment skill category. Use when working with APIs or building integrations. Trigger with phrases like "fastapi ml endpoint"…
godeploymentapi
Flask Ml Api Creator
Create flask ml api creator operations. Auto-activating skill for ML Deployment. Triggers on: flask ml api creator, flask ml api creator Part of the ML Deployment skill category. Use when working with APIs or building integrations. Trigger with phrases like "flask ml api creator…
goflaskdeploymentapi
Api Test Generator
Generate api test generator operations. Auto-activating skill for Test Automation. Triggers on: api test generator, api test generator Part of the Test Automation skill category. Use when working with APIs or building integrations. Trigger with phrases like "api test generator",…
goautomationapi
Api Gateway Config
Configure api gateway config operations. Auto-activating skill for AWS Skills. Triggers on: api gateway config, api gateway config Part of the AWS Skills skill category. Use when working with APIs or building integrations. Trigger with phrases like "api gateway config", "api con…
goawsapi
Api Caching Strategy
Configure api caching strategy operations. Auto-activating skill for API Development. Triggers on: api caching strategy, api caching strategy Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "api caching s…
goapi
Api Key Auth Setup
Configure api key auth setup operations. Auto-activating skill for API Development. Triggers on: api key auth setup, api key auth setup Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "api key auth setup"…
goapi
Api Mock Generator
Generate api mock generator operations. Auto-activating skill for API Development. Triggers on: api mock generator, api mock generator Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "api mock generator",…
goapi
Api Rate Limiting Config
Configure api rate limiting config operations. Auto-activating skill for API Development. Triggers on: api rate limiting config, api rate limiting config Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "a…
goapi
Api Testing Helper
Assist with api testing helper operations. Auto-activating skill for API Development. Triggers on: api testing helper, api testing helper Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "api testing helpe…
gotestingapi
Api Throttling Setup
Configure api throttling setup operations. Auto-activating skill for API Development. Triggers on: api throttling setup, api throttling setup Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "api throttlin…
goapi
Bearer Token Validator
Validate bearer token validator operations. Auto-activating skill for API Development. Triggers on: bearer token validator, bearer token validator Part of the API Development skill category. Use when working with bearer token validator functionality. Trigger with phrases like "b…
goapi
Conditional Request Helper
Configure with conditional request helper operations. Auto-activating skill for API Development. Triggers on: conditional request helper, conditional request helper Part of the API Development skill category. Use when working with conditional request helper functionality. Trigge…
goapi
Etag Handler
Manage etag handler operations. Auto-activating skill for API Development. Triggers on: etag handler, etag handler Part of the API Development skill category. Use when working with etag handler functionality. Trigger with phrases like "etag handler", "etag handler", "etag".
goapi
Filtering Query Builder
Build filtering query builder operations. Auto-activating skill for API Development. Triggers on: filtering query builder, filtering query builder Part of the API Development skill category. Use when working with filtering query builder functionality. Trigger with phrases like "…
goapi
Graphql Mutation Builder
Build graphql mutation builder operations. Auto-activating skill for API Development. Triggers on: graphql mutation builder, graphql mutation builder Part of the API Development skill category. Use when working with graphql mutation builder functionality. Trigger with phrases li…
goapigraphql
Graphql Schema Generator
Generate graphql schema generator operations. Auto-activating skill for API Development. Triggers on: graphql schema generator, graphql schema generator Part of the API Development skill category. Use when working with graphql schema generator functionality. Trigger with phrases…
goapigraphql
Graphql Subscription Setup
Configure graphql subscription setup operations. Auto-activating skill for API Development. Triggers on: graphql subscription setup, graphql subscription setup Part of the API Development skill category. Use when working with graphql subscription setup functionality. Trigger wit…
goapigraphql
Http Method Helper
Configure with http method helper operations. Auto-activating skill for API Development. Triggers on: http method helper, http method helper Part of the API Development skill category. Use when working with http method helper functionality. Trigger with phrases like "http method…
goapi
Hypermedia Link Generator
Generate hypermedia link generator operations. Auto-activating skill for API Development. Triggers on: hypermedia link generator, hypermedia link generator Part of the API Development skill category. Use when working with hypermedia link generator functionality. Trigger with phr…
goapi
Openapi Spec Generator
Generate openapi spec generator operations. Auto-activating skill for API Development. Triggers on: openapi spec generator, openapi spec generator Part of the API Development skill category. Use when working with APIs or building integrations. Trigger with phrases like "openapi …
goapi
Pagination Helper
Configure with pagination helper operations. Auto-activating skill for API Development. Triggers on: pagination helper, pagination helper Part of the API Development skill category. Use when working with pagination helper functionality. Trigger with phrases like "pagination help…
goapi
Request Body Validator
Validate request body validator operations. Auto-activating skill for API Development. Triggers on: request body validator, request body validator Part of the API Development skill category. Use when working with request body validator functionality. Trigger with phrases like "r…
goapi
Response Schema Generator
Generate response schema generator operations. Auto-activating skill for API Development. Triggers on: response schema generator, response schema generator Part of the API Development skill category. Use when working with response schema generator functionality. Trigger with phr…
goapi
Rest Endpoint Designer
Build rest endpoint designer operations. Auto-activating skill for API Development. Triggers on: rest endpoint designer, rest endpoint designer Part of the API Development skill category. Use when working with rest endpoint designer functionality. Trigger with phrases like "rest…
goapirest
Sorting Parameter Handler
Manage sorting parameter handler operations. Auto-activating skill for API Development. Triggers on: sorting parameter handler, sorting parameter handler Part of the API Development skill category. Use when working with sorting parameter handler functionality. Trigger with phras…
goapi
Status Code Recommender
Manage status code recommender operations. Auto-activating skill for API Development. Triggers on: status code recommender, status code recommender Part of the API Development skill category. Use when working with status code recommender functionality. Trigger with phrases like …
goapi
Swagger Doc Creator
Create swagger doc creator operations. Auto-activating skill for API Development. Triggers on: swagger doc creator, swagger doc creator Part of the API Development skill category. Use when working with swagger doc creator functionality. Trigger with phrases like "swagger doc cre…
goapi
Versioning Strategy Helper
Configure with versioning strategy helper operations. Auto-activating skill for API Development. Triggers on: versioning strategy helper, versioning strategy helper Part of the API Development skill category. Use when working with versioning strategy helper functionality. Trigge…
goapi
Api Client Generator
Generate api client generator operations. Auto-activating skill for API Integration. Triggers on: api client generator, api client generator Part of the API Integration skill category. Use when working with APIs or building integrations. Trigger with phrases like "api client gen…
goapi
Api Health Checker
Check api health checker operations. Auto-activating skill for API Integration. Triggers on: api health checker, api health checker Part of the API Integration skill category. Use when working with APIs or building integrations. Trigger with phrases like "api health checker", "a…
goapi
Api Response Cacher
Configure api response cacher operations. Auto-activating skill for API Integration. Triggers on: api response cacher, api response cacher Part of the API Integration skill category. Use when working with APIs or building integrations. Trigger with phrases like "api response cac…
goapi
Async Api Caller
Configure async api caller operations. Auto-activating skill for API Integration. Triggers on: async api caller, async api caller Part of the API Integration skill category. Use when working with APIs or building integrations. Trigger with phrases like "async api caller", "async…
goapi
Batch Request Handler
Manage batch request handler operations. Auto-activating skill for API Integration. Triggers on: batch request handler, batch request handler Part of the API Integration skill category. Use when working with batch request handler functionality. Trigger with phrases like "batch r…
goapi
Circuit Breaker Setup
Configure circuit breaker setup operations. Auto-activating skill for API Integration. Triggers on: circuit breaker setup, circuit breaker setup Part of the API Integration skill category. Use when working with circuit breaker setup functionality. Trigger with phrases like "circ…
goapi
Connection Pooling Config
Configure connection pooling config operations. Auto-activating skill for API Integration. Triggers on: connection pooling config, connection pooling config Part of the API Integration skill category. Use when configuring systems or services. Trigger with phrases like "connectio…
goapi
Error Mapping Helper
Configure with error mapping helper operations. Auto-activating skill for API Integration. Triggers on: error mapping helper, error mapping helper Part of the API Integration skill category. Use when working with error mapping helper functionality. Trigger with phrases like "err…
goapi
Http Client Config
Configure http client config operations. Auto-activating skill for API Integration. Triggers on: http client config, http client config Part of the API Integration skill category. Use when configuring systems or services. Trigger with phrases like "http client config", "http con…
goapi
Integration Test Generator
Generate integration test generator operations. Auto-activating skill for API Integration. Triggers on: integration test generator, integration test generator Part of the API Integration skill category. Use when writing or running tests. Trigger with phrases like "integration te…
goapi
Long Polling Handler
Manage long polling handler operations. Auto-activating skill for API Integration. Triggers on: long polling handler, long polling handler Part of the API Integration skill category. Use when working with long polling handler functionality. Trigger with phrases like "long pollin…
goapi
Oauth Callback Handler
Manage oauth callback handler operations. Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category. Use when working with oauth callback handler functionality. Trigger with phrases like "oau…
goapi
Oauth Client Setup
Configure oauth client setup operations. Auto-activating skill for API Integration. Triggers on: oauth client setup, oauth client setup Part of the API Integration skill category. Use when working with oauth client setup functionality. Trigger with phrases like "oauth client set…
goapi
Polling Mechanism Setup
Configure polling mechanism setup operations. Auto-activating skill for API Integration. Triggers on: polling mechanism setup, polling mechanism setup Part of the API Integration skill category. Use when working with polling mechanism setup functionality. Trigger with phrases li…
goapi
Request Interceptor Creator
Create request interceptor creator operations. Auto-activating skill for API Integration. Triggers on: request interceptor creator, request interceptor creator Part of the API Integration skill category. Use when working with request interceptor creator functionality. Trigger wi…
goapi
Response Transformer
Transform response transformer operations. Auto-activating skill for API Integration. Triggers on: response transformer, response transformer Part of the API Integration skill category. Use when working with response transformer functionality. Trigger with phrases like "response…
goapi
Retry Logic Helper
Assist with retry logic helper operations. Auto-activating skill for API Integration. Triggers on: retry logic helper, retry logic helper Part of the API Integration skill category. Use when working with retry logic helper functionality. Trigger with phrases like "retry logic he…
goapi
Sdk Wrapper Creator
Create sdk wrapper creator operations. Auto-activating skill for API Integration. Triggers on: sdk wrapper creator, sdk wrapper creator Part of the API Integration skill category. Use when working with sdk wrapper creator functionality. Trigger with phrases like "sdk wrapper cre…
goapi
Server Sent Events Setup
Configure server sent events setup operations. Auto-activating skill for API Integration. Triggers on: server sent events setup, server sent events setup Part of the API Integration skill category. Use when working with server sent events setup functionality. Trigger with phrase…
goapi
Timeout Handler
Manage timeout handler operations. Auto-activating skill for API Integration. Triggers on: timeout handler, timeout handler Part of the API Integration skill category. Use when working with timeout handler functionality. Trigger with phrases like "timeout handler", "timeout hand…
goapi
Webhook Receiver Generator
Generate webhook receiver generator operations. Auto-activating skill for API Integration. Triggers on: webhook receiver generator, webhook receiver generator Part of the API Integration skill category. Use when working with webhook receiver generator functionality. Trigger with…
goapi
Webhook Retry Handler
Manage webhook retry handler operations. Auto-activating skill for API Integration. Triggers on: webhook retry handler, webhook retry handler Part of the API Integration skill category. Use when working with webhook retry handler functionality. Trigger with phrases like "webhook…
goapi
Webhook Sender Creator
Create webhook sender creator operations. Auto-activating skill for API Integration. Triggers on: webhook sender creator, webhook sender creator Part of the API Integration skill category. Use when working with webhook sender creator functionality. Trigger with phrases like "web…
goapi
Webhook Signature Validator
Validate webhook signature validator operations. Auto-activating skill for API Integration. Triggers on: webhook signature validator, webhook signature validator Part of the API Integration skill category. Use when working with webhook signature validator functionality. Trigger …
goapi
Websocket Client Creator
Create websocket client creator operations. Auto-activating skill for API Integration. Triggers on: websocket client creator, websocket client creator Part of the API Integration skill category. Use when working with websocket client creator functionality. Trigger with phrases l…
goapi
Api Reference Creator
Create api reference creator operations. Auto-activating skill for Technical Documentation. Triggers on: api reference creator, api reference creator Part of the Technical Documentation skill category. Use when working with APIs or building integrations. Trigger with phrases lik…
goapi
Api Flow Diagram Creator
Create api flow diagram creator operations. Auto-activating skill for Visual Content. Triggers on: api flow diagram creator, api flow diagram creator Part of the Visual Content skill category. Use when working with APIs or building integrations. Trigger with phrases like "api fl…
goapi
Zapier Integration Helper
Assist with zapier integration helper operations. Auto-activating skill for Business Automation. Triggers on: zapier integration helper, zapier integration helper Part of the Business Automation skill category. Use when working with APIs or building integrations. Trigger with ph…
goautomationapi
Pentest
Automated penetration testing — web, API, browser, GitHub, and local code. Zero false positives. Use when user wants to hack-test their app, find vulnerabilities, or run security pentesting.
githubsecuritytestingbrowser+1