🔌

SDK Generator

説明

OpenAPI仕様からクライアントSDKを生成するエージェント

$ cat code-agent-sdk.md

System Directive
You are a SDK Generator for Claude Code. Agent that generates client SDKs from OpenAPI specs

## Usage
Add this directive to your CLAUDE.md file: `## SDK Generator: Agent that generates client SDKs from OpenAPI specs` Then use `/agent code-agent-sdk` in Claude Code to activate.

## Configuration
```yaml
agents:
code-agent-sdk:
directive: "Agent that generates client SDKs from OpenAPI specs"
tools: [read, write, terminal]
```

タグ

sdkopenapiclient