بنقرة واحدة
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