Agent SDK Development
Use this skill for Claude Agent SDK application development and verification. This directory mirrors the upstream Agent SDK Development plugin, including:
README.mdfor the full workflow and troubleshooting guide.commands/new-sdk-app.mdfor the interactive app creation flow.agents/agent-sdk-verifier-py.mdfor Python application verification criteria.agents/agent-sdk-verifier-ts.mdfor TypeScript application verification criteria.
Workflow
- Read
README.mdto understand the available workflow and expected output. - For new app creation requests, read
commands/new-sdk-app.mdand adapt the flow to the user's environment. - For Python verification requests, read
agents/agent-sdk-verifier-py.mdand apply its checklist. - For TypeScript verification requests, read
agents/agent-sdk-verifier-ts.mdand apply its checklist. - Report concrete setup issues, missing files, version/dependency concerns, and documentation gaps before giving general recommendations.
Do not claim that Codex slash commands or Claude subagents are directly available unless the current environment exposes them. Treat the bundled command and agent files as implementation guidance when running under Codex.