Design and implement APIs, external integrations, webhooks, clients, and service boundaries using technology-agnostic principles.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add soden46/engineer-flow --skill api-integration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Api Integration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/soden46-api-integration)More formats (shields.io, HTML) on the badges page.
---
name: api-integration
description: Design and implement APIs, external integrations, webhooks, clients, and service boundaries using technology-agnostic principles.
metadata:
internal: true
---
# api-integration
Use this skill for APIs, HTTP clients, webhooks, third-party integrations, service communication, pagination, retries, and integration boundaries.
## Principles
Define explicit contracts for requests, responses, errors, and side effects.
Validate data crossing external boundaries.
Distinguish transport concerns from business logic.
For outbound calls consider:
- timeouts
- retries
- retry safety
- idempotency
- rate limits
- pagination
- partial failure
- authentication
- observability
Do not retry non-idempotent operations blindly.
For webhooks consider:
- authenticity
- replay protection when required
- duplicate delivery
- idempotent handling
- failure recovery
Keep provider-specific assumptions isolated where practical.
Do not leak transport-specific details throughout unrelated application code.
## Adaptation
Use project evidence to determine the actual language, framework, runtime, and existing conventions.
When stack-specific implementation guidance is needed, prefer project evidence, native framework or language mechanisms, and relevant user-installed specialist skills. Technology-specific guidance must not redefine or weaken the core engineering requirement.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!