Update help.md with comprehensive command documentation (#363)

- Added complete list of all SuperClaude commands
- Organized commands by category for better navigation
- Included descriptions and usage examples for each command
- Improved formatting and readability

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
hyunjae 2025-09-16 01:08:47 +09:00 committed by GitHub
parent 663d60460a
commit fefe928ea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,20 @@ mcp-servers: []
personas: []
---
# /sc:help - All Available Commands
# /sc:help - Command Reference Documentation
## Triggers
- Command discovery and reference lookup requests
- Framework exploration and capability understanding needs
- Documentation requests for available SuperClaude commands
## Behavioral Flow
1. **Display**: Present complete command list with descriptions
2. **Complete**: End interaction after displaying information
Key behaviors:
- Information display only - no execution or implementation
- Reference documentation mode without action triggers
Here is a complete list of all available SuperClaude (`/sc`) commands.
@ -38,6 +51,18 @@ Here is a complete list of all available SuperClaude (`/sc`) commands.
| `/sc:troubleshoot` | Diagnose and resolve issues in code, builds, deployments, and system behavior |
| `/sc:workflow` | Generate structured implementation workflows from PRDs and feature requirements |
## Boundaries
**Will:**
- Display comprehensive list of available SuperClaude commands
- Provide clear descriptions of each command's functionality
- Present information in readable tabular format
**Will Not:**
- Execute any commands or create any files
- Activate implementation modes or start projects
- Engage TodoWrite or any execution tools
---
**Note:** This list is manually generated and may become outdated. If you suspect it is inaccurate, please consider regenerating it or contacting a maintainer.