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 agentmods add skills/idosreisjunior/sdd-claude-kit/implementnpx skills add idosreisjunior/sdd-claude-kit --skill implementgit clone --depth 1 https://github.com/idosreisjunior/sdd-claude-kitWrote 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/idosreisjunior/sdd-claude-kit/implement)<a href="https://agentmods.dev/skills/idosreisjunior/sdd-claude-kit/implement"><img src="https://agentmods.dev/badge/skills/idosreisjunior/sdd-claude-kit/implement.svg" alt="Measured on agentmods" 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 | $0.00104 | $0.01526 |
| Opus 5 | $0.00052 | $0.00763 |
| Sonnet 5 | $0.00021 | $0.00305 |
| Haiku 4.5 | $0.00010 | $0.00153 |
Grade A, and why
implement 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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/sdd-kit:implement — implementar uma tarefa
Executa uma tarefa aprovada e mantém verdadeiros o plano e a rastreabilidade. É a primeira skill do framework com efeito colateral irreversível — por isso os portões vêm antes de qualquer escrita.
Por que esta skill NÃO é autoinvocável
disable-model-invocation: true porque implement altera código e depende de uma aprovação humana válida (Art. 3). Invocá-la sozinha seria implementar sem o ato que a autoriza. Ver ADR-008.
Modo de governança
Leia workflow.mode de .specs/config.yaml antes de agir.
| Modo | Comportamento desta skill |
|---|---|
advisory |
Informa a tarefa selecionada e os portões; nunca bloqueia — mas respeita require_approval |
guided (padrão) |
Pede confirmação da tarefa selecionada antes de executar |
strict |
Ainda não implementado na Fase 1. Informe isso ao usuário e opere como guided |
Nunca finja um bloqueio que não existe. Dizer que o modo strict impediu algo, quando ele não está implementado, é pior que não ter o modo — cria confiança em uma proteção ausente.
Arquivos que esta skill lê
| Quando | O quê |
|---|---|
| Sempre | .specs/config.yaml — modo, require_approval e require_tests |
| Sempre | <dir-da-mudança>/status.yaml — estado, approval e contadores |
| Sempre | <dir-da-mudança>/tasks.md — o plano e as dependências |
| Sempre | <dir-da-mudança>/spec.md — para recalcular o hash da revisão aprovada |
| Se existir | <dir-da-mudança>/design.md e traceability.yaml — o design da tarefa e a matriz |
Escreve apenas nos arquivos declarados na tarefa selecionada. Sair disso exige justificativa explícita (Art. 4 e Art. 5).
Procedimento
Portões — todos ANTES da primeira escrita
-
Aprovação exigida. Com
require_approval: trueeapproval: null, recuse: informe que a configuração exige aprovação e não altere nenhum arquivo de código (SCN-SWC-012). Sugira/sdd-kit:approve. -
Aprovação vencida. Recalcule o SHA-256 de
spec.mde compare comapproval.revision. Se divergir, a spec mudou depois da aprovação: reporte a aprovação como vencida e recuse avançar. Não regrida o estado por conta própria — reescrever o histórico sem decisão humana é o que o ADR-013 proíbe (SCN-SWC-020).
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 · 94 lines · 104 tokens per session scan A d2ec927ca4f2
implement is a skill published in the GitHub repository idosreisjunior/sdd-claude-kit (11 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 104 tokens to every session and 1,526 once invoked, about $0.0005 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-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…