Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
19
.claude/commands/swarm/swarm-spawn.md
Normal file
19
.claude/commands/swarm/swarm-spawn.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# swarm-spawn
|
||||
|
||||
Spawn agents in the swarm.
|
||||
|
||||
## Usage
|
||||
```bash
|
||||
npx claude-flow swarm spawn [options]
|
||||
```
|
||||
|
||||
## Options
|
||||
- `--type <type>` - Agent type
|
||||
- `--count <n>` - Number to spawn
|
||||
- `--capabilities <list>` - Agent capabilities
|
||||
|
||||
## Examples
|
||||
```bash
|
||||
npx claude-flow swarm spawn --type coder --count 3
|
||||
npx claude-flow swarm spawn --type researcher --capabilities "web-search,analysis"
|
||||
```
|
||||
Reference in New Issue
Block a user