delegate-suggest

delegate-suggest is a skill for Claude Code, Codex from masa-san-jp/Agent-Aiko. It costs 143 tokens per session (1,081 once invoked), scanned A, original, MIT.

A guide for deciding when a question should be given to another specialized coding agent. It suggests a suitable agent, explains why, and asks the user for approval before delegating.

In plain words
What is it for?
Routing engineering, design, finance, operations, research, review, web-observation, skill-development, or repository-cleanup questions to the appropriate agent.
Why use it?
It helps prevent work from being handled by an agent without the right subject knowledge, data, or tool access.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Routing engineering, design, finance, operations, research, review, web-observation, skill-development, or repository-cleanup questions to the appropriate agent.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/masa-san-jp/agent-aiko/delegate-suggest
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 masa-san-jp/Agent-Aiko --skill delegate-suggest
Clone the repo
git clone --depth 1 https://github.com/masa-san-jp/Agent-Aiko

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 delegate-suggest

README.md
[![agentmods](https://agentmods.dev/badge/skills/masa-san-jp/agent-aiko/delegate-suggest/github.svg)](https://agentmods.dev/skills/masa-san-jp/agent-aiko/delegate-suggest)
Your own site
<a href="https://agentmods.dev/skills/masa-san-jp/agent-aiko/delegate-suggest"><img src="https://agentmods.dev/badge/skills/masa-san-jp/agent-aiko/delegate-suggest/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for delegate-suggest

Your own site · 80×15
<a href="https://agentmods.dev/skills/masa-san-jp/agent-aiko/delegate-suggest"><img src="https://agentmods.dev/badge/skills/masa-san-jp/agent-aiko/delegate-suggest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,081 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.00143 $0.01081
Opus 5 $0.00072 $0.00541
Sonnet 5 $0.00029 $0.00216
Haiku 4.5 $0.00014 $0.00108

Measured 9d ago against content hash 65c8b8eae0f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

delegate-suggest 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 9d 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.

reference/skills/delegate-suggest/SKILL.md · 65 lines

What it actually says

/delegate-suggest

Agent-team 共通スキル。自分の専門外または他エージェントの方が筋のよい質問に気づいたとき、能動的にユーザーへ委譲を提案する。実行は /agent-call に委ねる。

提案トリガー

以下のいずれかを検知したら、回答を始める前にユーザーへ提案する:

  • 質問領域が自分の purpose(spec.json)と乖離している
  • 別 agent が固有のデータ・スキル・ツール権限を持っている(例:scout の WebFetch ホワイトリスト、特定エージェントのデータアクセス権)
  • 自分が答えても二次資料の引用に留まり、別 agent なら一次資料を持っている
  • ユーザーが明示的に「誰に振るのが筋?」と尋ねた

振り分け表(spec.json ベース)

各組織の spec.json に定義されたエージェント一覧から、以下のような表を作成してください:

agent 振るべき相談
<engineering-like> コード設計・実装・技術判断
<design-like> UX・UI・プロトタイプ
<finance-like> 予算・ROI・財務指標
<ops-like> リソース調達・サプライチェーン
<research-like> 業界トレンド・技術調査
reviewer 横断レビュー・標準化(メタ)
scout 社外 BP 観測・WebFetch(メタ)
lab スキル横展開・新スキル切り出し(メタ)
janitor リポクリーニング・整理提案(メタ)

提案フォーマット

[delegate-suggest] この質問は <agent-name> の方が筋がよさそうです。
  理由: <1-2 行>
  実行案: /agent-call <agent-name> "<推奨プロンプト>"
進めますか? (yes / no / 自分で答える)

実行手順

  1. 上記トリガーで委譲が筋いいと判断したら、回答前に提案フォーマットを表示
  2. ユーザーが yes なら /agent-call <agent> を実行
  3. ユーザーが no または「自分で答える」なら自分で回答
  4. 応答を受け取ったら <agent-name> エージェントによる応答」と明示してユーザーに渡す
  5. 自分の見解と混ぜない

制約

  • 判断は常にユーザー:自動で委譲しない。提案して許可を得る
  • 再帰呼び出し禁止:呼び出し先がさらに /delegate-suggest を発動して別 agent を呼ぶことは禁止(1 段まで)
  • 専門領域から大きく外れない依頼は委譲しない:自分で答えた方が早い軽微な質問はそのまま答える
  • レイテンシ・コスト:1 回の委譲で 5〜30 秒消費。乱発しない
  • メタログ/agent-call 経由なので {{ORG_REPO_PATH}}/Agent-team/logs/agent-call/YYYY-MM-DD.jsonl に自動記録される

関連

  • 実行スキル:agents/.claude/skills/agent-call/SKILL.md
  • 実装本体:{{ORG_REPO_PATH}}/Agent-team/tools/agent-call/agent-call.sh
  • agent 一覧の正本:{{ORG_REPO_PATH}}/Agent-team/spec.json
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. 9d ago First seen · 65 lines · 143 tokens per session scan A 65c8b8eae0f8

Subscribe to this mod's changes

delegate-suggest is a skill published in the GitHub repository masa-san-jp/Agent-Aiko (3 stars, last pushed 1mo ago), licensed MIT. It adds 143 tokens to every session and 1,081 once invoked, about $0.0007 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.