Getting it into your agent
There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.
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.
[](https://agentmods.dev/instructions/kurone-kito/idd-skill/idd-ci)<a href="https://agentmods.dev/instructions/kurone-kito/idd-skill/idd-ci"><img src="https://agentmods.dev/badge/instructions/kurone-kito/idd-skill/idd-ci.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.04850 | $0.04850 |
| Opus 5 | $0.02425 | $0.02425 |
| Sonnet 5 | $0.00970 | $0.00970 |
| Haiku 4.5 | $0.00485 | $0.00485 |
Grade C, and why
idd-skill idd-ci.instructions.md scanned grade C with 1 finding 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 today.
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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- idd-generated-from: idd-template/.github/instructions/idd-ci.instructions.md Generated by sync-docs. Edit the source above, then run `node scripts/sync-docs.mjs --apply`; do not edit this file. --> How it starts
The opening of the file, as written. The whole thing — 377 lines — stays where its author put it; the contents beside it link to each section on GitHub.
IDD — CI Polling (Shared Helper)
Read this file when you need to wait for CI after a push. Callers define their own on-success target before invoking this algorithm.
The shared CI wait defaults are listed in
IDD policy constants. Resolve via
.github/idd/config.json ciWait.runningTimeout,
ciWait.generationTimeout, and ciWait.rerunPolicy when present and
valid; otherwise keep the distributed defaults (PT30M, PT10M,
rerun-once).
When helper support is installed, use the profile-selected ci-wait policy helper command as the canonical read-only policy resolver.
# source repo / vendored-node profile
node scripts/ci-wait-policy.mjs
# package-manager / ephemeral-npx profile
<profile-selected-ci-wait-policy-command>
Prefer --run-id <run-id> (from run_attempt; mirrors
rerun-advisory-convergence.mts) to --rerun-count <count>. Resolve
<profile-selected-ci-wait-policy-command> from
docs/idd-helper-scripts.md. Do not hardcode
node scripts/ci-wait-policy.mjs for profiles that don't vendor
scripts/.
Shared policy keys
ciWait.runningTimeout: max time polling a running required check before stalled-run recovery begins. Default:PT30M(30 min).ciWait.generationTimeout: max time to wait for required checks to appear at all. Default:PT10M(10 min).ciWait.rerunPolicy: rerun budget for infra/stalled CI recovery. Default:rerun-once— the first eligible infra/stalled route reruns exactly once, the next recurrence holds.hold— never auto-rerun; post a hold at the first eligible route.
Inputs
Before polling, collect:
- PR number and current PR head SHA.
- The required-check set for the target base branch.
- Current check/run statuses for the same head SHA.
Use GitHub server timestamps and states only.
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.
- today Changed · +23 lines · +416 tokens per session f606d1a26711
- 6d ago First seen · 354 lines · 4,434 tokens per session scan C 8327866c5644
idd-skill idd-ci.instructions.md is an instructions file published in the GitHub repository kurone-kito/idd-skill (11 stars, last pushed yesterday), licensed MIT. It adds 4,850 tokens to every session, about $0.0243 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
GRC-Mapping-Analyst GEMINI.md
Gemini CLI instructions for austinsonger/GRC-Mapping-Analyst, covering strm mapping — gemini cli context, purpose of this repository, when to perform strm mapping, working directory and saving completed mappings.
GRC-Mapping-Analyst AGENTS.md
AGENTS.md instructions for austinsonger/GRC-Mapping-Analyst, covering strm mapping — agent instructions, repository purpose, project constraints (apply to all work), activating the strm skill (codex) and strm methodology quick reference.
GRC-Mapping-Analyst copilot-instructions.md
Copilot instructions for austinsonger/GRC-Mapping-Analyst, covering github copilot instructions — strm mapping repository, core concepts, output files, file naming convention and strength score formula.
supergraph AGENTS.md
AGENTS.md instructions for datit309/supergraph, covering supergraph — mandatory workflows, skills, auto language detection, tiered workflow — pick the right tier first and full pipeline (tier 3).
mobile-ai-agents CLAUDE.md
Claude Code instructions for salmanashraf/mobile-ai-agents, covering claude.md — mobile ai agents, what this repo is, quick start, install everything and install by platform.
dining-places-skill AGENTS.md
AGENTS.md instructions for ddalgrande/dining-places-skill, covering agents.md, how to use it, by agent capability, the one command and ground rules.