Normalizes API contracts across different specs and formats into a consistent structure. Use this when you're dealing with OpenAPI, Swagger, RAML, or API Blueprint files and need them in a unified format for tooling, documentation generation, or migration projects. It's the kind of utility that saves you from writing yet another parser when integrating with third-party APIs or consolidating microservices documentation. The name suggests it focuses purely on transformation rather than generation, so you're likely feeding it existing contracts rather than building new ones. Handy if you're building API gateways, developer portals, or just trying to wrangle inconsistent API definitions into something your CI pipeline can validate.
npx skills add https://github.com/patricio0312rev/skills --skill api-contract-normalizer