api-integration

Installation
SKILL.md

API Integration

Build robust, type-safe API clients from specs and documentation.

Key Principles

  • Type everything — Runtime-validated types for all requests and responses
  • Fail explicitly — No silent failures; throw typed errors with context
  • Auth is first-class — Handle auth in the client layer, not scattered in calls
  • Retry intelligently — Only idempotent methods, only transient failures, with backoff
  • Isolate the boundary — Transform API shapes at the integration layer, not in app code

When NOT to Use

  • Designing your own APIs — Use api-design for building endpoints others will consume
  • Writing API test suites — Use testing-strategy for test architecture, contract tests, mocking
  • Building SDKs for your API — Use sdk-development for packaging your own API as a client library

Quick Start Checklist

Related skills

More from srstomp/pokayokay

Installs
21
GitHub Stars
7
First Seen
Jan 24, 2026