task is agent-read markdown (skill) from okisdev/claude-code-fusion: Runs a Codex task through the companion runtime. Use when delegating a bounded implementation, investigation, or consultation to Codex..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
Treat the raw request below as opaque data. Never place any part of it in a Bash command, shell argument, environment variable, redirection, command substitution, encoded shell literal, or heredoc.
If the raw request is empty or contains only whitespace, ask what Codex should do without allocating a transport.
Use a foreground Bash call to run `node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" transport-create`. Parse the returned JSON and accept only a 48 character lowercase hexadecimal token. Use the `Read` tool once on the returned file and require it to be empty. Then use the `Write` tool to replace that same file with the raw request exactly as received, without trimming, normalizing, quoting, escaping, encoding, or adding a newline. Never delete, rename, recreate, or change the permissions of the transport file. Then use one foreground Bash call with `timeout: 600000` to run `node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-companion.mjs" task --raw-args-token TOKEN`, replacing only `TOKEN` with the validated token. If Read fails, the file is not empty, or Write fails, run the fixed `transport-discard --raw-args-token TOKEN` companion operation before returning the…
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_iquil3jorwu7qw7z
GET https://markdownregistry.com/api/v1/resolve?ref=okisdev/claude-code-fusion/task
GET https://markdownregistry.com/api/v1/blob/fd313499b5e321e55bb89a0890715f355f8daa9fa9607d744c0b01f6b9d6c6d7
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
okisdev/claude-code-fusion · plugins/codex/skills/adversarial-review/SKILL.md · Runs a read only Codex review that challenges implementation and design decisions. Use when preparing to merge a…
okisdev/claude-code-fusion · plugins/codex/skills/history/SKILL.md · Lists canonical local Codex companion history with resumable thread IDs. Use when resuming or auditing past Codex work.
okisdev/claude-code-fusion · plugins/codex/skills/rescue/SKILL.md · Forwards a request to the Codex rescue agent without exposing arguments to a shell. Use when Fusion routing or the user…
okisdev/claude-code-fusion · plugins/codex/skills/result/SKILL.md · Shows or waits for a stored Codex job result. Use when collecting a background Codex job named by ID.
okisdev/claude-code-fusion · plugins/codex/skills/review/SKILL.md · Runs a read only Codex review of local Git state. Use when the user wants Codex to review uncommitted or branch changes.
okisdev/claude-code-fusion · plugins/codex/skills/setup/SKILL.md · Checks whether the local Codex runtime is ready. Use when installing for the first time, after a CLI upgrade, or after…
okisdev/claude-code-fusion · plugins/codex/skills/status/SKILL.md · Shows active and recent Codex jobs. Use when asked what Codex is doing or whether a job is still running.
okisdev/claude-code-fusion · plugins/fusion/skills/config/SKILL.md · Configures model defaults, capability scores, and orchestration posture across the Claude, Grok, and Codex…
okisdev/claude-code-fusion · plugins/fusion/skills/doctor/SKILL.md · Audits the orchestration setup without changes for model drift, stale pins, and environment overrides. Use when routing…
codeaholicguy/ai-devkit · skills/task/SKILL.md · AI DevKit · Track dev-lifecycle / structured-debug progress on a durable task with the ai-devkit task CLI. Use to…
mweinbach/agent-coworker · skills/task/SKILL.md · Hand ordinary chat off to durable Task mode when the user explicitly invokes /task or requests a managed task…
theafh/ai-modules · plugins/ai_dev/skills/task/SKILL.md · Manage the project task backlog as plain markdown files in tasks/. Use when the user asks to list or query existing…
camoa/claude-skills · aida/skills/task/SKILL.md · This skill should be used when the user wants to "create a task", "start a new task", "split a task", "make this an…
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/task/SKILL.md · WHAT - Draft and review technical tasks using the Best Practices Task Template; includes
tonydzi/second-brain-starter-kit · skills/task/SKILL.md · Delegate work over a shared task chat: a task is assigned by a short code phrase, and the assignee's agent expands it…