npx claudepluginhub chanwit/tdgTest-Driven Generation plugin for Claude Code
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Curated collection of 129 specialized Claude Code subagents organized into 10 focused categories
A Claude Code plugin that brings Test-Driven Development workflows to AI-assisted coding, following the Red-Green-Refactor cycle for systematic code generation.
TDG (Test-Driven Generation) enhances Claude Code with structured workflows for test-driven development. It helps you:
# Add the TDG marketplace
claude plugin marketplace add chanwit/tdg
# Install the plugin
claude plugin install tdg
/tdg:init - Initialize TDG configuration for your project (detects language, framework, test commands)/tdg:version - Show the current TDG plugin version/tdg:atomic-commit - Create clean, atomic commits by analyzing and organizing your changesTDG (Test-Driven Generation) - Complete TDD workflow following Red-Green-Refactor cycles
Atomic Commit - Create clean, atomic commits for non-TDD workflows
/tdg:init
Use TDG to implement user authentication
Create atomic commits for my changes
The TDG skill follows a strict Red-Green-Refactor cycle:
Red Phase - Write failing tests
red: test spec for ...red: test spec for user login (#42)Green Phase - Implement code to pass tests
green: ...green: implement user login (#42)Refactor Phase - Optimize and clean up
refactor: ...refactor: extract auth service (#42)Chanwit Kaewkasi
MIT