From fakoli-crew
Orchestrate fakoli-crew agents as coordinated teams for complex multi-step projects
How this skill is triggered — by the user, by Claude, or both
Slash command
/fakoli-crew:crew-opsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Agent | Role | Best For |
| Agent | Role | Best For |
|---|---|---|
| guido | TypeScript architect | Interface design, type system patterns, project structure |
| critic | Code reviewer | Quality audits, finding bugs, import analysis |
| scout | Researcher | API docs, codebase exploration, technical references |
| smith | Plugin engineer | Manifests, hooks, commands, plugin structure |
| welder | Integration engineer | Refactoring, wiring new code into existing systems |
| herald | Documentation writer | READMEs, descriptions, branding, user-facing copy |
| keeper | Infrastructure engineer | CI/CD, CLAUDE.md, contributor docs, registry |
| sentinel | QA engineer | Testing, validation, verification scorecards |
| Skill | Purpose |
|---|---|
/crew | List agents and crew compositions |
| Debugging | Systematic 4-phase root cause analysis (see skills/debugging/SKILL.md) |
Critic is a standing gate, not a wave agent. It fires after every wave that writes code.
For tasks with 1-5 file changes, collapse to 3 waves:
Use the full 5-wave pattern when >5 files change or multiple concerns overlap.
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.
Agents write status to docs/plans/agent-<name>-status.md:
See references/ for detailed patterns.
npx claudepluginhub fakoli/fakoli-plugins --plugin fakoli-crewSets up multi-agent teams for complex projects with file-based planning, per-agent directories, and teammate spawning. Triggers on team/swarm/start-project requests.
Install and customise a team of AI agents (a chief-of-staff orchestrator that routes to division leads and specialists) into the user's own project or global config. Interviews the user about their business, departments, teams, products, or the people they manage — or reads their existing CLAUDE.md / AGENTS.md — then renders a tailored crew for Claude Code and/or Codex. Use when the user wants to "install the crew", "set up the agent team", "build my chief of staff", "scaffold agents for my business", or runs this kit for the first time.
Analyzes complex tasks, scouts codebase, dynamically designs and assembles expert agent teams via TeamCreate API, executes with validation and user confirmation.