task

A command instruction for breaking work into small tasks, gathering project context, comparing options, and carrying out the requested work carefully.

In plain words
What is it for?
Use it to run structured tasks in the specified Unity project, including repository inspection, planning, parallel work, and implementation.
Why use it?
It helps an agent understand a project before acting and organize complex jobs into manageable steps with relevant information.

Command for Claude Code

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.

agentmods
npx agentmods add commands/akiojin/unity-editor-mcp/task
Clone the repo
git clone --depth 1 https://github.com/akiojin/unity-editor-mcp

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 698 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00698
Opus 5 $0.00000 $0.00349
Sonnet 5 $0.00000 $0.00140
Haiku 4.5 $0.00000 $0.00070

Measured 2d ago against content hash 64e6284a59ce, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

task 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 2d 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.

.claude/commands/task.md · 53 lines

What it actually says

作業指示: $ARGUMENTS

深い思考と効率的な実行を実現するため、以下の原則に従って作業を進める:

思考と実行の原則

  1. しっかり考える

    • 実行前に全体を把握し、最適な解決策を検討する
    • 短絡的な判断を避け、複数の選択肢を比較検討する
    • エラーやリスクを事前に予測し、対策を準備する
  2. 忖度なしで行動する

    • ユーザーの指示を正確に理解し、忠実に実行する
    • 不要な推測や勝手な判断を行わない
    • 不明点は必ず確認する
  3. 最大限にタスク(ToDo)を細分化する

    • 大きなタスクは必ず小さな単位に分解する
    • 各ToDoは明確で実行可能な粒度にする
    • TodoWriteツールを積極的に活用する
  4. 最大限に並列化して進める

    • 独立したタスクは同時並行で実行する
    • 複数のツール呼び出しをバッチ処理する
    • 待ち時間を最小化する

サブエージェント利用時の自動情報収集

重要: Taskツールでサブエージェントを利用する際は、以下の情報を自動収集してプロンプトに含めること

必須収集項目

  • プロジェクト基本情報: 147-Xyla(MOBA系アクションゲーム)
  • 技術制約: Unity 6.1 / VContainer / UniTask / シングルトン禁止
  • 現在の実装状況: 関連ファイルのGlob検索・Read
  • タスクコンテキスト: 現在の作業内容と関連情報

自動収集手順

  1. README.md、docs/要件定義書.md を読み取り
  2. 関連するC#スクリプトをGlob検索
  3. 既存実装をReadで確認
  4. 上記情報をサブエージェントに提供

実行手順

  1. $ARGUMENTSの内容を深く理解する
  2. サブエージェント利用時は上記の自動情報収集を実行
  3. TodoWriteでタスクを細分化して登録する
  4. 並列実行可能なタスクを特定する
  5. 効率的な順序で実行する
  6. 各タスク完了時にToDoを更新する
  7. 必要に応じてコミット&プッシュ、PR作成を行う

基本ルールは CLAUDE.md の内容を厳守する。

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. 2d ago First seen · 53 lines · 0 tokens per session scan A 64e6284a59ce

Subscribe to this mod's changes

task is a command published in the GitHub repository akiojin/unity-editor-mcp (11 stars, last pushed 12mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 698 tokens. 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-30.