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/10cg/aria-plugin/tdd-enforcernpx skills add 10CG/aria-plugin --skill tdd-enforcergit clone --depth 1 https://github.com/10CG/aria-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/10cg/aria-plugin/tdd-enforcer)<a href="https://agentmods.dev/skills/10cg/aria-plugin/tdd-enforcer"><img src="https://agentmods.dev/badge/skills/10cg/aria-plugin/tdd-enforcer.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 | $0.00080 | $0.03779 |
| Opus 5 | $0.00040 | $0.01889 |
| Sonnet 5 | $0.00016 | $0.00756 |
| Haiku 4.5 | $0.00008 | $0.00378 |
Grade A, and why
tdd-enforcer 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 4d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
28 files 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.
- CHANGELOG.md 2.7 KB
- EXAMPLES.md 11 KB
- examples/config-examples/advisory.json 997 B
- examples/config-examples/README.md 2.3 KB
- examples/config-examples/strict.json 1.5 KB
- examples/config-examples/superpowers.json 2.2 KB
- examples/dart/.claude/tdd-config.json 382 B
- examples/dart/lib/calculator.dart 1.5 KB
- examples/dart/pubspec.yaml 172 B
- examples/dart/README.md 3.1 KB
- examples/dart/test/calculator_test.dart 4.1 KB
- examples/javascript/.claude/tdd-config.json 392 B
- examples/javascript/package.json 605 B
- examples/javascript/README.md 2.9 KB
- examples/javascript/src/calculator.js 1.5 KB runs code
- examples/javascript/tests/calculator.test.js 3.8 KB runs code
- examples/python/.claude/tdd-config.json 337 B
- examples/python/README.md 2.5 KB
- examples/python/src/__init__.py 26 B runs code
- examples/python/src/calculator.py 1.9 KB runs code
- examples/python/tests/conftest.py 487 B runs code
- examples/python/tests/test_calculator.py 3.5 KB runs code
- examples/README.md 3.9 KB
- references/green-phase-check.md 5.6 KB
- references/migration-guide.md 7.8 KB
- references/red-state-detection.md 5.4 KB
- references/strictness-levels.md 5.8 KB
- tdd-config-schema.json 9.6 KB
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.
- 4d ago First seen · 438 lines · 80 tokens per session scan A f2f0f4cc8309
tdd-enforcer is a skill published in the GitHub repository 10CG/aria-plugin (1 stars, last pushed 2d ago), with no licence file. It adds 80 tokens to every session and 3,779 once invoked, about $0.0004 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
testing-principles
Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.
tdd
Guides test-driven development — decomposes a feature or bug fix into testable behaviors, then runs Red-Green-Refactor cycles with a failing test before every implementation. Auto-detects specs from docs/specs/ or docs/jira/, creates a feature branch (optional worktree), commits per cycle, and pushes. Recommends…
auto-loop
TDD-based autonomous development loop with checkpoint recovery and observability changelog.
workflow
Run the complete 5-step development workflow: focus problem → prevent over-development → test-first (TDD) → document → smart commit. Use when starting a new feature, or when the user runs /workflow or asks for the full development flow.
atdd-team
Use to orchestrate a team-based ATDD workflow — six phases (spec writing, spec review, pipeline generation, implementation, refine, verify & harden) each handled by a fresh agent so no role erodes across a long-running feature. Triggers — "build a feature with a team", "use ATDD with agents", "create an ATDD team"…
plan-create
Create structured implementation plans for autonomous TDD development. Use for new features, multi-file changes, or anything requiring multiple steps or tests. Triggers on aspirational openers ("let's build", "let's start building", "I want to make", "I want an app that", "help me build"), capability lists ("users…