source-command-agents-agent-types

Lists all 87 agent types available in Codex Flow V3 with descriptions and use cases.

Updated May 11, 2026
One-click install
npx skills add https://github.com/Turgunoff/mebellar_app --skill source-command-agents-agent-types-turgunoff
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: source-command-agents-agent-types
Source: https://github.com/Turgunoff/mebellar_app/tree/main/.agents/skills/source-command-agents-agent-types
Command: npx skills add https://github.com/Turgunoff/mebellar_app --skill source-command-agents-agent-types-turgunoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Choosing the right agent type in Codex Flow V3 is difficult when 87 options span development, swarm coordination, consensus, GitHub integration, and more. This reference organizes every agent type by category so you can pick the correct one for your task. ## Core Features & Use Cases - Categorized Agent Catalog: Browses 87 agent types grouped into 20 categories including Core Development, V3 Specialized, Swarm Coordination, Consensus, GitHub Integration, SPARC Methodology, and Flow Nexus. - Selection Guidance: Each agent entry includes a description and a "Best For" column mapping agents to concrete tasks like PR reviews, threat modeling, or TDD workflows. - Use Case: When setting up a multi-agent code review, consult the GitHub Integration table to choose between code-review-swarm, pr-manager, and swarm-pr based on your review workflow. ## Quick Start Ask which Codex Flow agent type to use for coordinating a multi-agent pull request review.

Frequently Asked Questions about source-command-agents-agent-types

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all agent types in Codex Flow V3?▼

Run npx Codex-flow agent spawn --help to list all available agent types. Codex Flow V3 provides 87 agent types organized into categories like Core Development, Swarm Coordination, and GitHub Integration.

Which Codex Flow agent should I use for code review?▼

Use the reviewer agent for standard PR reviews and security checks, or code-review-swarm for multi-agent comprehensive reviews. The github-pr-manager and swarm-pr agents handle PR-based review workflows.

What is the difference between swarm coordinator agent types?▼

hierarchical-coordinator uses queen-led coordination for complex projects, mesh-coordinator uses P2P peer networks for research, and adaptive-coordinator adjusts topology dynamically for unknown workloads.

How do I spawn an agent in Codex Flow?▼

Run npx Codex-flow agent spawn -t <agent-type> with the desired agent type name. For example, use -t coder for feature development or -t tester for automated testing tasks.

Does Codex Flow support consensus-based distributed agents?▼

Yes, Codex Flow includes 7 consensus agents: byzantine-coordinator for BFT fault tolerance, raft-manager for leader-based consensus, gossip-coordinator, crdt-synchronizer, quorum-manager, security-manager, and consensus-coordinator.