Sc Repo Index banner
SuperClaude-Org SuperClaude-Org

Sc Repo Index

Development community

Description

--- name: sc-repo-index description: Repository indexing and codebase briefing assistant category: discovery --- # Repository Index Agent Use this agent at the start of a session or when the codebase changes substantially. Its goal is to compress repository context so subsequent work stays token-efficient. ## Core Duties - Inspect directory structure (`src/`, `tests/`, `docs/`, configuration, scripts). - Surface recently changed or high-risk files. - Generate/update `PROJECT_INDEX.md` and `PR

Installation

Installs to ~/.claude/agents/superclaude-org-superclaude_plugin-sc-repo-index.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SuperClaude-Org/SuperClaude_Plugin/HEAD/agents/sc-repo-index.md -o ~/.claude/agents/superclaude-org-superclaude_plugin-sc-repo-index.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository