If you're building REST APIs and need to generate or maintain OpenAPI 3.1 specs, this handles both the design-first and code-first workflows. It covers the full cycle: writing specs from scratch, extracting them from existing implementations, validating your API against the contract, and even prepping for SDK generation. The implementation playbook has concrete patterns you can follow. It's community sourced, so quality may vary, but the scope is clear and focused. Most useful when you're setting up new API docs or trying to enforce contract compliance across teams. Not a replacement for actually testing your API, just a solid starting point for the spec work.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill openapi-spec-generation