rpi-codex-harness
v0.3.0+codex.20260922030649Evidence-driven Research, Plan, Implement workflow for controlled code changes in Codex.
By vickoman0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 22, 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 rpi-codex-harness for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add rpi-codex-harness@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/vickoman/rpi-codex-harnessClone 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
├── .codex-plugin/plugin.json└── skills/rpi/SKILL.md
Included Skills1
Run an evidence-driven Research → Plan → Implement workflow for controlled code changes. Usa RPI para investigar, planificar, implementar, reanudar o revisar cambios de código con trazabilidad y gates humanos.
Plugin manifests1
{
"name": "rpi-codex-harness",
"version": "0.3.0+codex.20260922030649",
"description": "Evidence-driven Research, Plan, Implement workflow for controlled code changes in Codex.",
"author": {
"name": "vickoman",
"url": "https://github.com/vickoman"
},
"homepage": "https://github.com/vickoman/rpi-codex-harness",
"repository": "https://github.com/vickoman/rpi-codex-harness",
"keywords": [
"codex",
"rpi",
"planning",
"code-review",
"workflow"
],
"skills": "./skills/",
"interface": {
"displayName": "RPI Codex Harness",
"shortDescription": "Controlled research, planning, implementation, and review.",
"longDescription": "Runs code changes through evidence-backed research, an executable plan, human-gated implementation, validation, and conversational diff acceptance.",
"developerName": "vickoman",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/vickoman/rpi-codex-harness",
"defaultPrompt": [
"Usa RPI para ejecutar este cambio de código de forma controlada.",
"Continúa el run RPI activo hasta el siguiente gate humano.",
"Muéstrame el estado y la siguiente transición del run RPI."
]
}
}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.
[rpi-codex-harness on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rpi-codex-harness)