vouchington-testing
v0.1.0Portable testing guidance for common runners and application stacks.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add vouchington-testing@agent-plugin-marketplacePaste 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-toolingClone 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
├── .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
Apply backend Vitest patterns for service, provider, persistence, and queue boundaries.
Add maintainable .NET tests with appropriate unit, app, and integration boundaries.
Apply Vitest patterns for Next.js components, routes, and server-side modules.
Author reliable Playwright browser tests, fixtures, selectors, and user flows.
Add maintainable Storybook stories and browser-mode component coverage.
Add Swift and SwiftUI tests with deterministic state, networking, and view inspection.
Write focused, maintainable tests and test fixtures for application or library behavior.
Apply Vitest-specific patterns when adding or changing Vitest tests, mocks, or fixtures.
Plugin manifests3
{
"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."
]
}
}{
"name": "vouchington-testing",
"version": "0.1.0",
"description": "Portable testing guidance for common runners and application stacks.",
"author": {
"name": "Vouchington"
},
"skills": "./skills/"
}{
"$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/"
}For maintainers
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)