Agent Plugins Marketplace
All plugins

crew

v0.2.0

Throw an AI dev at a problem and have it own the outcome. Five Opus agents (router, scout, worker, critic, fresh-eyes) collaborate to investigate, plan, execute, and verify — SSH into systems, spin up infra, edit code, ship features, debug deploys, get airgap bundles working. Worker self-switches between investigating, planning, executing, and verifying modes. Bounded scout budget, multi-agent reflexion on stuck (N=2-3 parallel variants + judge), critic and fresh-eyes must produce evidence ledgers of commands they actually ran. One checkpoint (plan approval) for side-effecting tasks, zero for pure investigation. Plan and debrief render in chat; state files exist in .crew/runs/ for resume. /crew:goal runs the worker→critic→fresh-eyes loop unattended until critic and fresh-eyes both return pass — enforced by a Stop hook, bounded by cycle and time caps.

Claude Code

By AlphaBravo2 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
0 skill or MCP entries
Source updated
Aug 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install crew@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/alphabravo-oss/guild

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/crew/.

Plugin files

plugins/crew/
└── .claude-plugin/plugin.json

Plugin manifests1

plugins/crew/.claude-plugin/plugin.json
{
  "name": "crew",
  "description": "Throw an AI dev at a problem and have it own the outcome. Five Opus agents (router, scout, worker, critic, fresh-eyes) collaborate to investigate, plan, execute, and verify — SSH into systems, spin up infra, edit code, ship features, debug deploys, get airgap bundles working. Worker self-switches between investigating, planning, executing, and verifying modes. Bounded scout budget, multi-agent reflexion on stuck (N=2-3 parallel variants + judge), critic and fresh-eyes must produce evidence ledgers of commands they actually ran. One checkpoint (plan approval) for side-effecting tasks, zero for pure investigation. Plan and debrief render in chat; state files exist in .crew/runs/ for resume. /crew:goal runs the worker→critic→fresh-eyes loop unattended until critic and fresh-eyes both return pass — enforced by a Stop hook, bounded by cycle and time caps.",
  "version": "0.2.0",
  "author": {
    "name": "AlphaBravo"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[crew on Agent Plugins Marketplace](https://pluginsmp.com/plugins/crew)