Install
$ agentstack add skill-lixuvip-codex-agent-orchestration-skill-agent-orchestration ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Agent Orchestration
Use the least coordination that can safely finish the task. Prefer Codex's native task, subagent, thread, worktree, wait, and automation state over custom protocol.
Default Route
- Keep one-owner work in the current task.
- Use one internal subagent for a bounded independent result that returns to the coordinator. Do not create task boards, callback JSON, heartbeat, leases, or manual status files.
- Create or continue a user-owned thread only when the user wants separate visibility or direct follow-up. Use fork only when completed history must carry over, a worktree for isolated writes, and handoff only to move the same task between Local and Worktree.
- Before delegation, say whether a new sidebar task will appear, where the result returns, and who owns follow-up.
- Choose the best-fit supported reasoning effort. Never set
modelunless the user requests it.
Load Only When Needed
- Read one language version of
references/COORDINATION.mdonly for multiple owners, cross-repo/worktree coordination, or formal QA/review/release gates. - Read one language version of
references/AUTOMATION.mdonly for recurring or delayed work that must survive the current turn. - Do not load these references for a single bounded subagent. Never load both language versions.
Core Guardrails
- Give every delegated task one owner and explicit editable/read-only/out-of-scope boundaries. Isolate or serialize overlapping writes.
- Before dispatch, verify the owner has the required read, write, execute, network, browser, and connector capabilities. Keep high-ambiguity planning read-only in the current task; do not assume a child inherits the parent's restrictions.
- Keep delegation flat by default. Use nested delegation only when the user or project explicitly needs it and ownership remains auditable.
- Trust native agent/thread status for lifecycle; inspect the returned result and real evidence before acceptance. Silence is not completion.
- Treat new user input as replace, add, or status. Update or interrupt affected owners, and mark late output from superseded scope as stale.
- Avoid duplicate work: targeted checks during implementation, one final relevant suite on the candidate artifact, and rerun only affected checks after changes unless project rules require more.
- Send progress updates only for meaningful state changes, blockers, decisions, or new evidence; do not narrate unchanged waiting.
- Do not merge, push, deploy, publish, spend, expose secrets, or expand scope without user/project authority.
Delivery
Before final, map every user request and follow-up to current evidence or an explicit status, then audit active agents, tasks, commands, monitors, and automations so no work is silently orphaned. Report the result, participants, real verification, changed files/branches/commits, remaining risk, and anything intentionally left active. Keep project-specific contracts in the target repository.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: lixuvip
- Source: lixuvip/codex-agent-orchestration-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.