API Contract Sync Manager
Installation
SKILL.md
API Contract Sync Manager
Maintain synchronization between API specifications and their implementations, detect breaking changes, and generate client code to ensure contracts stay reliable across frontend and backend teams.
When to Use This Skill
Use this skill when:
- Working with OpenAPI/Swagger specification files (
.yaml,.json) - Managing GraphQL schemas (
.graphql,.gql) - Reviewing API changes in pull requests
- Generating TypeScript types or client code from specs
- Validating that implementations match documented APIs
- Detecting breaking vs. non-breaking API changes
- Creating API versioning strategies
- Onboarding new developers to an API-driven codebase