From agents-dev
Use when creating, reviewing, or verifying Claude Agent SDK applications in Python or TypeScript, including new SDK app scaffolding guidance, SDK setup checks, verifier-agent style reviews, dependency/version checks, and best-practice audits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agents-dev:agent-sdk-devThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for Claude Agent SDK application development and verification. This directory mirrors the upstream Agent SDK Development plugin, including:
Use this skill for Claude Agent SDK application development and verification. This directory mirrors the upstream Agent SDK Development plugin, including:
README.md for the full workflow and troubleshooting guide.commands/new-sdk-app.md for the interactive app creation flow.agents/agent-sdk-verifier-py.md for Python application verification criteria.agents/agent-sdk-verifier-ts.md for TypeScript application verification criteria.README.md to understand the available workflow and expected output.commands/new-sdk-app.md and adapt the flow to the user's environment.agents/agent-sdk-verifier-py.md and apply its checklist.agents/agent-sdk-verifier-ts.md and apply its checklist.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.
npx claudepluginhub summersec/sumsec-skills --plugin agents-devCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.