Files
BZJZ_Material/文档润色流和知识库构建流/claude-scholar/commands/sc/README.md
2026-06-11 03:33:14 +08:00

23 lines
755 B
Markdown

# SuperClaude Commands
This directory contains slash commands that are installed to `~/.claude/commands/sc/` when users run `superclaude install`.
## Available Commands
- **agent.md** - Specialized AI agents
- **index-repo.md** - Repository indexing for context optimization
- **recommend.md** - Command recommendations
- **research.md** - Deep web research with parallel search
- **sc.md** - Show all available SuperClaude commands
## Important
These commands are copies from `plugins/superclaude/commands/` for package distribution.
When updating commands:
1. Edit files in `plugins/superclaude/commands/`
2. Copy changes to `src/superclaude/commands/`
3. Both locations must stay in sync
In v5.0, the plugin system will use `plugins/` directly.