onex
v2.3.2Unified ONEX architecture plugin with intelligent agent routing, manifest injection, quality enforcement, 53 polymorphic YAML agents, and 100+ reusable skills (invoked as /onex:<skill-name>) for comprehensive workflow automation and observability
By OmniNodeLicense: MIT4 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 21 skill or MCP entries
- 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 onex for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install onex-2@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. 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/OmniNode-ai/omniclaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/onex/.
Plugin files
├── .claude-plugin/plugin.json├── skills/authorize/SKILL.md├── skills/autopilot/SKILL.md├── skills/baseline/SKILL.md├── skills/checkpoint/SKILL.md├── skills/delegate/SKILL.md├── skills/demo/SKILL.md├── skills/gap/SKILL.md├── skills/handoff/SKILL.md├── skills/login/SKILL.md├── skills/observability/SKILL.md├── skills/onboarding/SKILL.md├── skills/preflight/SKILL.md├── skills/recall/SKILL.md├── skills/redeploy/SKILL.md├── skills/release/SKILL.md├── skills/rewind/SKILL.md├── skills/rrh/SKILL.md├── skills/runner/SKILL.md├── skills/session/SKILL.md├── skills/status/SKILL.md└── skills/worktree/SKILL.md
Included Skills21
Grant work authorization for Edit/Write operations in this session
Dispatch the autopilot close-out loop through the omniclaude skill orchestrator.
Capture and compare system state baselines using node_baseline_capture and node_baseline_compare
Pipeline checkpoint management for resume, replay, and phase validation
Single-command local LLM delegation. Runs `onex delegate "<prompt>"` which builds the payload, dispatches node_delegate_skill_orchestrator, and prints one typed ModelSkillResult[ModelDelegateSkillResponse]. Handled inline — no subagent, no payload file, no cat of workflow_result.json.
Cofounder demo — fan out curated delegation tasks across Gemini Flash, Claude Opus, Claude Sonnet, and the deterministic ONEX path, then render an ASCII cost comparison chart through native OmniMarket nodes.
Cross-repo integration health audit -- dispatches to node_gap_compute for execution
Final session handoff with six mechanical enforcement behaviors — claim-certification lint, supersession tombstones, terminal commit+push, typed stale-doc findings (FIXED/DEFERRED schema), live-gh scorecard (hard-fail on missing/red PRs), and deep-dive reconcile (SUPERSEDED banner on stale state_as_of). Replaces free-form prose handoffs that silently emit phantom topology, folklore SHAs, or missing PRs.
Bind this terminal to a named persistent agent. Establishes agent identity for the session, injects resumed context, and tags all events with the agent ID.
Unified agent observability — action logging, tracking, execution logging, and trace correlation
Contract-driven progressive onboarding for new users and employees
Session environment preflight — runs the declared checks and prints one line per check with its fix command, at a volume set by the session intent (quiet, normal, tick).
Query the Cross-Agent Memory Fabric and unified knowledge federation for relevant learnings, architecture context, and antipatterns. Use when hitting an error, choosing a fix strategy, or working in an unfamiliar area.
Full post-release runtime redeploy — dispatches to node_redeploy_orchestrator (canonical ORCHESTRATOR; prod-gate COMPUTE + deploy publish-monitor EFFECT + FSM REDUCER over the bus)
Org-wide coordinated release pipeline (STRUCTURAL PLACEHOLDER — node_release performs no git/gh/PyPI I/O today; full handler implementation is pending). Target design bumps versions, pins cross-repo deps, creates PRs, merges, tags, and triggers PyPI publish across all OmniNode repos in dependency-tier order
Query what a named agent was doing at a specific time. Conversational rewind — search the event stream by agent identity and timestamp.
Opt-in preflight validation via Release Readiness Handshake (RRH) -- runs A1 (collect) -> A2 (validate) -> A3 (store) pipeline before side-effecting phases
GitHub Actions runner management — deploy, update, and monitor self-hosted runners
Dispatch-only shim for the unified session orchestrator. All phases (health gate, RSD scoring, dispatch) execute in node_session_orchestrator (omnimarket). The skill parses --mode/--phase/--dry-run/--skip-health and dispatches; no inline orchestration.
Foreground status snapshot — routes to merge-sweep-lead teammate if present, otherwise spawns a one-shot snapshot agent. Avoids inline repository polling from foreground.
Unified worktree management — audit health, triage ship_it/archive/prune, prune merged worktrees, and schedule recurring GC
Plugin manifests1
{
"name": "onex",
"description": "Unified ONEX architecture plugin with intelligent agent routing, manifest injection, quality enforcement, 53 polymorphic YAML agents, and 100+ reusable skills (invoked as /onex:<skill-name>) for comprehensive workflow automation and observability",
"version": "2.3.2",
"author": {
"name": "OmniNode",
"email": "[email protected]"
},
"repository": "https://github.com/OmniNode-ai/omniclaude",
"license": "MIT",
"requires": {
"onex_cli": {
"package": "omnibase-core",
"min_version": "0.39.0",
"install_hint": "pipx install 'omnibase-core>=0.39.0'",
"source_of_truth": "plugin-compat.yaml#min_runtime_version"
},
"python": ">=3.12"
},
"keywords": [
"onex",
"hooks",
"agents",
"skills",
"commands",
"polymorphic",
"yaml-agents",
"routing",
"manifest-injection",
"quality-enforcement",
"pr-review",
"ci-failures",
"linear",
"github",
"kafka",
"observability",
"intelligence",
"agent-routing",
"correlation-tracking",
"programmatic-routing",
"debugging",
"testing",
"security",
"api-architecture",
"performance",
"documentation",
"code-quality",
"devops",
"workflow-automation",
"monitoring",
"automation",
"parallel-solve",
"project-status",
"velocity"
]
}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.
[onex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/onex-2)