multi-skill-plugin
v0.1.0Multi-skill plugin fixture for plugin-eval tests.
By Plugin EvalLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- 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 →
Get the plugin
git clone https://github.com/FaLalens/codex-plugins-zhClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/plugin-eval/fixtures/multi-skill-plugin/.
Compatibility: the page URL and API slug “multi-skill-plugin-2” remain stable.
- Codex: Legacy selector
multi-skill-plugin-2@agent-plugin-marketplaceremains documented for migration; install from source for this runtime.
This plugin's manifest name conflicts with another source for the same runtime. The source remains indexed, but this directory does not generate mismatched -2/-3 install commands.
Plugin files
├── .codex-plugin/plugin.json├── skills/alpha/SKILL.md└── skills/beta/SKILL.md
Included Skills2
Alpha fixture skill. Use when plugin-eval tests need one of two bundled skills.
Beta fixture skill. Use when plugin-eval tests need the second bundled skill.
Plugin manifests1
{
"name": "multi-skill-plugin",
"version": "0.1.0",
"description": "Multi-skill plugin fixture for plugin-eval tests.",
"author": {
"name": "Plugin Eval",
"email": "[email protected]",
"url": "https://example.com/"
},
"homepage": "https://example.com/",
"repository": "https://example.com/repo",
"license": "MIT",
"keywords": [
"fixture",
"plugin-eval",
"multi-skill"
],
"skills": "./skills/",
"interface": {
"displayName": "Multi Skill Plugin",
"shortDescription": "Plugin fixture with two skills",
"longDescription": "A plugin fixture that exposes two skills so nested skill findings can be aggregated.",
"developerName": "Plugin Eval",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://example.com/",
"privacyPolicyURL": "https://example.com/privacy",
"termsOfServiceURL": "https://example.com/terms",
"defaultPrompt": [
"Evaluate the multi-skill plugin fixture.",
"Compare both skills in this fixture."
],
"brandColor": "#0F766E",
"composerIcon": "./assets/multi.svg",
"logo": "./assets/multi.svg",
"screenshots": []
}
}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.
[multi-skill-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/multi-skill-plugin-2)