backup materials and knowledge-base docs

This commit is contained in:
admin
2026-05-30 16:22:29 +08:00
commit 93e50e8fce
3024 changed files with 2994945 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# 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.