From fakoli-crew
Orchestrate fakoli-crew agents as coordinated teams for complex multi-step projects
npx claudepluginhub fakoli/fakoli-plugins --plugin fakoli-crewThis skill uses the workspace's default tool permissions.
| Agent | Role | Best For |
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
| 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.