Agent Plugins Marketplace
All plugins

pest

v2.1.1

Pest testing suite skills. Philosophy, organization, factories, datasets, arch testing, mocking decisions.

Claude Code11 Skills

By Christian Attard1 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
11 skill or MCP entries
Source updated
Aug 25, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install pest@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/attac-t/the-foundry

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

Plugin files

plugins/pest/
├── .claude-plugin/plugin.json
├── skills/craft-arch/SKILL.md
├── skills/craft-custom-expectation/SKILL.md
├── skills/craft-dataset/SKILL.md
├── skills/craft-expectation-chain/SKILL.md
├── skills/craft-factory-state/SKILL.md
├── skills/craft-organization/SKILL.md
├── skills/craft-test/SKILL.md
├── skills/decide-mock/SKILL.md
├── skills/ground-prose/SKILL.md
├── skills/ground-suite/SKILL.md
└── skills/polish/SKILL.md

Included Skills11

craft-archskills/craft-arch/SKILL.md

Crafting arch tests. Structure as code.

craft-custom-expectationskills/craft-custom-expectation/SKILL.md

Crafting custom expectations. When and how to extract.

craft-datasetskills/craft-dataset/SKILL.md

Crafting datasets. Same test, different inputs.

craft-expectation-chainskills/craft-expectation-chain/SKILL.md

Crafting expectation chains. Fluent assertions without traps.

craft-factory-stateskills/craft-factory-state/SKILL.md

Crafting factory states. DSL for building test state.

craft-organizationskills/craft-organization/SKILL.md

Crafting test structure. File layout for large suites.

craft-testskills/craft-test/SKILL.md

Crafting a test. The unit of specification.

decide-mockskills/decide-mock/SKILL.md

When to mock. Real vs fake dependencies.

ground-proseskills/ground-prose/SKILL.md

Prose patterns. Tests read like specifications.

ground-suiteskills/ground-suite/SKILL.md

Suite philosophy. What to test, what to skip.

polishskills/polish/SKILL.md

Pest polish. Test-specific standards for each polish pass. Invoke when polishing Pest test files.

Plugin manifests1

plugins/pest/.claude-plugin/plugin.json
{
  "name": "pest",
  "version": "2.1.1",
  "description": "Pest testing suite skills. Philosophy, organization, factories, datasets, arch testing, mocking decisions.",
  "author": {
    "name": "Christian Attard",
    "url": "https://github.com/attac-t"
  },
  "keywords": [
    "pest",
    "testing",
    "php",
    "phpunit"
  ],
  "skills": "./skills/"
}

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

[pest on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pest)