agent-sdk-wizard

agent-sdk-wizard is a skill for Claude Code from JairoTorregrosa/jaiskills. It costs 185 tokens per session (3,055 once invoked), scanned A, original, MIT.

A guided builder for Claude Agent SDK programs, asking nine questions one at a time before generating and running the agent. The Claude Agent SDK is a toolkit for creating software agents that use Claude.

In plain words
What is it for?
Creating a new Claude Agent SDK agent through a question-by-question setup, then generating and running its code.
Why use it?
It helps people choose SDK settings without needing to know all of the available options in advance, while separating agent creation from troubleshooting or unrelated APIs.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; names the AskUserQuestion tool; mentions Claude Code.

Part of the jaiskills plugin — 12 skills, 13 commands, 4 agents, 2 hooks, 1 MCP server shipped together

Good fit Creating a new Claude Agent SDK agent through a question-by-question setup, then generating and running its code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jairotorregrosa/jaiskills/agent-sdk-wizard
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.

Any agent
npx skills add JairoTorregrosa/jaiskills --skill agent-sdk-wizard
Clone the repo
git clone --depth 1 https://github.com/JairoTorregrosa/jaiskills

Made for: Claude Code.

Or install jaiskills, the plugin that ships this one along with the rest of its 12 skills, 13 commands, 4 agents, 2 hooks, 1 MCP server.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jairotorregrosa/jaiskills/agent-sdk-wizard/github.svg)](https://agentmods.dev/skills/jairotorregrosa/jaiskills/agent-sdk-wizard)
Your own site
<a href="https://agentmods.dev/skills/jairotorregrosa/jaiskills/agent-sdk-wizard"><img src="https://agentmods.dev/badge/skills/jairotorregrosa/jaiskills/agent-sdk-wizard/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agent-sdk-wizard

Your own site · 80×15
<a href="https://agentmods.dev/skills/jairotorregrosa/jaiskills/agent-sdk-wizard"><img src="https://agentmods.dev/badge/skills/jairotorregrosa/jaiskills/agent-sdk-wizard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 185 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,055 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00185 $0.03055
Opus 5 $0.00093 $0.01528
Sonnet 5 $0.00037 $0.00611
Haiku 4.5 $0.00018 $0.00305

Measured 5d ago against content hash 64b76e84d6e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

agent-sdk-wizard 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 5d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (templates/hooks.py, templates/hooks.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/agents/agent-sdk-wizard/SKILL.md · 178 lines

How it starts

The opening of the file, as written. The whole thing — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.

agent-sdk-wizard — 9 illustrated questions → a running agent

The user knows what they want the agent to do. They do not know which of the ~65 SDK options does it. This skill closes that gap by asking, not explaining: nine questions, each with a drawing of what changes, then it writes the agent and runs it.

Decision table — is this the right skill?

The user says Do
"quiero hacer un agente", "build me an agent", "agente con el SDK" This wizard. Start at step 1.
"explícame el Agent SDK", "¿qué es un hook?" Answer directly. Point at references/glosario.md. No wizard.
"arregla mi agente", "¿por qué falla esto?" Read their code. Use references/errores.md. No wizard.
"quiero usar la Messages API / Managed Agents" Different product. Say so in one line and stop — this wizard only builds Agent SDK agents.
"agrégale un hook a mi agente" (agent already exists) Just that step. Read references/opciones-sdk.md for the exact code, edit their file.

Hard rules

These are not suggestions. Breaking one breaks the wizard.

  1. One AskUserQuestion call per step. One question per call. Never two questions in the same call — preview only renders on single-answer questions.
  2. Never multiSelect: true. It kills the previews.
  3. Every option carries a preview, copied from references/previews.md. No exceptions, including the sub-questions.
  4. The recommended option goes first, with (Recomendado) appended to its label ((Recommended) if the user writes in English).
  5. header ≤ 12 characters. The headers below already comply.
  6. 2–4 options per question. The UI adds "Other" by itself — never write your own.
  7. Do not advance without an answer. After each answer, write one line confirming the decision, then ask the next question. Example: Listo: Python. Ahora, ¿qué tiene que lograr?
  8. Language follows the user. SKILL.md and the references are English; every question, preview label, comment and generated README comes out in the language the user writes in. Spanish is the default for this audience.
  9. Never use the "explain like I am five" framing — not that phrase, not its Spanish translation, not any variant of it, anywhere the user can see. Explain like you would to a smart person who has not seen this before: one concrete analogy, one drawing.
  10. Never invent an API name. Every option maps to exact code in references/opciones-sdk.md, verified against TS SDK 0.3.251 / Python SDK 0.2.148 / Claude Code 2.1.251. If it is not in that file, do not write it.

Read the full file on GitHub · 178 lines

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. 5d ago First seen · 178 lines · 185 tokens per session scan A 64b76e84d6e7

Subscribe to this mod's changes

agent-sdk-wizard is a skill published in the GitHub repository JairoTorregrosa/jaiskills (5 stars, last pushed 10d ago), licensed MIT. It adds 185 tokens to every session and 3,055 once invoked, about $0.0009 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-09-05.

Related

Other skills, from other repositories

swarmclaw

AI agent runtime and multi-agent orchestration platform. Teaches agents how to use SwarmClaw's 6 primitive tools, persistent memory, dreaming, delegation, connectors, credentials, and the skill system. Use when an agent is running on SwarmClaw and needs to understand the platform's capabilities.

swarmclawai/swarmclaw · 67 tokens

eliza

Skill "eliza" from aomi-labs/skills, covering elizaos, what you probably got wrong, installation, cli (recommended for new projects) and from source (contributor workflow).

aomi-labs/skills · 51 tokens

update-harness

Update an existing Claude Code harness — check for outdated components, duplication with official features, missing patterns, and improvement opportunities, then apply approved changes. Use whenever: 'update harness', 'update my harness', 'is my harness up to date', 'harness outdated', 'optimize harness', 'check my…

bzantium/meta-harness · 112 tokens

agent-orchestrator

Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.

lingxling/awesome-skills-cn · 41 tokens

create-harness

Generate a complete, project-specific Claude Code harness — agents, skills, hooks, CLAUDE.md rules — tailored to any codebase. Use whenever someone says 'create a harness', 'set up agents for this project', 'configure Claude Code', 'build an agent team', 'make this project AI-ready', 'harness this project', or any…

bzantium/meta-harness · 117 tokens

help

Get oriented with the solopreneur plugin — see your AI team, check project status, and get suggestions for what to do next. Use when you're getting started or need a refresher.

pcatattacks/solopreneur-plugin · 41 tokens