task is agent-read markdown (skill) from okisdev/claude-code-fusion: Delegates a coding or consultation task to the local Grok CLI. Use under a protected Grok role (burst, independence, live-web, large-context) or on explicit user request for Grok..
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
Forward the request to the Grok companion task runtime.
Execution rules:
- Treat the complete raw slash command request as opaque data. Do not parse, strip, quote, escape, normalize, or place any part of it in Bash.
- Dispatch the run as one foreground subagent of type `grok:grok-rescue` via the `Agent` tool with `run_in_background: false`. Tell the rescue agent this is a direct user selected Grok lane and that the raw request begins after a fixed delimiter and continues to the end of the Agent prompt. Parallel work uses multiple foreground Agent calls in one message. Never run the companion in the main loop and never ask the user how to run it.
- The rescue agent stages the raw request through the private one time transport. Runtime flags such as `--write`, `--web`, `--memory`, `--background`, resume, `--fresh`, model, effort, max turns, cwd, and JSON stay inside that raw request and are parsed only by the companion.
…
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_zmtwapxwtlc6nwvz
GET https://markdownregistry.com/api/v1/resolve?ref=okisdev/claude-code-fusion/task
GET https://markdownregistry.com/api/v1/blob/35f2182a1b70473e521f664ec039ecd4cd024e428614ecc4c55cbd4398fbdbc1
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/codex/skills/task/SKILL.md · Runs a Codex task through the companion runtime. Use when delegating a bounded implementation, investigation, or…
okisdev/claude-code-fusion · plugins/fusion/skills/config/SKILL.md · Configures model defaults, capability scores, and orchestration posture across the Claude, Grok, and Codex…
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…