Agent Cursor
Fakoli Crew integration engineer for wiring new code, adapting interfaces, and backward-compatible refactors.
Agent Cursor
Fakoli Crew integration engineer for wiring new code, adapting interfaces, and backward-compatible refactors.
Agent
Use this agent when you need a thorough code review — line-by-line analysis of code quality, naming, safety, and TypeScript correctness. Reviews as a Staff Engineer at a FAANG company would. Critics report; they don't fix. Context: You've finished implementing a new provider module. user: "Review this code before I…
Agent
Use this agent when you need design guidance for TypeScript, Python, or Rust — interface design, type system patterns, project structure, error handling, or naming conventions. Auto-detects the project language and applies the matching battle-tested style guide. Context: You're designing a TTS abstraction layer. user…
Agent
Use this agent when you need documentation that makes people actually want to use a project. Triggers include "improve the README", "rewrite descriptions", "make this appealing", or "better branding". Context: A new plugin was just shipped with a minimal placeholder README. user: Make this README appealing to…
Agent
Use this agent when you need to maintain or update repository infrastructure. Triggers include "update CLAUDE.md", "fix CI workflows", "update contributor docs", or "sync the registry". Context: Three new agents were added to the plugin and CLAUDE.md still lists only the original five. user: Update CLAUDE.md to…
Agent
Use this agent when you need to research an API or service and produce a structured reference document — endpoints, auth, schemas, pricing, rate limits, and code examples. Context: You're adding ElevenLabs TTS support to the plugin. user: "Research the ElevenLabs API for text-to-speech." assistant: "I'll use the scout…
Agent
Use this agent when you need comprehensive validation before shipping or merging. Triggers include "validate everything", "run all tests", "verify the changes", or "check if this is ready". Context: Three agents have finished their work on a new plugin release. user: Validate everything before we tag the release.…
Agent
Use this agent when you need to fix, validate, or modify Claude Code plugin structure — manifests, hooks, command frontmatter, paths, or version bumps. Context: You added a new hook and the plugin is rejected on load. user: "Fix the plugin structure — the hooks aren't being recognized." assistant: "I'll use the smith…
Agent
Use this agent when you need a security review — injection surfaces, secret and credential leakage, dependency and supply-chain risk, and plugin permission surfaces (hooks, tool allowlists, MCP configs). Wardens report; they don't fix. Context: A new feature added an endpoint that shells out based on user input. user…
Agent
Use this agent when you need to integrate new abstractions into existing code without breaking anything. Triggers include phrases like "refactor to use the new", "integrate with", "wire up", or "connect these modules". Context: guido has created a new ProviderProtocol and smith has updated the manifest. user: Wire up…
Command
List all 9 fakoli-crew agents with roles, and (if a task is supplied) suggest a crew composition tailored to that task. Pairs with the crew-ops skill, which handles multi-agent orchestration once a crew is chosen.
Skill Claude CodeCodex
This skill should be used when coordinating multiple fakoli-crew agents on a single project — assembling crews, planning waves, assigning file ownership, or routing work across guido, critic, warden, scout, smith, welder, herald, keeper, and sentinel. Provides wave patterns, file-ownership rules, status-file protocol…
Skill Claude CodeCodex
This skill should be used when a test is failing inexplicably, when a runtime error appears in production, when a bug reproduces unpredictably, or when two or more prior fix attempts have failed. Provides a 4-phase systematic debugging workflow — investigate, analyze patterns, form hypothesis, fix with test — to…
Skill Claude CodeCodex
INTENTIONAL ANTIPATTERNS — DO NOT FIX =====================================.
Plugin Claude Code
Intent-driven workflow orchestration — brainstorm, plan, and execute complex projects through coordinated specialist agents with critic gates and evidence-based verification.
Command
Show fakoli-flow's 6 skills, the workflow pipeline, and the currently detected project state (language, crew availability). Takes no arguments — use /fakoli-flow: to trigger a skill.
Hook
Runs when a session starts, executing detect-context.sh via bash. From fakoli/fakoli-plugins.
Hook
Runs before the agent uses a tool for Task and Agent tool calls, executing gate-check.sh via bash. From fakoli/fakoli-plugins.
Hook
Runs after a tool call finishes for Task and Agent tool calls, executing gate-track.sh via bash. From fakoli/fakoli-plugins.
Skill Claude CodeCodex
Design phase — refine ideas into specs through collaborative dialogue.
Skill Claude CodeCodex
Execute phase — wave-based crew dispatch with critic gates and evidence-based verification.
Skill Claude CodeCodex
Ship phase — merge, PR, keep, or discard with pre-merge verification.
Skill Claude CodeCodex
Plan phase — break approved specs into intent-driven task lists for crew execution.
Skill Claude CodeCodex
Fast path — skip the full workflow for small tasks under 3 files.