mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
This commit introduces the /sc:help command by adding its definition file and updating the project's documentation.
The new `/sc:help` command is designed to list all available `/sc` commands, improving discoverability of the framework's features. The following changes are included: - Created `SuperClaude/Commands/help.md` with a detailed description of the command. - Updated `README.md` to reflect the new command count and mention the `/sc:help` command. - Updated `Docs/User-Guide/commands.md` with comprehensive documentation for the new command. This commit only adds the command definition and documentation, as per the user's instructions. The implementation logic is handled by an external system and is not part of this repository. Co-authored-by: Mithun Gowda B <mithungowda.b7411@gmail.com
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# SuperClaude Commands Guide
|
||||
|
||||
SuperClaude provides 23 commands for Claude Code: `/sc:*` commands for workflows and `@agent-*` for specialists.
|
||||
SuperClaude provides 24 commands for Claude Code: `/sc:*` commands for workflows and `@agent-*` for specialists.
|
||||
|
||||
## Command Types
|
||||
|
||||
@@ -125,6 +125,14 @@ python3 -m SuperClaude install --list-components | grep mcp
|
||||
- Feature exploration: `/sc:brainstorm "user authentication system"`
|
||||
- Problem solving: `/sc:brainstorm "slow database queries"`
|
||||
|
||||
### `/sc:help` - Command Reference
|
||||
**Purpose**: Displays a list of all available `/sc` commands and their descriptions.
|
||||
**Syntax**: `/sc:help`
|
||||
|
||||
**Use Cases**:
|
||||
- Discovering available commands: `/sc:help`
|
||||
- Getting a quick reminder of command names: `/sc:help`
|
||||
|
||||
### `/sc:implement` - Feature Development
|
||||
**Purpose**: Full-stack feature implementation with intelligent specialist routing
|
||||
**Syntax**: `/sc:implement "feature description"` `[--type frontend|backend|fullstack] [--focus security|performance]`
|
||||
@@ -292,6 +300,7 @@ python3 -m SuperClaude install --list-components | grep mcp
|
||||
### Utility Commands
|
||||
| Command | Purpose | Best For |
|
||||
|---------|---------|----------|
|
||||
| **help** | List all commands | Discovering available commands |
|
||||
| **git** | Version control | Commit management, branch strategies |
|
||||
| **index** | Command discovery | Exploring capabilities, finding commands |
|
||||
|
||||
@@ -313,10 +322,10 @@ python3 -m SuperClaude install --list-components | grep mcp
|
||||
- **Analysis**: analyze, business-panel, spec-panel, troubleshoot, explain
|
||||
- **Quality**: improve, cleanup, test, document
|
||||
- **Management**: task, spawn, load, save, reflect
|
||||
- **Utility**: index, select-tool
|
||||
- **Utility**: help, index, select-tool
|
||||
|
||||
**By Complexity:**
|
||||
- **Beginner**: brainstorm, implement, analyze, test
|
||||
- **Beginner**: brainstorm, implement, analyze, test, help
|
||||
- **Intermediate**: workflow, design, business-panel, spec-panel, improve, document
|
||||
- **Advanced**: spawn, task, select-tool, reflect
|
||||
|
||||
|
||||
Reference in New Issue
Block a user