Agent Plugins Marketplace
All plugins

superadvisor

v0.1.0

Router to the best super* skill, persona, or gstack workflow. Use when a task spans domains or no skill owns it.

CodexClaude Code1 Skill

By cskworkLicense: MIT1 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 1, 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 superadvisor 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 superadvisor@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/cskwork/superadvisor

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

Plugin files

superadvisor/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/superadvisor/SKILL.md

Included 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.

Plugin 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"
  }
}

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

[superadvisor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/superadvisor)