generating-api-sdks

|

Content Preview
---
name: generating-api-sdks
description: |
  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".
  
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:sdk-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Generating API SDKs

## Overview

How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/generating-api-sdks.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/api-sdk-generator/skills/generating-api-sdks/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

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

Then reference at plugins/api-development/api-sdk-generator/skills/generating-api-sdks/SKILL.md

Related Skills