Use when structuring Apex into service, selector, domain, factory, and dependency-injection layers for maintainability and testability.
Score 70/100
Execute Anonymous Apex: Developer Console, VS Code SFDX, `sf apex run`, variable scope, transaction semantics, governor limits, debugging output, common errors.
Score 70/100
Use when Apex code must create or update metadata programmatically at runtime — custom fields, objects, picklist values, labels, or other supported types — using the Metadata…
Score 70/100
Use when diagnosing where Apex transactions spend CPU, heap, SOQL, or DML time using the Salesforce diagnostic toolchain: Apex Log Analyzer flame graphs in VS Code, Developer…
Score 70/100
Use when designing, implementing, reviewing, or debugging Queueable Apex jobs that chain, use the Finalizer interface, pass state across transactions, or need controlled async…
Score 70/100
Use when writing Apex that validates, extracts, or transforms strings with Pattern/Matcher or String regex methods.
Score 70/100
Use when building, reviewing, or debugging inbound Apex REST resources, request/response handling, status codes, versioned URL mappings, or JSON serialization in `@RestResource`…
Score 70/100
Apex Trigger.new / Trigger.old / Trigger.newMap / Trigger.oldMap / Trigger.isInsert etc.: when each is populated, null-safety, recursion depth, trigger event matrix.
Score 70/100
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface.
Score 70/100
Expert API designer for REST, GraphQL, gRPC architectures. Activate on: API design, REST API, GraphQL schema, gRPC service, OpenAPI, Swagger, API versioning, endpoint design, rate…
Score 70/100
REST, GraphQL, and hybrid API architecture patterns for building scalable and maintainable APIs
Score 70/100
Comprehensive API design and development workflow that orchestrates API architecture, endpoint design, documentation generation, and integration patterns.
Score 70/100
Api Caching Strategy - Auto-activating skill for API Development. Triggers on: api caching strategy, api caching strategy Part of the API Development skill category.
Score 70/100
Sous-agent spécialisé dans les appels API REST/GraphQL avec retry, auth et transformation de données.
Score 70/100
Creating API clients with OpenAPI specs, authentication, and OAuth scopes for SCAPI and similar APIs
Score 70/100
API client code generation workflow. Use when modifying backend routes, response schemas, or request models. Automatically regenerates TypeScript API client from OpenAPI schema.
Score 70/100
Designs GDPR-compliant API patterns, PCI-DSS field handling, SOC2 audit log schemas, HIPAA data endpoints, and regulatory compliance checklists for any API.
Score 70/100
中文优先:用于API连接器构建相关任务,帮助识别、设计、实现或验证对应工作流。English keywords: Build a new API connector or provider by matching the target repo's existing integration pattern exactly.
Score 70/100
Use this when changing REST endpoints so Rust DTOs, UI DTOs, OpenAPI, and docs stay in sync.
Score 70/100
Design APIs using schema-first approach with OpenAPI/Swagger. Use when creating new APIs, documenting existing ones, or when frontend/backend teams need to work in parallel.
Score 70/100
Validates REST API implementations against OpenAPI 3.x specifications. Use when (1) Implementing or reviewing API endpoints, (2) Before deploying API changes to production, (3)…
Score 70/100
Knowledge pack for designing and evolving OpenAPI 3.0 contracts that enable frontend/backend parallel development. Auto-loaded by architect-agent, frontend-agent, backend-agent.
Score 70/100
Verify OpenAPI/Swagger spec matches actual route registrations and handler implementations
Score 70/100
Validate OpenAPI, Swagger, and GraphQL schemas match backend implementation. Detect breaking changes, generate TypeScript clients, and ensure API documentation stays synchronized.
Score 70/100
Verifies API contracts between services using consumer-driven contracts, schema validation, and tools like Pact.
Score 70/100
Validates type contracts between TypeScript interfaces and Pydantic models. Detects field mismatches and type inconsistencies.
Score 70/100
Design RESTful and GraphQL APIs following best practices. Use when creating new APIs, refactoring existing endpoints, or documenting API specifications.
Score 70/100
REST and GraphQL API design patterns. Covers endpoint structure, versioning, authentication, error handling, rate limiting, and OpenAPI documentation.
Score 70/100
Use when designing APIs, choosing between REST/GraphQL/gRPC, or understanding API design best practices. Covers protocol selection, resource modeling, and API patterns.
Score 70/100
Activate API design specialist mode. Expert in REST best practices, GraphQL, and OpenAPI specifications.
Score 70/100
Comprehensive REST and GraphQL API design patterns with versioning, pagination, error handling, and HATEOAS principles.
Score 70/100
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time.
Score 70/100
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.
Score 70/100
Reviews REST API designs for quality, consistency, and breaking changes. Lints OpenAPI specs, generates API scorecards, and detects breaking changes between versions.
Score 70/100
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs. Use when designing new API endpoints, reviewing API specifications, establishing…
Score 70/100
Design and document RESTful and GraphQL APIs with OpenAPI/Swagger specifications, authentication patterns, versioning strategies, and best practices.
Score 70/100
REST/GraphQL API architect specializing in OpenAPI 3.1, HATEOAS, pagination, and versioning strategies
Score 70/100
Modern API development patterns for building high-performance, scalable web services. Expert in async/await patterns, REST/GraphQL APIs, middleware, error handling, rate limiting,…
Score 70/100
Comprehensive guide to building production-ready REST APIs in Rails with serialization, authentication, versioning, rate limiting, and testing.
Score 70/100
Compare API specifications to detect breaking changes. Compare OpenAPI spec versions, categorize changes by severity, generate migration guides, and block breaking changes in CI.
Score 70/100
Generate OpenAPI 3.1 documentation from your API codebase. Auto-detects Express, Fastify, NestJS, Django, FastAPI, Flask, Rails, Spring, Go, and more.
Score 70/100
API documentation workflow for generating OpenAPI specs, creating developer guides, and maintaining comprehensive API documentation.
Score 70/100
Indexes and searches API documentation from OpenAPI 3.0 specs using swagger-parser and lunr.js. Builds searchable indexes of endpoints, parameters, and response schemas for quick…
Score 70/100
Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices.
Score 70/100
API documentation specialist who creates comprehensive OpenAPI/Swagger specifications and technical documentation for RESTful APIs, GraphQL schemas, and microservices…
Score 70/100
Create or modify API endpoints in IdeaForge backend. Triggers: new route, controller, service, repository, CRUD operation, Zod validation, API debugging.
Score 70/100
Next.js 15+ API endpoint creation patterns with Supabase and workspace validation
Score 70/100
API endpoint design and testing for vehicle insurance data platform. Use when designing new API endpoints, testing existing ones, validating response formats, or debugging API…
Score 70/100
Implement comprehensive API error handling with standardized error responses, logging, monitoring, and user-friendly messages.
Score 70/100
Handles backend integration using best practices like expo/fetch and React Query. Use when the user needs to connect to an API, handle data fetching, or implement caching.
Score 70/100
Configures API gateways for routing, authentication, rate limiting, and request transformation in microservice architectures.
Score 70/100
AWS API Gateway for REST and HTTP API management. Use when creating APIs, configuring integrations, setting up authorization, managing stages, implementing rate limiting, or…
Score 70/100
Configuration d'Ocelot comme API Gateway en .NET — routing, aggregation, rate limiting, load balancing et intégration Consul/Kubernetes.
Score 70/100
API Gateway patterns for routing, authentication, rate limiting, and service composition in microservices architectures.
Score 70/100
Generate TypeScript API client from Swagger/Go comments. Use when updating API endpoints, adding new routes, or regenerating the frontend API client after backend changes.
Score 70/100
Monitor and govern Salesforce API consumption: per-user limits, org allocation, lightning-rest limits, and backoff. NOT for designing new endpoints.
Score 70/100
Implements API endpoints, routes, controllers, and request/response handling. Use when implementing REST APIs, GraphQL APIs, or other API endpoints.
Score 70/100
Integrate external REST APIs with proper authentication, rate limiting, error handling, and caching patterns.
Score 70/100
Expert in integrating third-party APIs with proper authentication, error handling, rate limiting, and retry logic.
Score 70/100
Expert in integrating third-party APIs with proper authentication, error handling, rate limiting, and retry logic.
Score 70/100