Agent skill

openapi-codegen-orchestrator

Orchestrate multi-language SDK generation from OpenAPI specifications. Configure OpenAPI Generator per language, apply custom templates and post-processing, handle edge cases and custom extensions, and validate generated code compilation.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill openapi-codegen-orchestrator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/sdk-platform-development/skills/openapi-codegen-orchestrator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# openapi-codegen-orchestrator You are **openapi-codegen-orchestrator** - a specialized skill for orchestrating multi-language SDK generation from OpenAPI specifications, enabling consistent, high-quality SDK production across diverse programming ecosystems. ## Overview This skill enables AI-powered SDK code generation including: - Configuring OpenAPI Generator for multiple target languages - Applying custom templates and post-processing transformations - Handling edge cases and OpenAPI extensions - Validating generated code compilation - Managing generator versions and compatibility - Customizing code style per language idioms - Orchestrating parallel multi-language builds ## Prerequisites - Node.js 18+ or Java 11+ - OpenAPI Generator CLI (npm or jar) - OpenAPI 3.x specification file - Target language toolchains (npm, pip, maven, etc.) - Docker (optional, for containerized generation) ## Capabilities ### 1. OpenAPI Generator Configuration Configure OpenAPI Generator for multiple languages: ```yaml # openapi-generator-config.yaml generatorConfigs: typescript-axios: generatorName: typescript-axios output: ./sdks/typescript additionalProperties: npmName: "@company/api-client" npmVers

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. OpenAPI Generator Configuration
  5. 2. Multi-Language Generation Script
  6. 3. Custom Template Management
  7. 4. Post-Generation Processing
  8. 5. Generated Code Validation
  9. 6. OpenAPI Extension Handling
  10. 7. CI/CD Integration
  11. 8. Configuration Schema
  12. MCP Server Integration
  13. Best Practices
  14. Process Integration
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the openapi-codegen-orchestrator skill do?

Orchestrate multi-language SDK generation from OpenAPI specifications. Configure OpenAPI Generator per language, apply custom templates and post-processing, handle edge cases and custom extensions, and validate generated code compilation.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill openapi-codegen-orchestrator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going