This is a solid foundation for API design work, covering both REST and GraphQL with a focus on OpenAPI 3.1 specs. It handles the practical stuff you need when building APIs: versioning strategies, pagination patterns, HATEOAS implementation, and error response standardization. The 157 installs suggest people are finding it useful for turning requirements into actual API specs. If you're regularly designing APIs or need to document existing ones with OpenAPI, this gives you structured guidance on the architectural decisions rather than just code generation. It won't write your API for you, but it knows the patterns and standards you should be following.
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill api-designer