@swarmify/agents-cli 1.3.10 → 1.3.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,11 +11,33 @@ npm install -g @swarmify/agents-cli
|
|
|
11
11
|
You configure Claude Code manually. Then you switch to Codex or Gemini and start from scratch. This CLI syncs your setup across all agents:
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
|
-
# See what you have installed
|
|
15
|
-
agents status
|
|
16
|
-
|
|
17
14
|
# Pull your config on a new machine
|
|
18
15
|
agents pull gh:username/.agents
|
|
16
|
+
|
|
17
|
+
# See what you have installed
|
|
18
|
+
agents status claude
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
```
|
|
22
|
+
Agent CLIs
|
|
23
|
+
|
|
24
|
+
Claude Code 2.0.65
|
|
25
|
+
|
|
26
|
+
Installed Commands
|
|
27
|
+
|
|
28
|
+
Claude Code:
|
|
29
|
+
User: clean, debug, plan, recap, ship, spawn, test, verify
|
|
30
|
+
Project: eval
|
|
31
|
+
|
|
32
|
+
Installed Skills
|
|
33
|
+
|
|
34
|
+
Claude Code:
|
|
35
|
+
User: remotion-best-practices, vercel-react-best-practices
|
|
36
|
+
|
|
37
|
+
Installed MCP Servers
|
|
38
|
+
|
|
39
|
+
Claude Code:
|
|
40
|
+
User: Swarm@latest, GoDaddy
|
|
19
41
|
```
|
|
20
42
|
|
|
21
43
|
## What Gets Synced
|
|
@@ -187,7 +209,6 @@ agents mcp push my-server
|
|
|
187
209
|
| Gemini CLI | Yes (TOML) | Yes | Yes | Yes |
|
|
188
210
|
| Cursor | Yes | - | - | - |
|
|
189
211
|
| OpenCode | Yes | - | - | - |
|
|
190
|
-
| Trae | Yes | - | - | - |
|
|
191
212
|
|
|
192
213
|
## Your .agents Repo
|
|
193
214
|
|