← All plugins
superadvisor
v0.1.0Router to the best super* skill, persona, or gstack workflow. Use when a task spans domains or no skill owns it.
CodexClaude Code1 skill
by cskworkMIT1updated 1 week ago
Source
git clone https://github.com/cskwork/superadvisorClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
superadvisor/
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/superadvisor/SKILL.md
Skills1
superadvisorskills/superadvisor/SKILL.md
Router to the best super* skill, persona, or gstack workflow. Use when a task spans domains or no skill owns it.
Manifests2
.codex-plugin/plugin.json
{
"name": "superadvisor",
"version": "0.1.0",
"description": "Router to the best super* skill, persona, or gstack workflow. Use when a task spans domains or no skill owns it.",
"author": {
"name": "cskwork",
"url": "https://github.com/cskwork"
},
"homepage": "https://github.com/cskwork/superadvisor",
"repository": "https://github.com/cskwork/superadvisor",
"license": "MIT",
"keywords": [
"superadvisor",
"skill",
"claude-code",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "Superadvisor",
"shortDescription": "Router to the best super* skill, persona, or gstack workflow. Use when a task spans domains or no skill owns it.",
"longDescription": "Router to the best super* skill, persona, or gstack workflow. Use when a task spans domains or no skill owns it.",
"developerName": "cskwork",
"category": "Productivity",
"capabilities": [
"Instructions"
],
"websiteURL": "https://github.com/cskwork/superadvisor",
"defaultPrompt": [
"Use superadvisor for this task."
],
"brandColor": "#2563EB",
"composerIcon": "./logo.png",
"logo": "./logo.png"
}
}.claude-plugin/plugin.json
{
"name": "superadvisor",
"version": "0.1.0",
"description": "Router to the best super* skill, persona, or gstack workflow. Use when a task spans domains or no skill owns it.",
"author": {
"name": "cskwork",
"url": "https://github.com/cskwork"
}
}