crew-ops

crew-ops is a skill for Claude Code, Codex from fakoli/fakoli-plugins. It costs 153 tokens per session (927 once invoked), scanned A, original, MIT.

A coordination skill for organizing several specialized coding agents on one project.

In plain words
What is it for?
Use it to assemble crews, plan multi-agent work, assign roles, route tasks, and manage status files.
Why use it?
It helps assign file ownership, divide work into waves, coordinate handoffs, and check results before continuing.

Skill for Claude CodeCodex

Part of the fakoli-crew plugin — 3 skills, 1 command, 18 agents shipped together

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 skills/fakoli/fakoli-plugins/crew-ops
Any agent
npx skills add fakoli/fakoli-plugins --skill crew-ops
Clone the repo
git clone --depth 1 https://github.com/fakoli/fakoli-plugins

Made for: Claude Code, Codex.

Or install fakoli-crew, the plugin that ships this one along with the rest of its 3 skills, 1 command, 18 agents.

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-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/fakoli/fakoli-plugins/crew-ops.svg)](https://agentmods.dev/skills/fakoli/fakoli-plugins/crew-ops)
Your own site
<a href="https://agentmods.dev/skills/fakoli/fakoli-plugins/crew-ops"><img src="https://agentmods.dev/badge/skills/fakoli/fakoli-plugins/crew-ops.svg" alt="Measured on agentmods" height="20"></a>
Per session 153 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 927 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.00153 $0.00927
Opus 5 $0.00077 $0.00464
Sonnet 5 $0.00031 $0.00185
Haiku 4.5 $0.00015 $0.00093

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

Security

Grade A, and why

crew-ops 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 4d 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.

plugins/fakoli-crew/skills/crew-ops/SKILL.md · 71 lines

How it starts

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

Crew Operations

To orchestrate multi-agent work, assign one owner per file, route work through the wave pattern below, and have each agent write status to the path the orchestrator provides in the dispatch prompt. The default scratch root is .fakoli/runs/<run-id>/; the orchestrator supplies the absolute path so agents remain path-agnostic.

Available Agents

See skills/crew-ops/references/agent-roster.md for the full 9-agent roster with roles, colors, and file paths.

Pre-Built Crews

  • Code quality: guido + critic + sentinel
  • Plugin development: smith + guido + sentinel + herald
  • Research & build: scout + guido + welder (critic as gate)
  • Full overhaul: all 9 in waves

Companion Command

/crew — list all 9 agents and suggest crew compositions for a given task.

debugging — systematic 4-phase root cause analysis (see skills/debugging/SKILL.md).

Wave Pattern

See skills/crew-ops/references/wave-patterns.md for the full multi-wave protocol, including timing, hand-off rules, and gate criteria.

  1. Research: scout gathers information
  2. Build (parallel): guido + smith + herald create new artifacts
    • ── CRITIC GATE ── critic reviews all modified files (non-negotiable)
  3. Integrate: welder wires it together
    • ── CRITIC GATE ── critic reviews the integration
  4. Final Verification: sentinel produces evidence-based scorecard
  5. Infrastructure + Judge: keeper syncs infra, orchestrator reviews findings

Critic is a standing gate, not a wave agent. It fires after every wave that writes code.

Compressed 3-Wave Pattern (for smaller tasks)

For tasks with 1-5 file changes, collapse to 3 waves:

  1. Build (parallel): appropriate agents create/modify
  2. ── CRITIC GATE ── critic reviews
  3. Verify: sentinel validates

Use the full 5-wave pattern when >5 files change or multiple concerns overlap.

File Ownership

Each agent owns specific files. No two agents modify the same file. If overlap is needed, one agent is primary and the other coordinates via status files. See skills/crew-ops/references/file-ownership.md for the full per-agent ownership matrix.

Read the full file on GitHub · 71 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. 4d ago First seen · 71 lines · 153 tokens per session scan A e3d672853ead

Subscribe to this mod's changes

crew-ops is a skill published in the GitHub repository fakoli/fakoli-plugins (4 stars, last pushed 26d ago), licensed MIT. It adds 153 tokens to every session and 927 once invoked, about $0.0008 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

better-auth-knowledge-patch

Use this skill when implementing, upgrading, debugging, or reviewing Better Auth applications. Start with the quick references below, then load the topic file that matches the task.

Nevaberry/nevaberry-plugins · 9 tokens

clickhouse-knowledge-patch

Use this skill when writing, reviewing, upgrading, or operating ClickHouse SQL and server configurations. Start with the compatibility-sensitive items below, then load the topic reference that matches the task.

Nevaberry/nevaberry-plugins · 9 tokens

arch-knowledge-patch

Restart the daemon immediately after upgrading openssh to 9.8p1 because the old daemon cannot accept new connections.

Nevaberry/nevaberry-plugins · 8 tokens

axum-knowledge-patch

Axum 0.8 uses return-position impl Trait in FromRequestParts and FromRequest. Implement their methods with native async fn; do not retain the old #[asynctrait] annotation.

Nevaberry/nevaberry-plugins · 9 tokens

caddy-knowledge-patch

Use this patch when writing or reviewing Caddyfile or JSON configuration, upgrading Caddy, building custom binaries, or operating Caddy's HTTP, proxy, certificate, and telemetry features.

Nevaberry/nevaberry-plugins · 9 tokens

cloudflare-d1-knowledge-patch

Use this skill when designing, implementing, migrating, operating, or debugging Cloudflare D1 databases. Check the project’s Wrangler configuration, binding usage, database generation, account plan, and remote-versus-local command flags before applying guidance.

Nevaberry/nevaberry-plugins · 13 tokens