npx claudepluginhub fakoli/fakoli-plugins --plugin fakoli-crewList all 8 fakoli-crew agents with their roles, then suggest crew compositions for the user's current task. ## All Agents | Agent | Color | Role | Invoke When | |-------|-------|------|-------------| | guido | blue | TypeScript architect | Designing interfaces, writing new modules, type-safe refactors | | critic | red | Code reviewer | Quality audits, finding bugs, import analysis, severity ratings | | scout | cyan | Researcher | API docs, codebase exploration, dependency investigation | | smith | green | Plugin engineer | plugin.json, commands, hooks, manifest structure | | welder | yell...
List all 8 fakoli-crew agents with their roles, then suggest crew compositions for the user's current task.
| Agent | Color | Role | Invoke When |
|---|---|---|---|
| guido | blue | TypeScript architect | Designing interfaces, writing new modules, type-safe refactors |
| critic | red | Code reviewer | Quality audits, finding bugs, import analysis, severity ratings |
| scout | cyan | Researcher | API docs, codebase exploration, dependency investigation |
| smith | green | Plugin engineer | plugin.json, commands, hooks, manifest structure |
| welder | yellow | Integration engineer | Wiring new code into existing systems, backward-compat refactors |
| herald | magenta | Documentation writer | READMEs, marketplace descriptions, branding, user-facing copy |
| keeper | green | Infrastructure engineer | CLAUDE.md, CI workflows, contributor docs, registry sync |
| sentinel | red | QA engineer | Test runs, validation scorecards, pre-release checks |
Agents: guido + critic + sentinel Use when: You want to audit and improve an existing codebase.
1. critic audits — finds issues, assigns severity
2. guido rewrites — fixes MUST and SHOULD items with idiomatic TypeScript alternatives
3. sentinel validates — runs tests, confirms nothing regressed
Agents: smith + guido + sentinel + herald Use when: Building a new plugin or adding major features to an existing one.
Wave 1: scout (research existing patterns)
Wave 2: smith (manifest) + guido (code)
Wave 3: sentinel (validate) + herald (README)
Agents: scout + guido + welder (critic as gate) Use when: Integrating an external library or API you haven't used before.
Wave 1: scout (read the docs, map the API)
Wave 2: guido (design the wrapper/interface)
── CRITIC GATE ──
Wave 3: welder (wire into existing code)
── CRITIC GATE ──
Agents: herald + keeper + sentinel Use when: Docs are stale, READMEs are generic, or the registry is out of sync.
Wave 1: herald (rewrite READMEs with specific value propositions)
── CRITIC GATE ──
Wave 2: keeper (sync CLAUDE.md, marketplace.json, registry)
Wave 3: sentinel (verify counts match, links resolve)
Agents: All 8 in waves (critic as standing gate) Use when: Major version bump, structural refactor, or preparing for public launch.
Wave 1: scout (research)
Wave 2 (parallel): guido + smith + herald (build)
── CRITIC GATE ──
Wave 3: welder (integrate)
── CRITIC GATE ──
Wave 4: sentinel (final verification)
Wave 5: keeper (infrastructure) + orchestrator reviews findings
To invoke an individual agent:
/agent:guido Design an interface for the new storage backend.
/agent:sentinel Validate everything before we tag v2.0.0.
/agent:herald Rewrite the README for fakoli-tts.
To use the crew skill for multi-agent orchestration, trigger it with phrases like: