Claude Agent Sdk Skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Claude Agent Sdk Skill (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Expert guidance for building production AI agents with the Claude Agent SDK — split into Python and TypeScript skills so you only load what you need.
| Skill | Language | Covers |
|---|---|---|
claude-agent-sdk-python | Python | query(), ClaudeSDKClient, ClaudeAgentOptions, @tool, subagents, hooks, MCP, sessions |
claude-agent-sdk-typescript | TypeScript | query(), ClaudeSDKClient, allowedTools, createSdkMcpServer, subagents, hooks, MCP, sessions |
npx skills add (works with Claude Code, Cursor, OpenCode, Kiro)# Install both skills
npx skills add waltersumbon/claude-agent-sdk-skill
# Install only the Python skill
npx skills add waltersumbon/claude-agent-sdk-skill --skill claude-agent-sdk-python
# Install only the TypeScript skill
npx skills add waltersumbon/claude-agent-sdk-skill --skill claude-agent-sdk-typescript# Install both
/plugin marketplace add waltersumbon/claude-agent-sdk-skill
# List available skills
/plugin marketplace add waltersumbon/claude-agent-sdk-skill --listCopy the desired skill folder into your skills directory:
# Python skill — project-level
cp -r skills/claude-agent-sdk-python .claude/skills/
# TypeScript skill — user-level (available in all projects)
cp -r skills/claude-agent-sdk-typescript ~/.claude/skills/Download the individual skill ZIP from the Releases page and upload it via Settings → Skills in claude.ai.
claude-agent-sdk-skill/
├── .claude-plugin/
│ └── marketplace.json # Registers both skills for marketplace
├── skills/
│ ├── claude-agent-sdk-python/ # Python SDK skill
│ │ ├── SKILL.md
│ │ └── references/
│ │ └── troubleshooting.md
│ └── claude-agent-sdk-typescript/ # TypeScript SDK skill
│ ├── SKILL.md
│ └── references/
│ └── troubleshooting.md
├── LICENSE
└── README.mdEach skill provides complete, production-ready guidance for its language:
query() (stateless) vs ClaudeSDKClient (stateful)ClaudeAgentOptions field with types and descriptions@tool / createSdkMcpServer) for in-process toolsAgentDefinition with factory patternsPreToolUse / PostToolUse lifecycle callbacks for safety and auditingsetting_sources / settingSources configurationsession_id~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.