원클릭으로
source-command-claude-flow-swarm
Coordinate multi-agent swarms for complex tasks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Coordinate multi-agent swarms for complex tasks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Implement persistent memory patterns for AI agents using AgentDB. Includes session memory, long-term storage, pattern learning, and context management. Use when building stateful agents, chat systems, or intelligent assistants.
Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.
Web browser automation with AI-optimized snapshots for Codex-flow agents
Comprehensive GitHub code review with AI-powered swarm coordination
Multi-repository coordination, synchronization, and architecture management with AI swarm orchestration
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
| name | source-command-claude-flow-swarm |
| description | Coordinate multi-agent swarms for complex tasks |
Use this skill when the user asks to run the migrated source command claude-flow-swarm.
Advanced multi-agent coordination system with timeout-free execution, distributed memory sharing, and intelligent load balancing.
./Codex-flow swarm "your complex task" --strategy <type> [options]
--strategy <type> - Execution strategy--mode <type> - Coordination mode--max-agents <n> - Maximum concurrent agents (default: 5)--timeout <minutes> - Timeout in minutes (default: 60)--background - Run in background for tasks > 30 minutes--monitor - Enable real-time monitoring--ui - Launch terminal UI interface--parallel - Enable parallel execution--distributed - Enable distributed coordination--review - Enable peer review process--testing - Include automated testing--encryption - Enable data encryption--verbose - Detailed logging output--dry-run - Show configuration without executing./Codex-flow swarm "Build e-commerce REST API" \
--strategy development \
--monitor \
--review \
--testing
./Codex-flow swarm "Analyze AI market trends 2024-2025" \
--strategy research \
--background \
--distributed \
--max-agents 8
./Codex-flow swarm "Optimize database queries and API performance" \
--strategy optimization \
--testing \
--parallel \
--monitor
./Codex-flow swarm "Implement secure payment processing system" \
--strategy development \
--mode distributed \
--max-agents 10 \
--parallel \
--monitor \
--review \
--testing \
--encryption \
--verbose
./Codex-flow swarm "Comprehensive security audit and testing" \
--strategy testing \
--review \
--verbose \
--max-agents 6
# Monitor swarm activity
./Codex-flow monitor
# Monitor specific component
./Codex-flow monitor --focus swarm
# Overall system status
./Codex-flow status
# Detailed swarm status
./Codex-flow status --verbose
# List all agents
./Codex-flow agent list
# Agent details
./Codex-flow agent info <agent-id>
Swarms automatically use distributed memory for collaboration:
# Store swarm objectives
./Codex-flow memory store "swarm_objective" "Build scalable API" --namespace swarm
# Query swarm progress
./Codex-flow memory query "swarm_progress" --namespace swarm
# Export swarm memory
./Codex-flow memory export swarm-results.json --namespace swarm
./Codex-flow swarm "Test task" --dry-run --strategy development
./Codex-flow swarm "High quality API" \
--strategy development \
--quality-threshold 0.95
For detailed documentation, see: https://github.com/ruvnet/Codex-flow/docs/swarm-system.md