plugins/superclaude/commands/sc.md
š SuperClaude Framework - Main command dispatcher
All SuperClaude commands use the /sc: prefix:
/sc:command [args...]
/sc:research [query] - Deep web research with parallel search
/sc:index-repo - Index repository for context optimization
/sc:agent [type] - Launch specialized AI agents
/sc:recommend [context] - Get command recommendations
/sc - Show this help (all available commands)
All commands are namespaced under sc: to keep them organized:
/sc:research query/sc:index-repo/sc:agent type/sc:recommend/sc (help)/sc:research React 18 new features
/sc:research LLM agent architectures 2024
/sc:research Python async best practices
/sc:index-repo
/sc:agent deep-research
/sc:agent self-review
/sc:agent repo-index
/sc:recommend
| Command | Description | Example |
|---|---|---|
/sc:research | Deep web research | /sc:research topic |
/sc:index-repo | Repository indexing | /sc:index-repo |
/sc:agent | Specialized AI agents | /sc:agent type |
/sc:recommend | Command suggestions | /sc:recommend |
/sc | Show help | /sc |
For help on specific commands:
/sc:research --help
/sc:agent --help
Or use the main help command:
/sc
Check the documentation:
SuperClaude v4.1.7
š” Tip: All commands use the /sc: prefix - e.g., /sc:research, /sc:agent
š§ Installation: Run superclaude install to install/update commands
š Documentation: https://github.com/SuperClaude-Org/SuperClaude_Framework
ā ļø Important: Restart Claude Code after installing commands to use them!