tdd skills

458 tagged tdd, measured the same way as everything else here.

Browse within: spec-driven-development 50sdlc 49agentic 47vdd 46ai-assisted 34nuxt 34supabase 34template 34coding-agents 33agentic-coding 28angular 24github-copilot 24java 24spring-boot 24

nunit-build-infra

01

nunit/nunit

Skill Claude CodeCodex

Use when editing .csproj, .nuspec, Directory.Build.props, Directory.Build.targets, Directory.Packages.props, the Cake build (build.cake, build.ps1, build.sh), or GitHub Actions workflows. Covers central package management, MinVer-driven versioning, the props-vs-targets split, and nuspec/csproj consistency.

2.6k yesterday A 85 tokens MIT

nunit-code-style

02

nunit/nunit

Skill Claude CodeCodex

Use when writing or modifying C# method bodies, type declarations, or non-trivial logic in NUnit source. Covers NUnit's taste-and-judgment conventions — exception construction, simplification, naming intent, StringComparison, non-null check form, and var usage — that aren't already caught at build time.

2.6k yesterday A 69 tokens MIT

nunit-performance

03

nunit/nunit

Skill Claude CodeCodex

Use when modifying hot paths in NUnit — constraint evaluation, equality comparison, value formatting, reflection-based dispatch, collection inspection, or anything that runs once per assertion or per test discovery. Covers allocation patterns, reflection caching, and how the team expects performance claims to be…

2.6k yesterday A 59 tokens MIT

old-coder-api

04

AmazingAng/old-coder

Skill Claude CodeCodex

Design, change, or review an HTTP/JSON API surface — endpoints, request/response shapes, authentication and authorization, pagination, idempotency, rate limits, versioning, and deprecations. Use when adding or modifying an HTTP endpoint, reviewing an OpenAPI spec or HTTP route diff, or deciding whether an HTTP API…

703 14d ago A 106 tokens original MIT

old-coder

05

AmazingAng/old-coder

Skill Claude CodeCodex

Evidence-first development — surround the implementation with an executable spec and a gauntlet of constraints (tests, types, coverage, mutation) so line-by-line review becomes optional. Use when the user explicitly asks for high-assurance or evidence-first work ("reliable", "TDD", "prove it works", "I won't read the…

703 14d ago A 116 tokens original MIT

nWave-ai/nWave

Skill Claude CodeCodex

Canonical AT completeness gate — research-anchored 7-category taxonomy (C1-C7) + 15-item mechanical checklist. Paradigm-neutral. Drives acceptance-designer reviewer verdict deterministically.

602 2d ago A 46 tokens original MIT

nw-bdd-requirements

07

nWave-ai/nWave

Skill Claude CodeCodex

BDD requirements discovery methodology - Example Mapping, Three Amigos, conversational patterns, Given-When-Then translation, and collaborative specification.

602 2d ago A 31 tokens original MIT

nWave-ai/nWave

Skill Claude CodeCodex

CI/CD pipeline design methodology, deployment strategies, GitHub Actions patterns, and branch/release strategies. Load when designing pipelines or deployment workflows.

602 2d ago A 36 tokens original MIT

mubaidr/gem-team

Skill Claude CodeCodex

Design or review infrastructure, deployment, CI/CD, Docker, Kubernetes, health checks, rollback, feature flags, production readiness, and mobile release workflows. Use for DevOps, platform, container, pipeline, or release tasks.

215 4d ago A 51 tokens original Apache-2.0

absolute-work

10

maddhruv/absolute

Skill Claude CodeCodex

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…

208 1mo ago A 104 tokens original MIT

deep-plan

11

piercelamb/deep-plan

Skill Claude CodeCodex

Creates detailed, sectionized, TDD-oriented implementation plans through research, stakeholder interviews, and multi-LLM review. Use when planning features that need thorough pre-implementation analysis.

105 2mo ago A 39 tokens original MIT

maven-harness-pom

12

loiane/specs-driven-development-spring-angular

Skill Claude CodeCodex

Reference Maven POM fragments for the full harness — Spotless, Checkstyle, SpotBugs, Error Prone, JaCoCo, PIT, OpenAPI generator + diff, OWASP dependency check, Surefire/Failsafe. Use when wiring the harness into a new project or upgrading a brownfield POM.

57 2mo ago A 71 tokens original MIT

loiane/specs-driven-development-spring-angular

Skill Claude CodeCodex

Spring Boot 4 / JVM performance work — measure first, then fix. Profiling (async-profiler, JFR, JMH), Micrometer, common Spring antipatterns (N+1, unbounded lists, HikariCP sizing, virtual-thread pinning), caching, GC, and SLO-driven work. Used by /plan for risk callouts and by /review to flag perf regressions.

57 2mo ago A 89 tokens original MIT

loiane/specs-driven-development-spring-angular

Skill Claude CodeCodex

Spring Framework 7 / Spring Boot 4 idioms and defaults. Use when writing or reviewing controllers, services, configuration, HTTP clients, async/virtual-thread code, or anything touching Spring's programming model.

57 2mo ago A 50 tokens original MIT

deep-implement

15

piercelamb/deep-implement

Skill Claude CodeCodex

Implements code from /deep-plan section files with TDD methodology, code review, and git workflow. Use when implementing plans created by /deep-plan.

56 2mo ago A 35 tokens original MIT

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Configure Better Auth server and client, set up database adapters, manage sessions, add plugins, and handle environment variables. Use when users mention Better Auth, betterauth, auth.ts, or need to set up TypeScript authentication with email/password, OAuth, or plugin configuration.

45 3d ago A 61 tokens original MIT

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

Configure rate limiting, manage auth secrets, set up CSRF protection, define trusted origins, secure sessions and cookies, encrypt OAuth tokens, track IP addresses, and implement audit logging for Better Auth. Use when users need to secure their auth setup, prevent brute force attacks, or harden a Better Auth…

45 3d ago A 70 tokens original MIT

commit

18

YuDefine/nuxt-supabase-starter

Skill Claude CodeCodex

A workflow for recording workspace changes in Git, the version-control system used to track code history. It includes locking, coordination checks, commit conventions, and cleanup if the process stops.

45 3d ago A 84 tokens original MIT

autonomous-dev

19

zxkane/autonomous-dev-team

Skill Claude CodeCodex

Use to develop a feature or bug fix end-to-end through a TDD git-worktree workflow — interactively (developer-led) or unattended (autonomous-mode, driven by the dispatcher). Triggers on phrases like "implement issue #N", "fix this bug", "add a feature", "create a worktree", "write test cases", "push and open a PR"…

35 2d ago A 162 tokens

autonomous-review

20

zxkane/autonomous-dev-team

Skill Claude CodeCodex

Use to perform an end-to-end PR review and reach an approve/request-changes verdict — including verifying acceptance criteria, running E2E tests via browser automation, resolving merge conflicts, and (when verdict passes) merging the PR. Triggers on phrases like "review this PR", "decide whether to approve and merge"…

35 2d ago A 127 tokens

create-issue

21

zxkane/autonomous-dev-team

Skill Claude CodeCodex

Use when the user asks to create a GitHub issue, file a bug, request a feature, open a tracking issue, or break a feature into multiple sub-issues. Guides interactive issue drafting with structured templates, workspace-change attachment, dependency linking, and the optional autonomous label for the automated dev…

35 2d ago A 68 tokens

beads-integration

22

jmanhype/speckit

Skill Claude CodeCodex

Manages persistent task memory using Beads. Automatically invoked when discussing task tracking, long-running projects, session persistence, or context preservation across sessions. Handles syncing between tasks.md and Beads.

26 5mo ago A 43 tokens MIT

project-standards

23

jmanhype/speckit

Skill Claude CodeCodex

Provides project coding standards and architectural principles on-demand. Automatically invoked when implementing features, writing code, or making technical decisions. Reads constitution.md to ensure all code aligns with project principles.

26 5mo ago A 41 tokens MIT

spec-kit-workflow

24

jmanhype/speckit

Skill Claude CodeCodex

Guides specification-driven development workflow. Automatically invoked when discussing new features, specifications, technical planning, or implementation tasks. Ensures proper workflow phases (specify → clarify → plan → checklist → tasks → analyze → implement).

26 5mo ago A 49 tokens MIT