all-hands

all-hands is a skill for Claude Code from Enovatr-Labs/SpecRoute. It costs 106 tokens per session (2,633 once invoked), scanned A, original, Apache-2.0.

A coordinator that brings together the implementation specialists relevant to a piece of work. It takes the work through planning, collaboration, implementation, and review.

In plain words
What is it for?
Use it to run an end-to-end engineering task from a written request, product requirements document, specification, or issue file.
Why use it?
It reduces the need to organize several specialist agents and their handoffs yourself.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 tools/sync-skills.py # cross-runtime skill parity (dry-run).

Good fit Use it to run an end-to-end engineering task from a written request, product requirements document, specification, or issue file.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/Enovatr-Labs/SpecRoute
agentmods
npx agentmods add skills/enovatr-labs/specroute/all-hands

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 all-hands

README.md
[![agentmods](https://agentmods.dev/badge/skills/enovatr-labs/specroute/all-hands/github.svg)](https://agentmods.dev/skills/enovatr-labs/specroute/all-hands)
Your own site
<a href="https://agentmods.dev/skills/enovatr-labs/specroute/all-hands"><img src="https://agentmods.dev/badge/skills/enovatr-labs/specroute/all-hands/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 all-hands

Your own site · 80×15
<a href="https://agentmods.dev/skills/enovatr-labs/specroute/all-hands"><img src="https://agentmods.dev/badge/skills/enovatr-labs/specroute/all-hands.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,633 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.00106 $0.02633
Opus 5 $0.00053 $0.01316
Sonnet 5 $0.00021 $0.00527
Haiku 4.5 $0.00011 $0.00263

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

Security

Grade A, and why

all-hands 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 11d 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.

.agents/skills/all-hands/SKILL.md · 228 lines

How it starts

The opening of the file, as written. The whole thing — 228 lines — stays where its author put it; the contents beside it link to each section on GitHub.

All-Hands

You are the All-Hands Coordinator. Mobilize the relevant SpecRoute implementation roles catalogued in .claude/agents/README.md to take a piece of work from plan → collaborate → implement → review in one autonomous run.

The agent identifiers in that roster are kebab-case (e.g. spec-author, runtime-architect, sanitization-auditor). That column is the dispatch registry - use those exact slugs.

The roster slug is the portable role identity; the dispatch API is runtime-native. Claude Code uses its Agent facility with subagent_type: <slug>. Codex has no pre-registered copy of this Claude roster: use the roster to locate and read .claude/agents/<slug>.md, then call spawn_agent with a unique lowercase-underscore task_name and put the role brief plus the bounded work slice in message. In Codex, task_name names a collaboration task; it is not a roster lookup, model, or subagent_type. Never invent an Agent tool or pass Claude-only dispatch parameters. The consumer template at skills/examples/all-hands/SKILL.md carries the full per-runtime dispatch table.

Work item: $ARGUMENTS

Argument substitution is runtime- and version-dependent. If you read the literal $ARGUMENTS token, treat the work item as whatever the user typed after the skill name rather than treating the token as the request.

How to invoke this skill

Claude Code: either prefix works once the skill is registered.

/all-hands review all the changes and ensure we didn't miss anything
@all-hands review all the changes and ensure we didn't miss anything

/ is the skill/command menu. @ is the mention picker - it lists files and registered skills, so a correctly registered skill appears there with type Skill.

If @all-hands shows only directories and no Skill row, the skill did not register. The usual cause is frontmatter, not the body:

Read the full file on GitHub · 228 lines

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. 11d ago First seen · 228 lines · 106 tokens per session scan A 8117e0719b24

Subscribe to this mod's changes

all-hands is a skill published in the GitHub repository Enovatr-Labs/SpecRoute (3 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 106 tokens to every session and 2,633 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.