codex-subagent
v0.4.5Drive GPT-6 Astra as scoped subagents with task-routed low-xhigh effort and explicit max/ultra
By Andre PaatLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 13, 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 codex-subagent for Codex and Claude Code
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add codex-subagent@paat-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “codex-subagent” remain stable.
- Codex:
codex-subagent@agent-plugin-marketplace→codex-subagent@paat-plugins
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/paat/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codex-subagent/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/codex-subagent-codex-critique-workflow/SKILL.md├── skills/codex-subagent-codex-implement-workflow/SKILL.md├── skills/codex-subagent-codex-review-workflow/SKILL.md└── skills/codex-subagent-driven-development/SKILL.md
Included Skills4
Run /codex-critique workflow from codex-subagent; alias /codex-subagent:codex-critique.
Run /codex-implement workflow from codex-subagent; alias /codex-subagent:codex-implement.
Run /codex-review workflow from codex-subagent; alias /codex-subagent:codex-review.
Use to drive Codex CLI as implementer or reviewer from a written plan, with task dispatch and second-model review gates.
Plugin manifests2
{
"name": "codex-subagent",
"version": "0.4.5",
"description": "Drive GPT-6 Astra as scoped subagents with task-routed low-xhigh effort and explicit max/ultra",
"author": {
"name": "Andre Paat"
},
"interface": {
"displayName": "Codex Subagent",
"shortDescription": "Drive GPT-6 Astra as scoped subagents with task-routed low-xhigh effort and explicit max/ultra",
"longDescription": "Drive GPT-6 Astra as scoped subagents with task-routed low-xhigh effort and explicit max/ultra",
"developerName": "Andre Paat",
"category": "Development",
"capabilities": [
"Skills",
"Scripts"
],
"defaultPrompt": "Use the codex-subagent plugin for this task.",
"websiteURL": "https://github.com/paat/claude-plugins"
},
"homepage": "https://github.com/paat/claude-plugins",
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"codex",
"openai",
"gpt-6",
"subagent",
"code-review",
"second-opinion",
"multi-model",
"implementer"
],
"skills": "./skills/"
}{
"name": "codex-subagent",
"version": "0.4.5",
"description": "Drive GPT-6 Astra as scoped subagents with task-routed low-xhigh effort and explicit max/ultra",
"author": {
"name": "Andre Paat"
},
"repository": "https://github.com/paat/claude-plugins",
"license": "MIT",
"keywords": [
"codex",
"openai",
"gpt-6",
"subagent",
"code-review",
"second-opinion",
"multi-model",
"implementer"
]
}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.
[codex-subagent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codex-subagent)