create-api-integration

Installation
SKILL.md

Create API Integration

When To Use

Use this skill when introducing third-party API clients, syncing database entities to external software, or building custom integration drivers.

Workflow

  1. Verify configuration: Declare credentials in .env and map them inside config/services.php.
  2. Build Client class: Place client class under app/Services/ or app/Integrations/.
  3. Resilience check: Enforce timeout, retry count, and throw validations.
  4. Define fakes: Implement test mocks using Http::fake().

Examples

Good Example

Installs
3
GitHub Stars
1
First Seen
Jul 7, 2026
create-api-integration — alizharb/agent-skills