integration-developmentlisted
Install: claude install-skill aldiipratama/dyy-plugin
# API Integration & Contract Audit Skill
## Contract Alignment
When writing or updating endpoints, always trace payload schemas across both front-end (Next.js/Svelte) and back-end (Laravel) subworkspaces:
1. Locate the route controller in the backend and audit its Response body shape.
2. Locate the fetch client in the frontend and align its TypeScript interface/fetch parameters.
## CORS & Connectivity
Verify that backend CORS allows local ports of active frontend instances (e.g. `localhost:3000` or `localhost:5173`).