mesherymesheryOfficialยท3 Agent Skills Included

schemas

OpenAPI schema authoring, validation, and code generation workflows

Creates and audits OpenAPI schemas that drive Go struct, TypeScript type, and RTK Query client generation across the Meshery platform. Enforces naming, casing, and dual-schema rules automatically, eliminating inconsistent API contracts and broken downstream code. Automates PR iteration, CI failure fixes, and release publishing so schema changes ship faster with fewer manual steps.
npx skills add meshery/schemas --all -g -y
Available:

Instructs your AI agent on the repository's schema design rules, casing conventions, build commands, and which CLI utilities to use when authoring or validating schemas.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’