🔌

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