Home / okisdev / claude-code-fusion · plugins/grok/skills/task/SKILL.md · GitHub

task skillA

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

Read the whole file at its exact version.

How to install

Latest version
mdr add okisdev/claude-code-fusion/task@git:20260729.500aa40
Exact content
mdr add okisdev/claude-code-fusion/task@sha256:35f2182a1b70473e

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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_zmtwapxwtlc6nwvz.svg)](https://markdownregistry.com/a/art_zmtwapxwtlc6nwvz)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260729.500aa40 latest2026-07-29 500aa40 3,850 BA view · diff
git:20260722.ded22f92026-07-22 ded22f9 3,825 BA view · diff
git:20260718.2e5dcfa2026-07-18 2e5dcfa 4,047 BA view · diff
git:20260716.eae94de2026-07-16 eae94de 3,936 BB view · diff
git:20260715.2d5100b2026-07-15 2d5100b 2,649 BB view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3850 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

okisdev/claude-code-fusion · 3 stars · license MIT · pushed 2026-09-20 · branch main

API

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.

More from okisdev/claude-code-fusion

adversarial-review skill
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…
git:20260722.ded22f9 · audit A · 3 stars
cancel skill
okisdev/claude-code-fusion · plugins/codex/skills/cancel/SKILL.md · Cancels an active Codex job. Use when a running job must be stopped.
git:20260718.2e5dcfa · audit A · 3 stars
codex-cli-runtime skill
okisdev/claude-code-fusion · plugins/codex/skills/codex-cli-runtime/SKILL.md · Internal contract for invoking the Codex companion runtime.
git:20260914.ac8a355 · audit A · 3 stars
codex-result-handling skill
okisdev/claude-code-fusion · plugins/codex/skills/codex-result-handling/SKILL.md · Internal contract for returning Codex companion output without alteration.
git:20260728.b1e1ae6 · audit A · 3 stars
history skill
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.
git:20260718.2e5dcfa · audit A · 3 stars
rescue skill
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…
git:20260728.b1e1ae6 · audit A · 3 stars
result skill
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.
git:20260718.2e5dcfa · audit A · 3 stars
review skill
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.
git:20260722.ded22f9 · audit A · 3 stars
setup skill
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…
git:20260718.2e5dcfa · audit A · 3 stars
status skill
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.
git:20260718.2e5dcfa · audit A · 3 stars
task skill
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…
git:20260728.b1e1ae6 · audit A · 3 stars
config skill
okisdev/claude-code-fusion · plugins/fusion/skills/config/SKILL.md · Configures model defaults, capability scores, and orchestration posture across the Claude, Grok, and Codex…
git:20260802.7b9a0cd · audit A · 3 stars

Every file in okisdev/claude-code-fusion

Other files named task

task skill
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…
git:20260703.7628b9e · audit A · 1,633 stars
task skill
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…
git:20260905.cfba839 · audit A · 156 stars
task skill
uipath/coder_eval · plugins/coder-eval/skills/task/SKILL.md · Turn a natural-language description into coder-eval task YAML — minimal prompts, weighted criteria that check output…
git:20260828.c565ebb · audit B · 141 stars
task skill
gtapps/claude-code-hermit · plugins/claude-code-hermit/skills/task/SKILL.md · Tracks chat assignments, steering in a task thread, WORKER completions, and confirmations alongside task progress and…
git:20260921.b4db21e · audit A · 74 stars
task skill
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…
v1.3.37 · audit B · 38 stars
task skill
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…
git:20260923.19592ef · audit A · 32 stars
task skill
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
git:20260831.856ee57 · audit A · 18 stars
task skill
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…
git:20260908.2ec1bf8 · audit A · 7 stars

Browse by kind, by grade A, or by owner.