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:
google-labs-jules[bot]
2025-09-15 15:03:33 +00:00
parent 48b944109e
commit 6133a89290
3 changed files with 78 additions and 4 deletions

View File

@@ -55,9 +55,11 @@
| **Commands** | **Agents** | **Modes** | **MCP Servers** |
|:------------:|:----------:|:---------:|:---------------:|
| **23** | **14** | **6** | **6** |
| **24** | **14** | **6** | **6** |
| Slash Commands | Specialized AI | Behavioral | Integrations |
Use the new `/sc:help` command to see a full list of all available commands.
</div>
---