API Contract Sync Manager

Community

Keep API contracts in sync, ship safely.

Authorananddtyagi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps ensure OpenAPI/Swagger and GraphQL schemas stay aligned with real implementations, detecting gaps, mismatches, and breaking changes to prevent integration headaches.

Core Features & Use Cases

  • Spec validation: Validate OpenAPI/Swagger and GraphQL schemas for correctness and completeness.
  • Implementation matching: Detect endpoints documented but not implemented, and endpoints implemented but not documented.
  • Code generation & migrations: Generate TypeScript types or client code from specs and provide migration guidance for breaking vs non-breaking changes.

Quick Start

Run the validator on your spec files (e.g., openapi.yaml or schema.graphql) and generate a compatibility report to review changes and required actions.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: API Contract Sync Manager
Download link: https://github.com/ananddtyagi/cc-marketplace/archive/main.zip#api-contract-sync-manager

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository