Files
amelnagdy__delegate-skills/skills.sh.json
T
Ahmed Mohammed 411568ae7f Add codex-delegate skill and package scaffolding
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>
2026-06-14 13:54:03 +03:00

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"
]
}
]
}