Agent skill

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 セットアップ'.

majiayu000github.com/majiayu000GitHub ↗
codexclaude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill codex-worker --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrepTask
Path: skills/agent/codex-worker/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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.

What's inside
Steps it walks through
  1. Philosophy
  2. Quick Reference
  3. Do NOT Load For (誤発動防止)
  4. Feature Details
  5. Execution Flow
  6. MCP Parameters (D20)
  7. AGENTS.md Compliance
  8. 完了時の必須アクション
  9. Plans.md 更新手順
  10. 例外処理
  11. Related Skills
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going