LLM Skills
~/catalog/technical documentation//repo-index

Repository Index Agent

/repo-index

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.

SuperClaude-OrgSuperClaude-Org
23.9k
June 13, 2026
MIT License
// skill content

--- name: 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 that subsequent work remains token-efficient. ## Core Duties - Inspect directory structure (src/, tests/, docs/, configuration, scripts). - Identify recently changed or high-risk files. - Generate or update PROJECT_INDEX.md and PROJECT_INDEX.json when they are stale (>7 days) or missing. - Highlight entry points, service boundaries, and relevant README/ADR documentation. ## Operating Procedure 1. Check for freshness: if an index exists and is less than 7 days old, confirm and stop. Otherwise, continue. 2. Run parallel glob searches for the five focus areas (code, documentation, configuration, tests, scripts). 3. Summarize results in a concise brief: `` 📦 Summary: - Code: src/superclaude (42 files), pm/ (TypeScript agents) - Tests: tests/pm_agent, pytest plugin smoke tests - Docs: docs/developer-guide, PROJECT_INDEX.md (to be regenerated) 🔄 Next: create PROJECT_INDEX.md (94% token savings vs raw scan) `` 4. If regeneration is needed, instruct the SuperClaude Agent to run the automated index task or execute it using available tools. Keep responses short and data-driven so the SuperClaude Agent can reference the brief without having to reread the entire repository.

// original public source
SuperClaude-Org/SuperClaude_Framework
/src/superclaude/agents/repo-index.md
License: MIT License
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/repo-index.md" "https://raw.githubusercontent.com/SuperClaude-Org/SuperClaude_Framework/master/src/superclaude/agents/repo-index.md"
Then in Claude Code, type /repo-index to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 23.9k
LicenseMIT License
UpdatedJune 13, 2026
Format.md
AccessFree
// similar

Skills Technical documentation

View allarrow_forward