idd-spec-audit

idd-spec-audit is a skill for Claude Code from kurone-kito/idd-skill. It costs 100 tokens per session (2,165 once invoked), scanned A, original, MIT.

A repository-only audit guide for checking whether an IDD instruction set is consistent, complete, and free of leaked context. IDD is a documented process for turning requests into controlled development work.

In plain words
What is it for?
Use it when auditing the IDD source repository and its instruction files for semantic or documentation problems.
Why use it?
It finds contradictions, missing instructions, stale wording, and automation obstacles that can make the process unreliable.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Good fit Use it when auditing the IDD source repository and its instruction files for semantic or documentation problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kurone-kito/idd-skill/idd-spec-audit
Install

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.

Any agent
npx skills add kurone-kito/idd-skill --skill idd-spec-audit
Clone the repo
git clone --depth 1 https://github.com/kurone-kito/idd-skill

Made for: Claude Code.

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 idd-spec-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/kurone-kito/idd-skill/idd-spec-audit/github.svg)](https://agentmods.dev/skills/kurone-kito/idd-skill/idd-spec-audit)
Your own site
<a href="https://agentmods.dev/skills/kurone-kito/idd-skill/idd-spec-audit"><img src="https://agentmods.dev/badge/skills/kurone-kito/idd-skill/idd-spec-audit/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 idd-spec-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/kurone-kito/idd-skill/idd-spec-audit"><img src="https://agentmods.dev/badge/skills/kurone-kito/idd-skill/idd-spec-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 100 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,165 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.00100 $0.02165
Opus 5 $0.00050 $0.01082
Sonnet 5 $0.00020 $0.00433
Haiku 4.5 $0.00010 $0.00216

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

Security

Grade A, and why

idd-spec-audit 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 9d 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.

.claude/skills/idd-spec-audit/SKILL.md · 182 lines

How it starts

The opening of the file, as written. The whole thing — 182 lines — stays where its author put it; the contents beside it link to each section on GitHub.

IDD Spec Audit

Status

Dogfood-only. This skill lives at .claude/skills/idd-spec-audit/ in the kurone-kito/idd-skill source repository only. It has no canonical skills/ source and is not an audit/sync-manifest.json syncPairs/fileSets entry, unlike .claude/skills/issue-authoring/ (which mirrors skills/issue-authoring/) — there is nothing to distribute to adopter repositories yet. See Promotion checkpoint below.

scripts/audit-docs.mjs catches byte-level drift — sync-pair mismatches, budgets, config-vs-instruction agreement — but not semantic drift: prose that contradicts a sibling file, leaked session context, passages that are not completable from a cold read, or wording that stalls an autonomous step. This skill runs that check as N parallel LLM read passes, adapted from mew-ton/soloscrum's define-pr-lifecycle audit model.

Scope

  • Audit targets (findings may cite these): .github/instructions/**/*.md (including lite/), skills/issue-authoring/**/*.md, CLAUDE.md, and .github/copilot-instructions.md. Audit these files even though .github/instructions/** is itself the generated target side of an audit/sync-manifest.json sync pair (mirrored from idd-template/) — this skill audits the corpus a worker session actually reads, not the idd-template/ source, so being a sync target never exempts a file here.
  • Reference-only inputs (read for R2/R4, never a finding target): docs/idd-concept-ownership.md (R2's closed concept-index seed) and docs/idd-autonomy-contract.md (R4's reversible/irreversible source of truth). Both are read in full every pass.
  • Out of scope as an audit target / finding source: .claude/** (this skill never audits itself — no finding ever cites a file under .claude/**, though the skill necessarily reads its own bundle, this SKILL.md and references/report-template.md, to run at all) and every other file under docs/** besides the two reference-only inputs above (summary docs rely on the files they cite by design, so they are not audited as if they were the primary spec; a docs/idd-*.md mirror's own drift is audit-docs.mjs's job, checked against its idd-template/docs/ source, not this skill's).

Read the full file on GitHub · 182 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 182 lines · 100 tokens per session scan A e74b29a7628e

Subscribe to this mod's changes

idd-spec-audit is a skill published in the GitHub repository kurone-kito/idd-skill (11 stars, last pushed yesterday), licensed MIT. It adds 100 tokens to every session and 2,165 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.