with one click
claude-flow
Orchestrate multi-agent swarms and tasks via claude-flow v3 MCP
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Orchestrate multi-agent swarms and tasks via claude-flow v3 MCP
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Authoritative design discipline for WeftOS surfaces — tokens, composer-primitive usage, surface archetypes, empty/loading/offline contract, a11y floor, and OOB stock-desktop manifest. Use whenever creating, reviewing, or modifying a TOML surface fixture, the egui theming layer, or any user-visible WeftOS pane. Codifies docs/DESIGN.md and provides scaffold + audit scripts.
Authoritative Plane work-tracker discipline for WeftOS / clawft. Use whenever you create, claim, finish, or defer a meaningful unit of work, or when triaging audits / TODOs / FIXMEs / orphans into Plane work items. Codifies the lifecycle (Backlog → Todo → In Progress → Done | Cancelled), the cycle taxonomy (0.7.x must-ship, 0.8.x / 0.9.x / 1.0.x deferred), and the HTTP API workaround for the partially-broken MCP server.
Deploy Fumadocs site to Vercel at weftos.weavelogic.ai (always run after docs/src changes)
Generate rustdoc API reference and deploy to weftos.weavelogic.ai/api
Build, test, publish, and deploy WeftOS across all channels (GitHub Releases, crates.io, npm, Docker, Homebrew)
Route tasks to external agents via MCP (preferred) or CLI fallback. LightLLM translation layer with intelligent routing based on task complexity, cost, and agent capabilities.
| name | claude-flow |
| description | Orchestrate multi-agent swarms and tasks via claude-flow v3 MCP |
| version | 1.0.0 |
| allowed-tools | ["claude-flow__swarm_*","claude-flow__agent_*","claude-flow__task_*","claude-flow__memory_*","claude-flow__session_*","claude-flow__hive-mind_*","claude-flow__workflow_*","claude-flow__coordination_*","claude-flow__performance_*","claude-flow__system_*"] |
| user-invocable | true |
| argument-hint | Swarm objective or task description |
This skill provides access to claude-flow v3 swarm orchestration via the
claude-flow MCP server. It enables multi-agent coordination, task
management, shared memory, and workflow automation.
swarm_*)Initialize, monitor, and shut down multi-agent swarms. Supports hierarchical, mesh, and adaptive topologies with configurable agent counts and strategies.
agent_*)Spawn, list, monitor, update, and terminate individual agents. Supports 60+ agent types including coders, reviewers, testers, planners, and specialized roles like security-architect and performance-engineer.
task_*)Create, list, update, complete, and cancel tasks. Tasks can be assigned to agents and tracked through their lifecycle with status updates.
memory_*)Store, retrieve, search, list, and delete shared knowledge across agents. Supports namespaces, TTL, tags, and HNSW-powered semantic search for coordination between agents working on related problems.
session_*)Save, restore, list, and manage session state. Enables checkpointing of agent progress and resuming work across restarts.
hive-mind_*)Initialize hive-mind clusters with Byzantine fault-tolerant consensus (Raft). Broadcast messages, reach consensus on decisions, manage shared memory, and coordinate agent groups for collective decision-making.
workflow_*)Create, execute, pause, resume, cancel, and delete workflows. Supports workflow templates for repeatable multi-step processes with agent orchestration.
coordination_*)Node registration, topology management, load balancing, synchronization, consensus, and metrics collection for distributed agent coordination.
performance_*)Run benchmarks, detect bottlenecks, collect metrics, generate profiles and reports, and apply optimizations across the agent infrastructure.
system_*)Check system status, health, metrics, and info. Reset system state when needed.
swarm_init to set up topology, then
agent_spawn to create specialized agents for parallel work.task_create to define work items,
assign them to agents, and track completion with task_status.memory_store and memory_search
to let agents share findings, patterns, and decisions.workflow_create with templates, then
workflow_execute for repeatable multi-step processes.hive-mind_init and hive-mind_consensus for
collective decision-making across agent groups.The claude-flow MCP server is configured as internal_only, meaning it is
not exposed to external consumers. Tools are namespaced as
claude-flow__<tool> (e.g. claude-flow__swarm_init,
claude-flow__memory_store).