task-orchestrate

task-orchestrate is a command for Claude Code from smith-horn/skillsmith. It costs 0 tokens per session (517 once invoked), scanned A, original, no licence file.

A command for coordinating complex tasks across multiple agents working together.

In plain words
What is it for?
Use it to organize multi-agent work on larger or multi-part tasks.
Why use it?
It helps divide and manage work that is too involved for one agent or one step.

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/smith-horn/skillsmith/task-orchestrate
Clone the repo
git clone --depth 1 https://github.com/smith-horn/skillsmith

Made for: Claude Code.

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 task-orchestrate

README.md
[![agentmods](https://agentmods.dev/badge/commands/smith-horn/skillsmith/task-orchestrate.svg)](https://agentmods.dev/commands/smith-horn/skillsmith/task-orchestrate)
Your own site
<a href="https://agentmods.dev/commands/smith-horn/skillsmith/task-orchestrate"><img src="https://agentmods.dev/badge/commands/smith-horn/skillsmith/task-orchestrate.svg" alt="Measured on agentmods" height="20"></a>
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 517 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00517
Opus 5 $0.00000 $0.00259
Sonnet 5 $0.00000 $0.00103
Haiku 4.5 $0.00000 $0.00052

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

Security

Grade A, and why

task-orchestrate 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 3d 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/coordination/task-orchestrate.md · 50 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 50 lines · 0 tokens per session scan A 532d3075223d

Subscribe to this mod's changes

task-orchestrate is a command published in the GitHub repository smith-horn/skillsmith (78 stars, last pushed today), with no licence file. It costs nothing until one of its globs matches a file; then it loads 517 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.

Related

Other commands, from other repositories

fw-setup-use

Workspace FDK stack switch — nvm use from .nvmrc or explicit 10/9 (Node 24.11 vs 18); optional --write-nvmrc and --global flags.

freshworks-developers/fw-dev-tools · 45 tokens

fdk-migrate

Migrate a legacy Freshworks app from platform-version 2.3 (2.x), FDK 9.x, and Node 18 to Platform 3.0 with FDK 10.0.1 and Node 24.11.0. Transforms manifest, request templates, Crayons UI, and validates on the new toolchain. Does not install fdk/Node—use fw-setup (or prompt user to add it) per SKILL.md.

freshworks-developers/fw-dev-tools · 102 tokens

fdk-fix

Fix all platform validation errors and lint errors in a Freshworks app. Runs fdk validate, identifies fatal errors and lint issues, applies fixes iteratively, and re-validates until all errors are resolved.

freshworks-developers/fw-dev-tools · 46 tokens

fdk-react-create

Create a new Platform 3.0 React Meta app (default UI stack). Uses fdk create react-starter-template or react-meta skeletons with DEW components, metaConfig in manifest.json, and React Router.

freshworks-developers/fw-dev-tools · 49 tokens

fw-setup-status

Check FDK and Node.js installation status (/fw-setup status); optional --verbose diagnostics.

freshworks-developers/fw-dev-tools · 23 tokens

fdk-refactor

Reduce function complexity in a Freshworks app to meet cyclomatic complexity ≤ 7 per function. Extracts helper functions, simplifies conditionals, and preserves behavior while improving code quality.

freshworks-developers/fw-dev-tools · 41 tokens