skills/codex-task-delegate/SKILL.md
ファイルに書かれたタスク、または直接渡されたテキストタスクを Codex に委譲する。 次の依頼で使う: - "codexでXXX.mdのタスクを実施して" - "codexでXXX.txtの手順を実施して" - "このmdをcodexに投げて" - "この指示をcodexに投げて" - "thread_id にフィードバックして" - "Codexの結果を確認して"
npx skillsauth add agarichan/skills codex-task-delegateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
この skill は Agent tool(サブエージェント)を起動して Codex への委譲を実行する。
references/execution-protocol.md を Read する。Agent({
description: "Codex delegate: <タスク概要>",
prompt: <下記で構成>,
})
prompt の構成:
あなたは Codex タスク委譲エージェントです。
## スクリプト
SCRIPT = "<このスキルの絶対パス>/scripts/codex_wrapper.py"
## ワークスペース
WORKSPACE = "<作業ディレクトリ(worktree 使用時は worktree のパス)>"
## タスク
<ユーザーのタスク文>
## 実行プロトコル
<references/execution-protocol.md の内容({{SCRIPT}} を実際のパスに置換済み)>
thread_id・phase・summary をユーザーに返す。メインで別作業を並行する場合は run_in_background: true を使う:
Agent({
description: "Codex delegate: <タスク概要>",
run_in_background: true,
prompt: <上記と同じ構成>,
})
既存 thread_id に対する操作もサブエージェントで実行する。prompt 内のタスク部分を以下に差し替え:
thread_id <ID> に対して次のフィードバックを送れ: "<メッセージ>"thread_id <ID> の状態を確認して報告せよthread_id <ID> の結果を取得して報告せよこのスキルのベースディレクトリはスキルロード時にシステムから通知される。
そのパスを使って scripts/codex_wrapper.py の絶対パスを構成する。
--cwd には worktree のパスを渡すこと。メインの作業ディレクトリを渡すと Codex がメイン側を編集してしまう。phase=running の reconnect ループはサブエージェント内で完結させる。development
Add Orbit UI components to a React project via shadcn-compatible registry. Use when the user asks to add UI components, build interfaces, or set up a design system using Orbit. Also use when the user asks about Orbit component APIs, props, or usage patterns. Triggers include: "orbit", "add button/input/tabs", "use the registry", "npx shadcn add", building UI with the Orbit component catalog, or asking how to use Orbit components.
testing
Use when creating, editing, reviewing, naming, or restructuring an Agent Skill (SKILL.md / スキル) — even if the user doesn't say "Agent Skills" but is working in a skill directory, designing skill metadata, or asking to fix/improve a skill that didn't trigger or behaved unexpectedly. Provides the official specification, progressive disclosure model, and description-optimization methodology.
data-ai
Add or edit mise tasks and environment variables in `mise.toml`. Use when the user asks to: - configure environment variables in mise - add or edit a mise task - make something runnable with `mise run` - pass arguments to a mise task - "miseに環境変数を設定して" - "miseにtaskを書いて" - "mise runで○○できるようにして" - "mise taskに引数を渡せるようにして" - "miseについて教えて"
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.