TDD 开发纪律助手

TDD 开发纪律助手 is a skill for Claude Code, Codex from cdavid817/vanehub-ai. It costs 27 tokens per session (138 once invoked), scanned A, original, Apache-2.0.

A development skill based on TDD, or test-driven development: write or update a test first, make it pass with the smallest code change, then improve the code and check for regressions.

In plain words
What is it for?
Use it when changing code to identify the behavior involved, create focused tests, implement the change, and run relevant verification.
Why use it?
It provides a repeatable way to verify behavior during implementation and reduces the chance that existing behavior breaks.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when changing code to identify the behavior involved, create focused tests, implement the change, and run relevant verification.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/cdavid817/vanehub-ai/tdd-discipline
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 cdavid817/vanehub-ai --skill tdd-discipline
Clone the repo
git clone --depth 1 https://github.com/cdavid817/vanehub-ai

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/cdavid817/vanehub-ai/tdd-discipline/github.svg)](https://agentmods.dev/skills/cdavid817/vanehub-ai/tdd-discipline)
Your own site
<a href="https://agentmods.dev/skills/cdavid817/vanehub-ai/tdd-discipline"><img src="https://agentmods.dev/badge/skills/cdavid817/vanehub-ai/tdd-discipline/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 TDD 开发纪律助手

Your own site · 80×15
<a href="https://agentmods.dev/skills/cdavid817/vanehub-ai/tdd-discipline"><img src="https://agentmods.dev/badge/skills/cdavid817/vanehub-ai/tdd-discipline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 138 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00027 $0.00138
Opus 5 $0.00014 $0.00069
Sonnet 5 $0.00005 $0.00028
Haiku 4.5 $0.00003 $0.00014

Measured 10d ago against content hash c58a12780251, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 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.

src-tauri/resources/skills/system/v1/tdd-discipline/SKILL.md · 20 lines

What it actually says

TDD 开发纪律助手

Use this skill to keep implementation work aligned with test-first development discipline. Start by identifying the behavior under change, add or update focused tests, implement the minimal code required, then run the relevant verification before broadening scope.

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 · 20 lines · 27 tokens per session scan A c58a12780251

Subscribe to this mod's changes

TDD 开发纪律助手 is a skill published in the GitHub repository cdavid817/vanehub-ai (116 stars, last pushed yesterday), licensed Apache-2.0. It adds 27 tokens to every session and 138 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-30.

Related

Other skills, from other repositories

build-test

Run the project's build / typecheck / lint / test commands and emit the build.passing + tests.passing signals devloop convergence reads.

nexu-io/open-design · 31 tokens

superpowers

Use when the user wants a disciplined software development workflow with design-first planning, implementation plans, TDD, systematic debugging, code review, or verification-before-completion, adapted from obra/superpowers.

Peiiii/nextclaw · 43 tokens

cmux-testing

A regression test for a bug fix ships as two commits so CI proves the test catches the bug.

manaflow-ai/cmux · 47 tokens

testing-expert

Expert-level software testing with unit tests, integration tests, E2E tests, TDD/BDD, and testing best practices. Use when the user mentions TDD, BDD, unit tests, integration tests, or end-to-end tests, or when the task involves Testing Fundamentals, Unit Testing, Integration Testing, or End-to-End Testing.

personamanagmentlayer/pcl · 73 tokens

absolute-work

End-to-end, phase-gated SDLC for AI coding agents: relentless design interview → reviewed spec → dependency-graphed task board → safe-wave TDD execution → verification → converge. Handles features, bugs, refactors, greenfield projects, planning breakdowns, and migrations. Triggers on "absolute work", "build this…

maddhruv/absolute · 104 tokens

rudder

Use locally captured coding-session intent to resolve a device-local behavioral spec, generate focused tests from that spec, implement the smallest production changes through red-green TDD, and verify coverage with the repository's native tooling. Use when the user asks to run Rudder, create or regenerate tests for…

RudderCode/Rudder · 101 tokens