{
  "markdown": "# codex-dispatch\n\nAn agent skill that dispatches tasks to Codex via the Codex MCP server — with enforced parameters for `cwd`, `sandbox`, and self-contained prompts. Covers code review, plan execution, and general repo tasks.\n\n## What it does\n\nWhen you ask your agent to \"get Codex to review the unstaged changes\" or \"have Codex execute this plan\", `codex-dispatch` kicks in and makes sure every call to Codex is correct:\n\n- **`cwd`** always points at the target repo, not wherever the agent is running from\n- **`approval-policy: \"never\"`** so Codex never blocks waiting for a human\n- **`sandbox`** is set appropriately (`read-only` for reviews, `workspace-write` for implementation)\n- **Prompts are self-contained** — plan text is inlined, never referenced by path\n\n## Installation\n\n### skills.sh\n\n```bash\nnpx skills add jcardama/codex-dispatch\n```\n\n### Claude Code (Official Marketplace)\n\nIf this skill is listed on the official Claude plugin marketplace:\n\n```\n/plugin install codex-dispatch@claude-plugins-official\n```\n\n### Claude Code (via this repo)\n\nRegister the marketplace first:\n\n```\n/plugin marketplace add jcardama/codex-dispatch\n```\n\nThen install:\n\n```\n/plugin install codex-dispatch@codex-dispatch\n```\n\n### Manual\n\nCopy `SKILL.md` into your agent's skills directory:\n\n```bash\ncp SKILL.md ~/.claude/skills/codex-dispatch/SKILL.md\n# or\ncp SKILL.md ~/.agents/skills/codex-dispatch/SKILL.md\n```\n\n## Usage\n\nTrigger phrases (automatically recognized):\n\n- `\"get Codex to review the unstaged changes\"`\n- `\"have Codex implement this plan\"`\n- `\"send this to Codex\"`\n- `\"ask Codex to execute the plan\"`\n- `\"Codex review\"` / `\"Codex implement\"`\n\n## Workflows\n\n| Workflow | Sandbox | When to use |\n|----------|---------|-------------|\n| Code review | `read-only` | Review git diff, unstaged changes, regressions |\n| Execute plan | `workspace-write` | Codex implements a plan Claude wrote |\n| General task | `workspace-write` | Any scoped task within a repo |\n\nSee [`SKILL.md`](SKILL.md) for full parameter reference and checklists.\n\n## Requirements\n\n- [Codex](https://github.com/openai/codex) with MCP server enabled\n- Claude Code (or any agent that supports the skills protocol)\n\n## Sponsor\n\nIf this skill has saved you time and you're so inclined, [buying me a coffee](https://buymeacoffee.com/jcardama) or [sponsoring on GitHub](https://github.com/sponsors/jcardama) is always appreciated. Thanks!\n\n## License\n\nMIT\n",
  "bytes": 2418,
  "sha": "43c1da4078217c2d5c0e0366a34bd857de439fbbc37e913fc4adbd9359c822dd",
  "repo_slug": "jcardama/codex-dispatch",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_jcardama_codex_dispatch_codex_dispatch_5307af97/readme"
}