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.
curl -O https://raw.githubusercontent.com/KazukiShinomiya/sdd-starter/main/.agents/skills/implement/SKILL.mdgit clone --depth 1 https://github.com/KazukiShinomiya/sdd-starterWrote 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/kazukishinomiya/sdd-starter/implement)<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>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.00040 | $0.00085 |
| Opus 5 | $0.00020 | $0.00043 |
| Sonnet 5 | $0.00008 | $0.00017 |
| Haiku 4.5 | $0.00004 | $0.00009 |
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.
What it actually says
prompts/implement.md を読み、その手順に厳密に従って実行せよ。
ユーザーが指定した対象・内容を入力として扱う。
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.
- 7d ago First seen · 7 lines · 40 tokens per session scan A 6d492f70cf8a
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.
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.
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.
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.
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.
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.
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.