Corch
Control, operate, diagnose, or maintain the installed Codex orchestration plugin. Invoke explicitly as $corch to inspect or change the session mode, set the persistent default to off, lite, full, or ultra, understand task routing, or troubleshoot plugin activation and worker selection.From its SKILL.md
npx -y skills add orijinmain/skills --skill corchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
3.0 KB, 614 tokens by cl100k_base, as published. Nobody here has run it
Corch
Use this single Codex-native surface for orchestration control and guidance.
Control the plugin
Use one of these exact invocations:
$corch
$corch status
$corch off
$corch lite
$corch full
$corch ultra
$corch default off
$corch default lite
$corch default full
$corch default ultra
The UserPromptSubmit Hook consumes exact controls before they reach the model. On surfaces where a $ mention is inconvenient, use exact corch ... commands. If controls are unavailable, verify that the plugin is installed and enabled, then review and trust its commands with /hooks.
$corch status reports the active and default modes plus the five most recent workers and the exact model reported by Codex for each. The current Hook API does not expose worker reasoning effort.
Understand orchestration
- The
orchestratorowns requirements, decomposition, authority, shared-file coordination, conflict resolution, integration, and final verification. lookuphandles exact low-risk reads,exploreinvestigates relationships and evidence,buildperforms bounded changes, andreviewindependently checks results.- For delegated work, encode the virtual role in
spawn_agent'stask_nameas<role>__<task>, such asreview__security_risks. Do not pass Corch virtual role names throughagent_type. - Worker model and reasoning effort are unpinned by default so Codex can select them natively. Preserve explicit user overrides. Copy the runtime-reported model into the structured handoff's
MODELfield and include worker-to-model mappings in the orchestrator summary. offdisables plugin-driven delegation,litedelegates sparingly,fullapplies adaptive routing and verification, andultradecomposes substantial work earlier with stronger review.- Workers never create workers. They return structured handoffs to the orchestrator, with at most three automatic escalation hops and one
build–reviewcorrection loop. - Keep one writer per overlapping path and delegate only when parallelism, specialization, or context isolation provides material value.
Install or maintain
Use Codex CLI 0.144.5 or later; the latest release is recommended.
The complete plugin can be installed directly from the marketplace:
codex plugin marketplace add https://github.com/orijinmain/skills.git
codex plugin add codex-orchestration@orijinmain-skills
Corch is also available as an optional setup and maintenance CLI:
npx @orijinmain/corch setup
npx @orijinmain/corch status
npx @orijinmain/corch uninstall
Runtime policies are packaged as plugin-internal resources and injected by Hooks. This skill's implicit invocation remains disabled so off cannot reactivate itself through skill matching.
What ships with it: 1 file
222 B alongside SKILL.md
agents/
- openai.yaml222 B