Agent SDK Dev

Development kit for working with the Claude Agent SDK

Play video

A comprehensive development kit for building Claude Agent SDK applications in TypeScript and Python. This plugin streamlines the entire lifecycle of Agent SDK development, from initial project scaffolding to verification against best practices.

Key features include an interactive project creation command that guides you through setup, automatically installs the latest SDK version, configures environment files, and creates working examples tailored to your use case. The plugin also includes verification agents that thoroughly check your application for correct SDK usage patterns, type safety, security practices, and documentation completeness.

How to use: Run /new-sdk-app to create a new Agent SDK project with interactive prompts for language choice (TypeScript/Python), project name, agent type, and starting point. After development, ask Claude to "Verify my Agent SDK application" to run comprehensive checks and receive a detailed report with recommendations.

The verification agents check SDK installation, environment setup, correct usage patterns, type safety (TypeScript), import structures, error handling, and documentation — providing an overall status of PASS, PASS WITH WARNINGS, or FAIL along with specific recommendations referencing official SDK documentation.