universal-dev-standards: Skill for Claude Code

.claude/skills/tdd-assistant/SKILL.md

tdd is a skill for Claude Code from AsiaOstrich/universal-dev-standards. It costs 184 tokens per session (1,138 once invoked), scanned A, original, no licence file.

A guide for test-driven development (TDD), a method where you write a failing test before writing the code that should pass it.

In plain words
What is it for?
Use it to work through the red, green, and refactor stages of TDD.
Why use it?
It gives the test-first work cycle a clear sequence, making development steps easier to follow.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is AsiaOstrich/universal-dev-standards's own configuration. It tells Claude Code how to work on universal-dev-standards itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything universal-dev-standards configures →

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is **語言**: [English](../../../../skills/tdd-assistant/SKILL.md) | 繁體中文.

Part of the universal-dev-standards plugin — 55 skills, 53 commands, 10 agents, 1 hook shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to AsiaOstrich/universal-dev-standards. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/AsiaOstrich/universal-dev-standards/main/.claude/skills/tdd-assistant/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/AsiaOstrich/universal-dev-standards

Made for: Claude Code.

Or install universal-dev-standards, the plugin that ships this one along with the rest of its 55 skills, 53 commands, 10 agents, 1 hook.

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/asiaostrich/universal-dev-standards/tdd-assistant/github.svg)](https://agentmods.dev/skills/asiaostrich/universal-dev-standards/tdd-assistant)
Your own site
<a href="https://agentmods.dev/skills/asiaostrich/universal-dev-standards/tdd-assistant"><img src="https://agentmods.dev/badge/skills/asiaostrich/universal-dev-standards/tdd-assistant/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/asiaostrich/universal-dev-standards/tdd-assistant"><img src="https://agentmods.dev/badge/skills/asiaostrich/universal-dev-standards/tdd-assistant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 184 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,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.
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.1 $0.00184 $0.01138
Opus 5 $0.00092 $0.00569
Sonnet 5 $0.00037 $0.00228
Haiku 4.5 $0.00018 $0.00114

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

.claude/skills/tdd-assistant/SKILL.md · 85 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

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

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 Changed · +2 lines 4cc67d59c39a
  2. 8d ago First seen · 83 lines · 184 tokens per session scan A ab5f5a350696

Subscribe to this mod's changes

tdd is a skill published in the GitHub repository AsiaOstrich/universal-dev-standards (73 stars, last pushed today), with no licence file. It adds 184 tokens to every session and 1,138 once invoked, about $0.0009 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-09-03.

Related

Other skills, from other repositories

implement-feature

Implement an approved feature plan with fresh-context slices, TDD, evidence, and PR-ready output.

HoangNguyen0403/agent-skills-standard · 23 tokens

common-tdd

Guides quality-first TDD for new behavior, bug fixes, and test changes. Selects the smallest test layer, proves a distinct regression risk, and runs bounded RED-GREEN-REFACTOR verification.

HoangNguyen0403/agent-skills-standard · 46 tokens

common-feedback-reporter

Pre-write audit for skill violations: checks planned code against loaded skill anti-patterns before any file write. Use when writing Flutter/Dart/TS code or editing SKILL.md files with active project skills. Load as composite; on auto-fixed violation, also load +common/common-learning-log.

HoangNguyen0403/agent-skills-standard · 63 tokens

review-system-design

Review a system design someone else provided - screenshot, drawio, Mermaid, slides, doc, or IaC - by extracting it into a confirmed fact sheet, then scoring it on the nine axes.

HoangNguyen0403/agent-skills-standard · 44 tokens

verify-work

Verify feature, bug, UI, API, mobile, security, or deployment work against acceptance criteria.

HoangNguyen0403/agent-skills-standard · 23 tokens

common-exploit-verification

Enforce "No Exploit, No Report" policy with PoC construction standards, false-positive filtering, and evidence collection per vulnerability class across backend, frontend, and mobile. Use when validating security findings, constructing exploit proofs, filtering false positives, or writing pentest findings.

HoangNguyen0403/agent-skills-standard · 61 tokens