Use when consuming external APIs, integrating third-party services, generating type-safe API clients, implementing authentication flows, or working with OpenAPI/Swagger, GraphQL, or REST specs. TypeScript-primary with language-agnostic patterns.
Creates type-safe API clients from specifications and documentation with robust error handling and authentication.
/plugin marketplace add srstomp/pokayokay/plugin install pokayokay@pokayokayThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/auth-api-keys-bearer.mdreferences/auth-jwt-hmac-storage.mdreferences/auth-oauth2.mdreferences/client-base-service-layer.mdreferences/client-request-response-caching.mdreferences/error-classification.mdreferences/error-fallback-patterns.mdreferences/error-retry-circuit-breaker.mdreferences/openapi-patterns-codegen.mdreferences/openapi-specs-types.mdreferences/testing-contract-e2e-config.mdreferences/testing-mocking-fixtures.mdreferences/testing-unit-integration.mdBuild robust, type-safe API clients from specs and documentation.
api-design for building endpoints others will consumetesting-strategy for test architecture, contract tests, mockingsdk-development for packaging your own API as a client library| Reference | Description |
|---|---|
| openapi-specs-types.md | Parsing OpenAPI specs, type generation strategies |
| openapi-patterns-codegen.md | Common patterns, client generation, GraphQL, informal docs |
| client-base-service-layer.md | Base client, interceptors, service layer pattern |
| client-request-response-caching.md | Request config, response parsing, caching, logging |
| error-classification.md | Error type hierarchy, classification, response conversion |
| error-retry-circuit-breaker.md | Retry with backoff, rate limits, circuit breaker |
| error-fallback-patterns.md | Fallback strategies, Result type, error boundaries, reporting |
| auth-api-keys-bearer.md | API key and bearer token authentication |
| auth-oauth2.md | OAuth 2.0 authorization code, PKCE, client credentials |
| auth-jwt-hmac-storage.md | JWT handling, HMAC signatures, secure token storage |
| testing-mocking-fixtures.md | HTTP mocking (MSW, Nock), test fixtures |
| testing-unit-integration.md | Unit tests for transformers, integration tests for services |
| testing-contract-e2e-config.md | Contract testing, E2E tests, Jest configuration |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.