Agent Plugins Marketplace
All plugins

testing

v0.10.1

Testing best practices: test pyramid and what to actually test, Pest/PHPUnit and Vitest/Jest idioms, Playwright/Dusk e2e discipline, factories and fixtures, mocking boundaries, flaky-test causes, coverage traps — plus the TDD workflow (red-green-refactor, red-green regression proof for bug fixes). Includes /testing:flake-hunt and a test-engineer worker agent; the test rubric reaches any diff through /code-review:review.

Claude Code2 Skills

By Ivan-WG1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install testing for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install testing-3@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/galaykos/cc-marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/testing/.

Plugin files

plugins/testing/
├── .claude-plugin/plugin.json
├── skills/tdd/SKILL.md
└── skills/testing-best-practices/SKILL.md

Included Skills2

tddskills/tdd/SKILL.md

Use when implementing a feature or fixing a bug test-first — red-green-refactor, test lists as a burn-down plan, red-green regression proof for bug fixes, when TDD is the wrong tool.

testing-best-practicesskills/testing-best-practices/SKILL.md

Use when writing or reviewing tests in any stack — behavior at public boundaries, pyramid pragmatics, Pest/PHPUnit, Vitest/Jest with testing-library and msw, Playwright/Dusk e2e, mocking at owned boundaries, flaky-test root causes, determinism, coverage traps, and suite proportionality.

Plugin manifests1

plugins/testing/.claude-plugin/plugin.json
{
  "name": "testing",
  "version": "0.10.1",
  "description": "Testing best practices: test pyramid and what to actually test, Pest/PHPUnit and Vitest/Jest idioms, Playwright/Dusk e2e discipline, factories and fixtures, mocking boundaries, flaky-test causes, coverage traps — plus the TDD workflow (red-green-refactor, red-green regression proof for bug fixes). Includes /testing:flake-hunt and a test-engineer worker agent; the test rubric reaches any diff through /code-review:review.",
  "author": {
    "name": "Ivan-WG",
    "email": "[email protected]"
  },
  "keywords": [
    "testing",
    "review",
    "worker"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[testing on Agent Plugins Marketplace](https://pluginsmp.com/plugins/testing-3)