tdd

tdd is a skill for Claude Code, Codex from Praut-Startup-Support/AgenticDev. It costs 17 tokens per session (92 once invoked), scanned A, original, no licence file.

Test-driven development (TDD) guidance for behavior changes that can be specified through a stable public interface. TDD means writing a test for the intended behavior before or alongside the implementation.

In plain words
What is it for?
Use it when changing behavior behind a stable public interface and when tests can define the expected result.
Why use it?
It helps turn a behavior change into a clear, repeatable check at the part of the system users or other code actually call.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/praut-startup-support/agenticdev/tdd
Any agent
npx skills add Praut-Startup-Support/AgenticDev --skill tdd
Clone the repo
git clone --depth 1 https://github.com/Praut-Startup-Support/AgenticDev

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 tdd

README.md
[![agentmods](https://agentmods.dev/badge/skills/praut-startup-support/agenticdev/tdd.svg)](https://agentmods.dev/skills/praut-startup-support/agenticdev/tdd)
Your own site
<a href="https://agentmods.dev/skills/praut-startup-support/agenticdev/tdd"><img src="https://agentmods.dev/badge/skills/praut-startup-support/agenticdev/tdd.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 92 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00017 $0.00092
Opus 5 $0.00009 $0.00046
Sonnet 5 $0.00003 $0.00018
Haiku 4.5 $0.00002 $0.00009

Measured 3d ago against content hash 1f3124882090, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

tdd 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 3d 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.

workspace/_base/.agenticdev/skills/tdd/SKILL.md · 8 lines

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.

Read it on GitHub

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. 3d ago First seen · 8 lines · 17 tokens per session scan A 1f3124882090

Subscribe to this mod's changes

tdd is a skill published in the GitHub repository Praut-Startup-Support/AgenticDev (2 stars, last pushed 16d ago), with no licence file. It adds 17 tokens to every session and 92 once invoked, about $0.0001 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

tdd-test-engineer

Use for test-first development, regression tests, flaky test debugging, coverage gaps, test strategy, CI failures, or converting bugs into minimal reproducible tests.

DominikTobureto/awesome-grok-build · 37 tokens

tdd

红-绿-重构循环的测试驱动开发工作流。适用于需用 TDD 构建功能、修复 bug、编写集成测试,或提到"红绿重构"时的场景。.

Yulin-Bi/CodeAuto · 53 tokens

tdd

Test-driven development — write a failing test that names the behavior, watch it fail, implement the minimum to make it pass, then refactor with tests green. Works for new features, bug fixes, and behavior changes. Use when the user says "tdd", "test-first", "write tests first", or wants a change built test-first.

genai-io/san · 73 tokens

plan-feature

Orchestrates the test-first implementation planning workflow for feature implementation and spec changes. Use this skill whenever plan mode is active and the task involves implementing or adding a new feature, or changing an existing specification. Even if the user only says "plan this" or "how should we implement…

nowsprinting/unity-coding-skills · 76 tokens

speq-implement

Orchestrate implementation of a reviewed plan: task breakdown, TDD sub-agents, code review, and verification report. Use when the user asks to implement, build, or execute a plan under specs/plans/ — after /speq-plan, before /speq-record. Arg: .

marconae/speq-skill · 68 tokens

speq-code-guardrails

TDD cycle and code quality guardrails — failing-test-first, evidence, dependency, error-handling, and test-quality rules. Triggered by /speq-implement, implementer-agent, implementer-expert-agent, and code-reviewer before any implementation or review work.

marconae/speq-skill · 63 tokens