pioneer
v0.3.2Delegate Pi code reviews with native sandboxing on macOS and Linux.
By Pioneer contributorsLicense: UEL-1.02 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 1 skill or MCP entry
- 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 pioneer for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add pioneer@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/rock3r/pioneerClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pioneer/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/pioneer/SKILL.md
Included Skills1
Delegate a code review from a coding agent to the locally installed Pi coding agent. Use when the user asks Pioneer, Pi, another configured model, or an independent model to review code, a repository, a diff, or an implementation.
Plugin manifests3
{
"name": "pioneer",
"version": "0.3.2",
"description": "Delegate Pi code reviews with native sandboxing on macOS and Linux.",
"author": {
"name": "Pioneer contributors"
},
"license": "UEL-1.0",
"keywords": [
"code-review",
"pi",
"sandbox",
"models"
],
"skills": "./skills/",
"interface": {
"displayName": "Pioneer",
"composerIcon": "./assets/pioneer-mascot.png",
"logo": "./assets/pioneer-mascot.png",
"logoDark": "./assets/pioneer-mascot.png",
"shortDescription": "Run local Pi code reviews from Codex.",
"longDescription": "Ask a locally installed and configured Pi coding agent to review code with a selected provider model and thinking level. macOS and Linux reviews run inside a native operating-system sandbox.",
"developerName": "Pioneer contributors",
"category": "Developer Tools",
"capabilities": [
"Code review",
"Model selection",
"Sandboxed execution"
],
"defaultPrompt": [
"Ask Pi to review the current repository.",
"Have Pi review these changes using max thinking.",
"List my configured Pi models before reviewing."
]
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "pioneer",
"displayName": "Pioneer",
"version": "0.3.2",
"description": "Delegate Pi code reviews with native sandboxing on macOS and Linux.",
"author": {
"name": "Pioneer contributors"
},
"license": "UEL-1.0",
"keywords": [
"code-review",
"pi",
"sandbox",
"models"
],
"skills": "./skills/"
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "pioneer",
"version": "0.3.2",
"description": "Delegate Pi code reviews with native sandboxing on macOS and Linux.",
"author": {
"name": "Pioneer contributors"
},
"homepage": "https://github.com/rock3r/pioneer#readme",
"repository": "https://github.com/rock3r/pioneer",
"license": "UEL-1.0",
"keywords": [
"code-review",
"pi",
"sandbox",
"models"
]
}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.
[pioneer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pioneer)