mirror of
https://github.com/amElnagdy/delegate-skills.git
synced 2026-09-18 21:13:06 +08:00
411568ae7f
First skill in the delegate-skills umbrella: drive the OpenAI Codex CLI as a background implementer (write a self-contained brief, dispatch via the bundled relay.mjs codex-exec wrapper, poll, review the diff, and commit it yourself — the orchestrator commits because Codex's sandbox can't reliably write .git). Includes SKILL.md, the relay.mjs helper (Node built-ins only; no network, no credentials, no telemetry), four references, README positioning it vs. the openai-codex plugin, MIT license, and skills.sh grouping. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13 lines
303 B
JSON
13 lines
303 B
JSON
{
|
|
"$schema": "https://skills.sh/schemas/skills.sh.schema.json",
|
|
"groupings": [
|
|
{
|
|
"title": "Agent Relays",
|
|
"description": "Delegate a coding task to a CLI implementer agent, then review the diff and commit it yourself.",
|
|
"skills": [
|
|
"codex-delegate"
|
|
]
|
|
}
|
|
]
|
|
}
|