Skip to content

Commit aed4607

Browse files
PaulDuvallclaude
andcommitted
fix: correct README to show actual claude-commands CLI options
- Removed non-existent options (--hooks, --subagents, config commands) - Kept only actual available commands: install, list, status - Simplified instructions to reflect current CLI capabilities - Removed references to interactive wizard that doesn't exist The claude-commands CLI currently only supports: - install (--active, --experimental, --all) - list (--active, --experimental) - status 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 31a42f1 commit aed4607

File tree

1 file changed

+8
-22
lines changed

1 file changed

+8
-22
lines changed

README.md

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,7 @@ claude-commands install --active # Install 13 core commands
4242
# OR
4343
claude-commands install --all # Install all 58 commands
4444

45-
# 4. (Optional) Install additional components
46-
claude-commands install --hooks # Install security hooks
47-
claude-commands install --subagents # Install AI subagents
48-
claude-commands config --template comprehensive # Apply config template
49-
50-
# 5. Start using AI-powered development commands
45+
# 4. Start using AI-powered development commands
5146
claude
5247
/xtest # Run all tests intelligently
5348
/xquality # Check and fix code quality issues
@@ -225,25 +220,19 @@ Deploy with: `./deploy.sh --experiments`
225220
# Install the toolkit globally
226221
npm install -g @paulduvall/claude-dev-toolkit
227222

228-
# Interactive setup wizard (easiest)
229-
claude-commands
230-
# Follow prompts to install commands, hooks, and subagents
231-
232-
# OR Manual installation of specific components
223+
# Install command sets
233224
claude-commands install --active # Install 13 core commands
234225
claude-commands install --experimental # Install 44 experimental commands
235226
claude-commands install --all # Install all 58 commands
236-
claude-commands install --hooks # Install security hooks
237-
claude-commands install --subagents # Install AI subagents
227+
228+
# Check what's available
229+
claude-commands list # List all available commands
230+
claude-commands list --active # List only active commands
231+
claude-commands list --experimental # List only experimental commands
238232

239233
# Check installation status
240234
claude-commands status
241235

242-
# Apply configuration templates
243-
claude-commands config --template basic # Basic setup
244-
claude-commands config --template comprehensive # Full featured
245-
claude-commands config --template security # Security focused
246-
247236
# Commands are now available in Claude Code
248237
claude
249238
/xhelp # List all available commands
@@ -256,10 +245,7 @@ npx @paulduvall/claude-dev-toolkit
256245

257246
**Uninstall:**
258247
```bash
259-
# Remove commands from Claude Code
260-
claude-commands uninstall --all
261-
262-
# Uninstall the package
248+
# Uninstall the package (removes everything)
263249
npm uninstall -g @paulduvall/claude-dev-toolkit
264250
```
265251

0 commit comments

Comments
 (0)