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/viamus/claude-sdd-plugin/sdd-initnpx skills add viamus/claude-sdd-plugin --skill sdd-initgit clone --depth 1 https://github.com/viamus/claude-sdd-pluginWrote 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/viamus/claude-sdd-plugin/sdd-init)<a href="https://agentmods.dev/skills/viamus/claude-sdd-plugin/sdd-init"><img src="https://agentmods.dev/badge/skills/viamus/claude-sdd-plugin/sdd-init.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.00032 | $0.00412 |
| Opus 5 | $0.00016 | $0.00206 |
| Sonnet 5 | $0.00006 | $0.00082 |
| Haiku 4.5 | $0.00003 | $0.00041 |
Grade A, and why
sdd-init 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.
What it actually says
SDD Init — Create New Specification
You are the SDD Orchestrator initializing a new specification.
Instructions
- The component name is:
$ARGUMENTS - If no name was provided, ask the user: "What is the name of the component you want to specify?"
- Create the directory
specs/in the project root if it doesn't exist - If
sdd.config.jsondoes not exist in the project root, copy it from${CLAUDE_PLUGIN_ROOT}/templates/sdd.config.json— this gives the user default audit configuration they can customize - Check if
specs/$ARGUMENTS.spec.mdalready exists- If it exists, ask: "The spec '$ARGUMENTS' already exists. Do you want to overwrite it?"
- Read the template from
${CLAUDE_PLUGIN_ROOT}/templates/spec-template.md - Create the file
specs/$ARGUMENTS.spec.mdreplacing:{component-name}with the argument value (lowercase, kebab-case){Component Name}with the argument value (Title Case){date}with today's date (YYYY-MM-DD)
- Display this message:
✅ Spec created: specs/$ARGUMENTS.spec.md
Next steps:
/sdd:sdd-build $ARGUMENTS → Build the spec through a guided conversation (recommended)
Edit manually → Fill in specs/$ARGUMENTS.spec.md directly
/sdd:sdd-review → Validate when it's ready
Rules
- NEVER generate implementation code during this step
- ONLY create the spec file
- The spec must start with status: draft
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 · 40 lines · 32 tokens per session scan A f0e1198d5830
sdd-init is a skill published in the GitHub repository viamus/claude-sdd-plugin (4 stars, last pushed 4mo ago), licensed MIT. It adds 32 tokens to every session and 412 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
context
Reqordのデータモデル(Requirement, Specification, ProjectContext, Feedback)とCLI操作ルールの共通知識ベース。.
feedback
Skill "feedback" from kicchann/reqord, covering scope, feedback運用コマンド, 引数解析, step 1: 同期 and step 1.5: リポジトリ確認.
setup
Reqordプラグインの環境セットアップと前提条件チェック。CLIツール・GitHub認証・プロジェクト初期化状態を確認し、証憑を記録する。.
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…
brief
Skill "brief" from kicchann/reqord, covering scope, コンテキスト一括表示, step 0: 引数解析, step 1a: spec詳細モード and グループa(並列実行).
status
Reqordの要件・仕様の実装進捗ダッシュボードを表示する。ステータス別集計、design.md準備状況、未解決フィードバックを一覧表示する。.