codex-worker
Delegates implementation tasks to Codex as a Worker. Use when user mentions 'Codex に実装させて', 'Codex Worker', 'Codex に作らせて', or '実装を依頼'. Do NOT load for: 'Codex レビュー', 'セカンドオピニオン', 'Codex の意見', 'Codex でレビュー', 'Codex セットアップ'.
npx skills add majiayu000/claude-skill-registry --skill codex-worker --agent codex
Same command for any agent — swap --agent for claude-code, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Codex Worker Skill Claude Code を PM/Orchestrator として、Codex を Worker として実装を委譲するスキル。 ## Philosophy > **「Claude Code = 設計・レビュー、Codex = 実装」** > > 高レベルな判断は Claude Code、実装の細部は Codex に任せる分業体制。 ## Quick Reference - "**Codex に実装させて**" → this skill - "**Codex Worker**" → this skill - "**Codex に作らせて**" → this skill - "**実装を依頼**" → this skill ## Do NOT Load For (誤発動防止) 以下のキーワードは `codex-review` スキルが担当します(description と完全一致): | トリガーワード | 正しいスキル | 理由 | |---------------|-------------|------| | "**Codex レビュー**" | `codex-review` | レビュー = 品質チェック | | "**セカンドオピニオン**" | `codex-review` | 意見取得 ≠ 実装 | | "**Codex の意見**" | `codex-review` | 意見 ≠ Worker | | "**Codex でレビュー**" | `codex-review` | レビュー目的 | | "**Codex セットアップ**" | `codex-review` | MCP 設定 | ## Feature Details | Feature | Reference | |---------|-----------| | **Setup** | See [references/setup.md](references/setup.md) | | **Worker Execution** | See [references/worker-execution.md](references/worker-execution.md) | | **Task Ownership** | See [references/task-ownership.md](references/task-ownership.md) | | **Parallel Strategy** | See [references/parallel-strategy.md](references/parallel-strategy.md) | | **Quality Gates** | See [references/quality-gates.
- Philosophy
- Quick Reference
- Do NOT Load For (誤発動防止)
- Feature Details
- Execution Flow
- MCP Parameters (D20)
- AGENTS.md Compliance
- 完了時の必須アクション
- Plans.md 更新手順
- 例外処理
- Related Skills
What does the codex-worker skill do?
Delegates implementation tasks to Codex as a Worker. Use when user mentions 'Codex に実装させて', 'Codex Worker', 'Codex に作らせて', or '実装を依頼'. Do NOT load for: 'Codex レビュー', 'セカンドオピニオン', 'Codex の意見', 'Codex でレビュー', 'Codex セットアップ'.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill codex-worker --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
