claude-delegation

claude-delegation is a skill for Claude Code, Codex from tornikegomareli/claude-plugin-codex. It costs 99 tokens per session (573 once invoked), scanned A, original, MIT.

A bridge that sends coding tasks from Codex to the Claude Code command-line tool installed on your computer. It covers setup, reviews, planning, implementation, debugging, and managing delegated jobs.

In plain words
What is it for?
Use it to ask Claude Code for code reviews, challenge reviews, implementation plans, bug investigations, code changes, or continued work on an existing task.
Why use it?
It lets you use Claude Code for substantial or second-opinion work without manually moving tasks between tools. It also provides one route for checking status, retrieving results, or cancelling jobs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to ask Claude Code for code reviews, challenge reviews, implementation plans, bug investigations, code changes, or continued work on an existing task.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tornikegomareli/claude-plugin-codex/claude-delegation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tornikegomareli/claude-plugin-codex --skill claude-delegation
Clone the repo
git clone --depth 1 https://github.com/tornikegomareli/claude-plugin-codex

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for claude-delegation

README.md
[![agentmods](https://agentmods.dev/badge/skills/tornikegomareli/claude-plugin-codex/claude-delegation.svg)](https://agentmods.dev/skills/tornikegomareli/claude-plugin-codex/claude-delegation)
Your own site
<a href="https://agentmods.dev/skills/tornikegomareli/claude-plugin-codex/claude-delegation"><img src="https://agentmods.dev/badge/skills/tornikegomareli/claude-plugin-codex/claude-delegation.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 573 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00099 $0.00573
Opus 5 $0.00049 $0.00287
Sonnet 5 $0.00020 $0.00115
Haiku 4.5 $0.00010 $0.00057

Measured 8d ago against content hash 5e930af59ecf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

claude-delegation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/claude/skills/claude-delegation/SKILL.md · 39 lines

What it actually says

Claude delegation

This plugin delegates work to the user's local Claude Code install through one companion script.

The companion script is scripts/claude-companion.mjs inside this plugin's root directory (the installed claude plugin directory containing .codex-plugin/plugin.json). Always invoke it with an absolute path:

node "<plugin-root>/scripts/claude-companion.mjs" <verb> "<arguments>"

Routing

Map the user's request to a verb, then follow the matching command file in this plugin's commands/ directory — it carries the full rules for that verb (execution modes, argument handling, output contract).

User asks for Verb Command file
setup, install check, login check, default model, review gate setup commands/setup.md
a Claude code review of changes review commands/review.md
an adversarial / challenge review adversarial-review commands/adversarial-review.md
an implementation plan from Claude plan commands/plan.md
Claude to implement or execute a plan implement commands/implement.md
handing a bug/task to Claude, a second opinion, continuing Claude's work task (via the rescue flow) commands/rescue.md
moving this Codex session to Claude Code transfer commands/transfer.md
progress of Claude jobs status commands/status.md
the output of a finished Claude job result commands/result.md
stopping a running Claude job cancel commands/cancel.md

Non-negotiable rules

  • Return the companion's stdout verbatim; do not paraphrase, summarize, or append commentary.
  • Reviews are review-only: never start fixing reported findings on your own.
  • Do not substitute your own analysis for Claude's when the companion fails; report the failure and point to @claude setup.
  • The companion spawns the claude CLI, which needs network access; if the sandbox blocks it, rerun the command with escalated permissions.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 39 lines · 99 tokens per session scan A 5e930af59ecf

Subscribe to this mod's changes

claude-delegation is a skill published in the GitHub repository tornikegomareli/claude-plugin-codex (9 stars, last pushed 2mo ago), licensed MIT. It adds 99 tokens to every session and 573 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openai/codex · 114 tokens