Skip to content

Commit e0af7e6

Browse files
PaulDuvallclaude
andcommitted
fix: correct subagents documentation - CLI subcommand not slash command
📋 Change summary: * Removed incorrect /xsubagents slash command references * Added proper claude-commands subagents CLI documentation * Clarified subagents as CLI management tool, not Claude Code command * Updated both root README and NPM package README consistently * Fixed help references and usage examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3d65122 commit e0af7e6

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ Once installed, these 13 essential commands work in **any project** on your mach
100100
- **`/xrelease`** - Release management and deployment automation
101101
- **`/xconfig`** - Configuration management and environment setup
102102

103-
### 🤖 **Subagents & Coordination**
104-
- **`/xsubagents`** - Multi-agent coordination and task delegation
105103

106104
### ℹ️ **Getting Help**
107105
Every command includes built-in help:
@@ -110,7 +108,6 @@ Every command includes built-in help:
110108
/xquality help # Show quality check options
111109
/xsecurity help # Show security scanning options
112110
/xconfig help # Show configuration options
113-
/xsubagents help # Show subagent management options
114111
```
115112

116113
## Real-World Usage Examples
@@ -203,7 +200,6 @@ Advanced commands for specialized workflows:
203200
- **Compliance**: `/xcompliance`, `/xgovernance`, `/xpolicy`
204201
- **Advanced Security**: `/xred`, `/xrisk`, `/xscan`
205202
- **Performance**: `/xperformance`, `/xoptimize`
206-
- **Subagents**: `/xsubagents` - Multi-agent coordination and task delegation
207203

208204
Deploy with: `./deploy.sh --experiments`
209205

@@ -246,6 +242,11 @@ claude-commands config --list # List available templates
246242
claude-commands config --template <name> # Apply configuration template
247243
claude-commands config --help # Show config command help
248244

245+
# Subagents management
246+
claude-commands subagents --list # List available subagents
247+
claude-commands subagents --install # Install subagents to Claude Code
248+
claude-commands subagents --help # Show subagents command help
249+
249250
# Check what's available
250251
claude-commands list # List all available commands
251252
claude-commands list --active # List only active commands

claude-dev-toolkit/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Advanced commands for specialized workflows:
8181
- **Compliance**: `/xcompliance`, `/xgovernance`, `/xpolicy`
8282
- **Advanced Security**: `/xred`, `/xrisk`, `/xscan`
8383
- **Performance**: `/xperformance`, `/xoptimize`
84-
- **Subagents**: `/xsubagents` - Multi-agent coordination and task delegation
8584

8685
## 🛠️ CLI Usage
8786

@@ -98,13 +97,17 @@ claude-commands config --list # List available templates
9897
claude-commands config --template <name> # Apply configuration template
9998
claude-commands config --help # Show config command help
10099

100+
# Subagents Management
101+
claude-commands subagents --list # List available subagents
102+
claude-commands subagents --install # Install subagents to Claude Code
103+
claude-commands subagents --help # Show subagents command help
104+
101105
# In Claude Code
102106
/xhelp # Show command help
103107
/xtest # Run intelligent test suite
104108
/xquality fix # Auto-fix code quality issues
105109
/xsecurity --scan --report # Comprehensive security scan
106110
/xgit # Automated git workflow
107-
/xsubagents --create teamlead # Create specialized subagent
108111
```
109112

110113
## 🔧 Configuration
@@ -153,7 +156,7 @@ npm run test:commands # Command validation
153156
npm run test:workflow # Core workflow tests
154157
npm run test:security # Security command tests
155158
npm run test:config # Configuration command tests
156-
npm run test:subagents # Subagents command tests
159+
npm run test:subagents # Subagents CLI command tests
157160
npm run test:req007 # Interactive setup wizard
158161
npm run test:req009 # Configuration templates
159162
npm run test:req018 # Security hook installation
@@ -232,7 +235,6 @@ Every command includes built-in help:
232235
/xquality help # Show quality check options
233236
/xsecurity help # Show security scanning options
234237
/xconfig help # Show configuration options
235-
/xsubagents help # Show subagent management options
236238
```
237239

238240
## 🤝 Contributing

0 commit comments

Comments
 (0)