plugins marketplace
← All plugins

api-sdk-generator

v1.22.0

Generate client SDKs from OpenAPI specs for multiple languages

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/api-sdk-generator/ inside the repository.

Layout

plugins/api-development/api-sdk-generator/
├── .claude-plugin/plugin.json
└── skills/generating-api-sdks/SKILL.md

Skills1

generating-api-sdksskills/generating-api-sdks/SKILL.md

Generate client SDKs in multiple languages from OpenAPI specifications. Use when generating client libraries for API consumption. Trigger with phrases like "generate SDK", "create client library", or "build API SDK".

Manifests1

plugins/api-development/api-sdk-generator/.claude-plugin/plugin.json
{
  "name": "api-sdk-generator",
  "version": "1.22.0",
  "description": "Generate client SDKs from OpenAPI specs for multiple languages",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "sdk",
    "client",
    "openapi",
    "codegen"
  ]
}