ultrapilot
v1.0.0Single-command engineering orchestrator with multi-dimensional goal scoring. Model-agnostic, token-optimized, state-machine-driven.
By joychetryLicense: MIT2 GitHub starsUpdated 2 months ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Jul 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 ultrapilot for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add ultrapilot@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/joychetry/ultrapilotClone 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/ultrapilot/SKILL.md
Included Skills1
Single-command engineering orchestrator. After loading, run `ultrapilot-goals set '<task>'` then loop `ultrapilot-run next` / do the work / `ultrapilot-run report --phase <name> --result <path> --passed`. Wrappers are in `<install>/bin/` — add to $PATH or call by absolute path. Runs explore → plan → build → verify → review → patch → audit with multi-dimensional goal scoring. Token-optimized via lazy phase loading. Model-agnostic. Use when the user asks for a non-trivial build, refactor, migration, or feature with verifiable completion criteria.
Plugin manifests1
{
"name": "ultrapilot",
"version": "1.0.0",
"description": "Single-command engineering orchestrator with multi-dimensional goal scoring. Model-agnostic, token-optimized, state-machine-driven.",
"author": {
"name": "joychetry"
},
"license": "MIT",
"homepage": "https://github.com/joychetry/ultrapilot",
"repository": "https://github.com/joychetry/ultrapilot"
}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.
[ultrapilot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ultrapilot)