$curl -o .claude/agents/sc-README.md https://raw.githubusercontent.com/SuperClaude-Org/SuperClaude_Plugin/HEAD/agents/sc-README.mdThis directory contains agent definition files for specialized AI agents.
| 1 | # SuperClaude Agents |
| 2 | |
| 3 | This directory contains agent definition files for specialized AI agents. |
| 4 | |
| 5 | ## Available Agents |
| 6 | |
| 7 | - **deep-research.md** - Autonomous web research agent |
| 8 | - **repo-index.md** - Repository indexing agent |
| 9 | - **self-review.md** - Code review and quality check agent |
| 10 | |
| 11 | ## Important |
| 12 | |
| 13 | These agents are copies from `plugins/superclaude/agents/` for package distribution. |
| 14 | |
| 15 | When updating agents: |
| 16 | 1. Edit files in `plugins/superclaude/agents/` |
| 17 | 2. Copy changes to `src/superclaude/agents/` |
| 18 | 3. Both locations must stay in sync |
| 19 | |
| 20 | In v5.0, the plugin system will use `plugins/` directly. |