agent-sdk-dev

agent-sdk-dev is a skill for Claude Code, Codex from SummerSec/SumSec-Skills. It costs 49 tokens per session (301 once invoked), scanned A, original, Apache-2.0.

A development and review guide for applications built with the Claude Agent SDK, a library for creating programs that use Claude as an agent. It covers Python and TypeScript projects.

In plain words
What is it for?
Use it to scaffold a new SDK app, review an existing app, check package and TypeScript settings, or verify Python and TypeScript implementations.
Why use it?
It helps catch setup, dependency, configuration, documentation, and SDK-usage problems before testing or deployment.

Skill for Claude CodeCodex

Part of the agent-sdk-dev plugin — 1 skill, 1 command, 2 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/summersec/sumsec-skills/agent-sdk-dev
Any agent
npx skills add SummerSec/SumSec-Skills --skill agent-sdk-dev
Clone the repo
git clone --depth 1 https://github.com/SummerSec/SumSec-Skills

Made for: Claude Code, Codex.

Or install agent-sdk-dev, the plugin that ships this one along with the rest of its 1 skill, 1 command, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agent-sdk-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/summersec/sumsec-skills/agent-sdk-dev.svg)](https://agentmods.dev/skills/summersec/sumsec-skills/agent-sdk-dev)
Your own site
<a href="https://agentmods.dev/skills/summersec/sumsec-skills/agent-sdk-dev"><img src="https://agentmods.dev/badge/skills/summersec/sumsec-skills/agent-sdk-dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 301 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00049 $0.00301
Opus 5 $0.00024 $0.00151
Sonnet 5 $0.00010 $0.00060
Haiku 4.5 $0.00005 $0.00030

Measured 4d ago against content hash 0417b6e78919, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agent-sdk-dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents-dev/skills/agent-sdk-dev/SKILL.md · 24 lines

What it actually says

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.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.

Workflow

  1. Read README.md to understand the available workflow and expected output.
  2. For new app creation requests, read commands/new-sdk-app.md and adapt the flow to the user's environment.
  3. For Python verification requests, read agents/agent-sdk-verifier-py.md and apply its checklist.
  4. For TypeScript verification requests, read agents/agent-sdk-verifier-ts.md and apply its checklist.
  5. 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.

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 24 lines · 49 tokens per session scan A 0417b6e78919

Subscribe to this mod's changes

agent-sdk-dev is a skill published in the GitHub repository SummerSec/SumSec-Skills (8 stars, last pushed 19d ago), licensed Apache-2.0. It adds 49 tokens to every session and 301 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

dsh-web-pre-push-checks

Use before pushing, opening or updating a pull request, or claiming dsh-web checks pass. Selects the required repository gates and diff-specific generation, build, and GUI evidence.

zhu1090093659/dsh-web · 45 tokens

dsh-web-documentation

Use when adding or editing dsh-web README files, docs, AGENTS.md instructions, user-facing configuration text, or bilingual documentation pairs.

zhu1090093659/dsh-web · 34 tokens

dsh-sdk-upgrade

Safely select and install a compatible official @deepseek-ai SDK release for dsh plugin projects (dsh-web, dsh-trading, and similar monorepos) from npm using an isolated worktree, explicit cohort review, CI-equivalent validation, and controlled rollout — including syncing the project's declared DSH host-version floor…

zhu1090093659/dsh-web · 176 tokens

dsh-web-sdk-compatibility

Adapt and repair dsh-web after an approved official @deepseek-ai SDK/runtime cohort is selected or installed. Compare public API, type, service-injection, module-table, protocol, and behavior changes; map every change to repository consumers; implement the smallest fixes and durable compatibility contracts; handle…

zhu1090093659/dsh-web · 107 tokens

ov-experience-memory

Retrieve and apply OpenViking Experience memories through the Agent runtime's generic OpenViking search and read tools. Use before or during executable, multi-step, or tool-based work such as coding, file or data changes, configuration, deployment, workflow execution, and failure recovery when prior operational…

volcengine/OpenViking · 78 tokens

dsh-doc-site-sync

Use when publishing, updating, moving, or removing DeepSeek Harness documentation website pages; editing website/docs.ts mappings or navigation; diagnosing a page missing from the VitePress site; fixing projected documentation links; or running the docs:dev, docs:check, and doc-sync workflow after website-content…

whitelonng/dshcode · 67 tokens