crew

crew is a skill for Claude Code from okqixiaobao727-design/agentcrew-dev-skills. It costs 37 tokens per session (1,652 once invoked), scanned A, original, MIT.

A command for running all tickets in a prepared software-work run with parallel Claude and Codex agents, separate worktrees, and wave-by-wave integration into a temporary branch.

In plain words
What is it for?
Use /crew with a run directory after /route has staged the tickets, then review the resulting integration branch.
Why use it?
It automates dispatching agents, collecting their results, merging completed work, and tracking progress while leaving decisions about unusual or irreversible actions for human review.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions Codex.

Part of the agentcrew-dev-skills plugin — 2 skills shipped together

Good fit Use /crew with a run directory after /route has staged the tickets, then review the resulting integration branch.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/okqixiaobao727-design/agentcrew-dev-skills/crew
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 okqixiaobao727-design/agentcrew-dev-skills --skill crew
Clone the repo
git clone --depth 1 https://github.com/okqixiaobao727-design/agentcrew-dev-skills

Made for: Claude Code.

Or install agentcrew-dev-skills, the plugin that ships this one along with the rest of its 2 skills.

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 crew

README.md
[![agentmods](https://agentmods.dev/badge/skills/okqixiaobao727-design/agentcrew-dev-skills/crew/github.svg)](https://agentmods.dev/skills/okqixiaobao727-design/agentcrew-dev-skills/crew)
Your own site
<a href="https://agentmods.dev/skills/okqixiaobao727-design/agentcrew-dev-skills/crew"><img src="https://agentmods.dev/badge/skills/okqixiaobao727-design/agentcrew-dev-skills/crew/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 crew

Your own site · 80×15
<a href="https://agentmods.dev/skills/okqixiaobao727-design/agentcrew-dev-skills/crew"><img src="https://agentmods.dev/badge/skills/okqixiaobao727-design/agentcrew-dev-skills/crew.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,652 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.00037 $0.01652
Opus 5 $0.00018 $0.00826
Sonnet 5 $0.00007 $0.00330
Haiku 4.5 $0.00004 $0.00165

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

Security

Grade A, and why

crew 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 6d ago.

The scan reads SKILL.md. This mod also ships 40 executable files (assets/accounts.py, assets/advance.py, assets/bounded_read.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/crew/SKILL.md · 114 lines

How it starts

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

Crew

/crew <run-dir> runs the tickets of the run directory /route staged, unattended, and hands back an integration branch to review. Typing it is the run's whole sign-off: the wave table the driver validates from each ticket's ## Routing section is the sole routing authority (ADR-0003).

Your work is judgment: rule on what a child asks, and on what the driver's rule table has no row for. The driver runs the rest — preflight, dispatch, receipts, settlement, merges, tracker closes, advancement, the report — in a tmux window of its own, costing you no turn while it works (ADR-0010).

Contract

Terms are the glossary's (docs/glossary.md).

Reversibility is the authority boundary. You may approve any reversible action — production, remote, deployment, external-service and acceptance runs included — and must record the action's exact undo inside the ruling that approves it. Whether a ticket's acceptance runs at all is your ruling too; its credentials come from the project's own convention, and one the run lacks is parked. An action with no credible undo is parked for the human. The red-line hook blocks known destructive command shapes; this rule stands where the hook misses.

Judgment material is read whole; facts are delegated — read <run-dir>/spec.md whole at run start, before the first ruling: staging generated it as this run's Reference index to the maintainer-authored Markdown the coordinator may read whole. The hook compares physical locations. Code, tests and git remain facts for the witness brief. Every escalation carries the Witness line that checks its pointers; you run it yourself, before you rule, as references/triage.md says. When a ruling needs an uncited fact, ask the same Witness directly:

python3 <crew-skill-dir>/assets/witness.py ask \
  --run <run-dir> --ticket <NN> --question '<one factual question>'

Read the full file on GitHub · 114 lines

Files

What ships with it

43 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago Changed · +2 lines 43683acbf3ca
  2. 7d ago Changed · +12 lines cd9672d77f0d
  3. 11d ago First seen · 100 lines · 37 tokens per session scan A 94bf30af670d

Subscribe to this mod's changes

crew is a skill published in the GitHub repository okqixiaobao727-design/agentcrew-dev-skills (1 stars, last pushed 3d ago), licensed MIT. It adds 37 tokens to every session and 1,652 once invoked, about $0.0002 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

review-switch

Dispatch a review to the Bridge, which resolves the reviewer Lane from this machine's Machine Config. Use when a review is asked for without naming a lane, or when a review-skill invocation was refused and pointed here.

okqixiaobao727-design/review-switch · 47 tokens

feature-execution

A feature-delivery coordinator that divides a feature into waves of work, assigns agents, manages review rounds, and commits each wave.

stepanenkoviktor0110-boop/ai-dev-methodology-codex · 73 tokens

done

A work-session finalization process that compares documentation with recent Git changes, updates project knowledge, and can optionally archive a completed feature. Git is a system for tracking changes to code and related files.

stepanenkoviktor0110-boop/ai-dev-methodology-codex · 75 tokens

init-project

Initialize project with template, git, and GitHub.

stepanenkoviktor0110-boop/ai-dev-methodology-codex · 13 tokens

agent-framework-py-release

Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…

microsoft/agent-framework · 103 tokens

git-workflow

This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team…

Galaxy-Dawn/claude-scholar · 64 tokens