sdd-starter: Skill for Claude Code

.agents/skills/implement/SKILL.md

implement is a skill for Claude Code, Codex from KazukiShinomiya/sdd-starter. It costs 40 tokens per session (85 once invoked), scanned A, original, Unlicense.

An implementation tool that carries out tasks from a task list in dependency order, meaning prerequisites are handled before later work.

In plain words
What is it for?
Use it to implement the work described in tasks.md, one task at a time.
Why use it?
It reduces the need to decide manually which planned task to start next and keeps implementation aligned with the task plan.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is KazukiShinomiya/sdd-starter's own configuration. It tells Claude Code and Codex how to work on sdd-starter itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything sdd-starter configures →

Reuse

Borrowing it

Nothing to install: this file belongs to KazukiShinomiya/sdd-starter. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/KazukiShinomiya/sdd-starter/main/.agents/skills/implement/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/KazukiShinomiya/sdd-starter

Made for: Claude Code, Codex.

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 implement

README.md
[![agentmods](https://agentmods.dev/badge/skills/kazukishinomiya/sdd-starter/implement.svg)](https://agentmods.dev/skills/kazukishinomiya/sdd-starter/implement)
Your own site
<a href="https://agentmods.dev/skills/kazukishinomiya/sdd-starter/implement"><img src="https://agentmods.dev/badge/skills/kazukishinomiya/sdd-starter/implement.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 85 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.00040 $0.00085
Opus 5 $0.00020 $0.00043
Sonnet 5 $0.00008 $0.00017
Haiku 4.5 $0.00004 $0.00009

Measured 7d ago against content hash 6d492f70cf8a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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 7d 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/skills/implement/SKILL.md · 7 lines

What it actually says

prompts/implement.md を読み、その手順に厳密に従って実行せよ。 ユーザーが指定した対象・内容を入力として扱う。

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. 7d ago First seen · 7 lines · 40 tokens per session scan A 6d492f70cf8a

Subscribe to this mod's changes

implement is a skill published in the GitHub repository KazukiShinomiya/sdd-starter (1 stars, last pushed 1mo ago), licensed Unlicense. It adds 40 tokens to every session and 85 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

wechat-article-scraper

A batch tool for downloading WeChat public-account articles from their URLs as Markdown files. It also downloads the articles' images and links them locally.

lililly123789/wechat-article-scraper · 56 tokens

lesson

Produce or continue a deep-dive learning-track lesson (a focused mini-course on a hard subject the project needs), or review the user's track exercise work. Use when the user asks for the next lesson, help with a track exercise, or to start a new track.

ahamedzoha/atelier · 56 tokens

progress

Compare the repo's real state against the roadmap, acknowledge progress, log the session, and plan what's next. Use when the user asks where things stand, what to do next, returns after a break, or seems stuck or demotivated.

ahamedzoha/atelier · 51 tokens

adr-review

Review an ADR the user has written in docs/adr/. Use when the user says an ADR is ready for review or asks for feedback on a decision record. Never use this to write or rewrite an ADR for them.

ahamedzoha/atelier · 47 tokens

milestone

Produce the next guided build doc (six-part - Concept, ADR, Guided build, Challenges, Verify, Stretch). Use when the user asks to start a phase, begin a milestone, or wants the next build step.

ahamedzoha/atelier · 47 tokens

mode

Switch how much code the AI writes - between guided (you write all code), collab (split), and autopilot (AI writes it). Use when the user says "set mode to X", "switch to autopilot", "let me write it myself", "just build it for me", or asks what the modes are.

ahamedzoha/atelier · 69 tokens