Agent Plugins Marketplace
All plugins

vouchington-testing

v0.1.0

Portable testing guidance for common runners and application stacks.

CodexClaude CodeAgent Plugins8 Skills

By VouchingtonLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
8 skill or MCP entries
Source updated
Aug 30, 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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add vouchington-testing@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/vouchington/vouchington-tooling

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

Plugin files

plugins/vouchington-testing/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/backend-vitest-test-authoring/SKILL.md
├── skills/dotnet-test-authoring/SKILL.md
├── skills/nextjs-vitest-test-authoring/SKILL.md
├── skills/playwright-authoring/SKILL.md
├── skills/storybook-authoring/SKILL.md
├── skills/swift-test-authoring/SKILL.md
├── skills/test-authoring/SKILL.md
└── skills/vitest-test-authoring/SKILL.md

Included Skills8

backend-vitest-test-authoringskills/backend-vitest-test-authoring/SKILL.md

Apply backend Vitest patterns for service, provider, persistence, and queue boundaries.

dotnet-test-authoringskills/dotnet-test-authoring/SKILL.md

Add maintainable .NET tests with appropriate unit, app, and integration boundaries.

nextjs-vitest-test-authoringskills/nextjs-vitest-test-authoring/SKILL.md

Apply Vitest patterns for Next.js components, routes, and server-side modules.

playwright-authoringskills/playwright-authoring/SKILL.md

Author reliable Playwright browser tests, fixtures, selectors, and user flows.

storybook-authoringskills/storybook-authoring/SKILL.md

Add maintainable Storybook stories and browser-mode component coverage.

swift-test-authoringskills/swift-test-authoring/SKILL.md

Add Swift and SwiftUI tests with deterministic state, networking, and view inspection.

test-authoringskills/test-authoring/SKILL.md

Write focused, maintainable tests and test fixtures for application or library behavior.

vitest-test-authoringskills/vitest-test-authoring/SKILL.md

Apply Vitest-specific patterns when adding or changing Vitest tests, mocks, or fixtures.

Plugin manifests3

plugins/vouchington-testing/.codex-plugin/plugin.json
{
  "name": "vouchington-testing",
  "version": "0.1.0",
  "description": "Portable testing guidance for common runners and application stacks.",
  "author": {
    "name": "Vouchington",
    "url": "https://github.com/vouchington"
  },
  "homepage": "https://github.com/vouchington/vouchington-tooling",
  "repository": "https://github.com/vouchington/vouchington-tooling",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "Testing foundations",
    "shortDescription": "Portable test-authoring guidance.",
    "longDescription": "Reusable guidance for designing reliable unit, integration, browser, .NET, Swift, Storybook, Next.js, and Vitest tests.",
    "developerName": "Vouchington",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use the repository's local test conventions with this guidance."
    ]
  }
}
plugins/vouchington-testing/.claude-plugin/plugin.json
{
  "name": "vouchington-testing",
  "version": "0.1.0",
  "description": "Portable testing guidance for common runners and application stacks.",
  "author": {
    "name": "Vouchington"
  },
  "skills": "./skills/"
}
plugins/vouchington-testing/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "vouchington-testing",
  "version": "0.1.0",
  "description": "Portable testing guidance for common runners and application stacks.",
  "author": {
    "name": "Vouchington"
  },
  "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.

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