Agent Plugins Marketplace
All plugins

plan-test

v0.1.2

Generate comprehensive tests for code. Uses an inline strategy or an available independent test specialist for complex components.

CodexClaude Code1 Skill

By whichguyLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 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 plan-test for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add plan-test@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/whichguy/skill-craft

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

Plugin files

plugins/plan-test/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/plan-test/SKILL.md

Included Skills1

plan-testskills/plan-test/SKILL.md

Generate comprehensive tests for code. Uses an inline strategy or an available independent test specialist for complex components. AUTOMATICALLY INVOKE when: - "write tests", "test this", "generate tests", "add test coverage" - "test plan", "what should I test" - After feature implementation is complete NOT for: Only running an existing suite without designing or changing coverage.

Plugin manifests2

plugins/plan-test/.codex-plugin/plugin.json
{
  "name": "plan-test",
  "version": "0.1.2",
  "description": "Generate comprehensive tests for code. Uses an inline strategy or an available independent test specialist for complex components.",
  "author": {
    "name": "whichguy",
    "url": "https://github.com/whichguy"
  },
  "homepage": "https://github.com/whichguy/skill-craft",
  "repository": "https://github.com/whichguy/skill-craft",
  "license": "MIT",
  "keywords": [
    "skill-craft",
    "plan-test",
    "portable-skills",
    "prompt-only"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Plan Test",
    "shortDescription": "Generate comprehensive tests for code. Uses an inline strategy or an available independent test specialist for complex…",
    "longDescription": "Generate comprehensive tests for code. Uses an inline strategy or an available independent test specialist for complex components.",
    "developerName": "whichguy",
    "category": "Productivity",
    "capabilities": [
      "Read"
    ],
    "defaultPrompt": [
      "Use $plan-test:plan-test for this task."
    ]
  }
}
plugins/plan-test/.claude-plugin/plugin.json
{
  "name": "plan-test",
  "version": "0.1.2",
  "description": "Generate comprehensive tests for code. Uses an inline strategy or an available independent test specialist for complex components.",
  "author": {
    "name": "whichguy",
    "url": "https://github.com/whichguy"
  },
  "homepage": "https://github.com/whichguy/skill-craft",
  "repository": "https://github.com/whichguy/skill-craft",
  "license": "MIT",
  "keywords": [
    "skill-craft",
    "plan-test",
    "portable-skills",
    "prompt-only"
  ]
}

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

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