schemas
OpenAPI schema authoring, validation, and code generation workflows
All Skills in This Repository (3)
Pure Emerald Level Indicatorsopenapi-schema-best-practices
Automates creation, audit, and maintenance of OpenAPI 3.0 YAML schemas using Meshery's Schema-Driven Development system.
create-openapi-schemas-from-golang-models
Generate OpenAPI schemas from Golang models in Layer5 Cloud.
meshery-schemas-release
Automate Meshery Schemas release with artifact generation and draft publishing.
Frequently Asked Questions
FAQPage SchemaHow to install Meshery Schemas skills?โผ
Run `npx skills add meshery/schemas --all -g -y` in your terminal to install all skills in this suite globally.
How to create OpenAPI schemas from Go models?โผ
The create-openapi-schemas-from-golang-models skill maps existing Golang structs into properly versioned OpenAPI YAML schemas with correct naming, tags, and payload patterns.
How to keep API schemas consistent across repos?โผ
The openapi-schema-best-practices skill audits schemas against Meshery's casing, pagination, and dual-schema rules so generated Go and TypeScript code stays consistent everywhere.
Can AI fix failing PR checks automatically?โผ
Yes. The iterate-pr skill fetches CI failures and review feedback, fixes the root cause, pushes updates, and loops until all checks pass.
Do these skills work with Claude Code and Codex?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Codex, OpenCode, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core