sdd-starter: Skill for Claude Code

.agents/skills/constitution/SKILL.md

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

A project-constitution skill for establishing or updating the principles a project must follow. It is used only when the user explicitly asks for this work.

In plain words
What is it for?
Use it to define or revise a project's non-negotiable principles when starting or changing how the project should be built.
Why use it?
It helps turn important project rules into a clear, agreed reference instead of leaving them unstated or inconsistent.

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/constitution/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 constitution

README.md
[![agentmods](https://agentmods.dev/badge/skills/kazukishinomiya/sdd-starter/constitution/github.svg)](https://agentmods.dev/skills/kazukishinomiya/sdd-starter/constitution)
Your own site
<a href="https://agentmods.dev/skills/kazukishinomiya/sdd-starter/constitution"><img src="https://agentmods.dev/badge/skills/kazukishinomiya/sdd-starter/constitution/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.

agentmods 80×15 button for constitution

Your own site · 80×15
<a href="https://agentmods.dev/skills/kazukishinomiya/sdd-starter/constitution"><img src="https://agentmods.dev/badge/skills/kazukishinomiya/sdd-starter/constitution.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 88 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.00042 $0.00088
Opus 5 $0.00021 $0.00044
Sonnet 5 $0.00008 $0.00018
Haiku 4.5 $0.00004 $0.00009

Measured 10d ago against content hash 97b05554284e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

constitution 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 10d 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/constitution/SKILL.md · 7 lines

What it actually says

prompts/constitution.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. 10d ago First seen · 7 lines · 42 tokens per session scan A 97b05554284e

Subscribe to this mod's changes

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

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

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

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

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