If you're tired of writing curl commands with nested JSON-RPC payloads every time Claude Code needs to talk to an MCP server, this generates typed TypeScript SDKs that wrap those calls into clean functions. You copy the bundled templates into your project's scripts/sdk directory, run the generation workflow, and suddenly your agent interactions look like normal code instead of verbose API gymnastics. It's specifically built for the Claude Code use case, so don't expect a general-purpose SDK generator. The security audits are mixed (failed Gen Agent Trust Hub, passed Socket, warning from Snyk), so review what it's doing before running it in sensitive projects.
npx skills add https://github.com/jezweb/claude-skills --skill ts-agent-sdk