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.
npx skills add JairoTorregrosa/jaiskills --skill agent-sdk-wizardgit clone --depth 1 https://github.com/JairoTorregrosa/jaiskillsWrote 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.
[](https://agentmods.dev/skills/jairotorregrosa/jaiskills/agent-sdk-wizard)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- One
AskUserQuestioncall per step. One question per call. Never two questions in the same call —previewonly renders on single-answer questions. - Never
multiSelect: true. It kills the previews. - Every option carries a
preview, copied fromreferences/previews.md. No exceptions, including the sub-questions. - The recommended option goes first, with
(Recomendado)appended to its label ((Recommended)if the user writes in English). header≤ 12 characters. The headers below already comply.- 2–4 options per question. The UI adds "Other" by itself — never write your own.
- 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? - Language follows the user.
SKILL.mdand 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. - 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.
- 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.
What ships with it
15 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.
- references/arquetipos.md 4.1 KB
- references/errores.md 6.9 KB
- references/glosario.md 7.1 KB
- references/opciones-sdk.md 17 KB
- references/previews.md 23 KB
- templates/agente.py.tmpl 8.4 KB
- templates/agente.ts.tmpl 9.2 KB
- templates/decisiones.md.tmpl 3.5 KB
- templates/hooks.py 5.2 KB runs code
- templates/hooks.ts 4.5 KB runs code
- templates/package.json 583 B
- templates/pyproject.toml 407 B
- templates/README.md.tmpl 3.7 KB
- templates/skill.md.tmpl 1.8 KB
- templates/ventas.csv 810 B
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.
- 5d ago First seen · 178 lines · 185 tokens per session scan A 64b76e84d6e7
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.
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.
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).
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…
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.
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…
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.