Skill Claude CodeCodex
An orchestrator for test-driven development, or TDD—the practice of writing a failing test before the code that makes it pass. It manages planning, implementation, review, and finalization through separate agent roles.
Skill Claude CodeCodex
An orchestrator for test-driven development, or TDD—the practice of writing a failing test before the code that makes it pass. It manages planning, implementation, review, and finalization through separate agent roles.
Skill Claude CodeCodex
An orchestrator for running test-driven development across several project layers at the same time. A layer is a part of an application, such as the backend, frontend, or database code.
Skill Claude CodeCodex
Skill "tdd-plan" from morodomi/tdd-skills, covering tdd plan phase, progress checklist, 禁止事項, workflow and step 1: cycle doc確認.
Skill Claude CodeCodex
The RED phase of test-driven development: writing tests and confirming that they fail before the implementation exists.
Skill Claude CodeCodex
A code-cleanup step in test-driven development (TDD), a method where tests guide implementation. It improves internal code structure while keeping the existing tests unchanged.
Skill Claude CodeCodex
A final review workflow for checking software quality through tests, code coverage, static analysis, formatting, and a quality gate. TDD means test-driven development; code coverage measures how much code is exercised by tests.
Plugin Claude Code
Flask quality tools for TDD workflow. pytest-flask, mypy, Black/isort integration.
Skill Claude CodeCodex
Skill "flask-quality" from morodomi/tdd-skills, covering flask quality check, commands, flask-specific testing, fixtures (pytest-flask) and app factory pattern.
Plugin Claude Code
Flutter/Dart quality tools: dart analyze, dart format, flutter test.
Skill Claude CodeCodex
A quality-checking toolkit for Flutter and Dart projects. It runs code analysis, formatting, tests, and test-coverage checks.
Plugin Claude Code
Hugo SSG quality tools: hugo build, htmltest, template metrics.
Skill Claude CodeCodex
A quality-checking toolkit for Hugo, a tool that builds static websites from content and templates. It checks builds, links, templates, drafts, and scheduled content.
Plugin Claude Code
JavaScript quality tools for TDD workflow. ESLint, Prettier, Jest/Vitest integration.
Skill Claude CodeCodex
A JavaScript project quality-check routine using ESLint, Prettier, Jest, and Vitest. ESLint finds code problems, Prettier checks formatting, and Jest or Vitest runs tests.
Plugin Claude Code
Laravel-specific quality tools for TDD workflow. Pest Laravel Plugin, HTTP tests, Eloquent patterns.
Skill Claude CodeCodex
Skill "laravel-quality" from morodomi/tdd-skills, covering laravel quality check, commands, pest laravel helpers, test categories and feature vs unit.
Plugin Claude Code
PHP quality tools for TDD workflow. PHPStan, Pint, PHPUnit/Pest integration.
Skill Claude CodeCodex
A quality-checking toolkit for PHP projects, including Laravel applications. It runs static analysis, formatting, and PHPUnit or Pest tests.
Plugin Claude Code
Python quality tools for TDD workflow. pytest, mypy, Black/isort integration.
Skill Claude CodeCodex
A quality-checking toolkit for Python projects. It runs tests, strict type checks, formatting, import sorting, and linting, which flags likely code problems.
Plugin Claude Code
TypeScript quality tools: tsc, ESLint, Prettier, Jest/Vitest.
Skill Claude CodeCodex
A quality-checking toolkit for TypeScript projects. It covers type checking, linting, formatting, and tests with Jest or Vitest.
Plugin Claude Code
WordPress-specific quality tools for TDD workflow. PHPStan for WordPress, WPCS, WPUnitTestCase patterns.
Skill Claude CodeCodex
Skill "wordpress-quality" from morodomi/tdd-skills, covering wordpress quality check, commands, wpunittestcase helpers, test categories and unit vs integration.