# codecrew

A virtual dev crew for Claude Code — 11 specialized AI agents that decompose, implement, review, and ship your tasks. Instead of one AI doing everything, CodeCrew breaks work into subtasks and routes each to the right specialist on the right model.

- Tier: Indexed (plain plugin)
- Category: Development
- Page: https://www.flowy.sh/listings/d3x293-code-crew
- Source: https://github.com/d3x293/code-crew
- Price: free and open source

## Summary
codecrew is a Claude Code plugin with 12 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes agent-manager, codebase-index, crew-config. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.

## Install (Claude Code)
```
npx -y skills add d3x293/code-crew
```

## Skills
- agent-manager
- codebase-index
- crew-config
- crew-init
- execution-orchestrator
- index-updater
- lite-router
- skill-injector
- task-history
- task-rollback
- task-router
- team-status

## FAQ

### What is codecrew?
A virtual dev crew for Claude Code — 11 specialized AI agents that decompose, implement, review, and ship your tasks. Instead of one AI doing everything, CodeCrew breaks work into subtasks and routes each to the right specialist on the right model.

### How do I install codecrew?
Run these in Claude Code: npx -y skills add d3x293/code-crew. Then prompt normally.

### Does codecrew auto-invoke its skills?
Not yet. It is indexed on Flowy as a plain plugin. Request auto-invocation on its page and Flowy will route its skills for you as you prompt.

### Is codecrew free?
Yes. Flowy is free and open source, with nothing gated. You can read every skill in full before you install.
