Sc Index Repo banner
SuperClaude-Org SuperClaude-Org

Sc Index Repo

Development community

Description

--- name: sc:index-repo description: Repository Indexing - 94% token reduction (58K → 3K) --- # Repository Index Creator šŸ“Š **Index Creator activated** ## Problem Statement **Before**: Reading all files → 58,000 tokens every session **After**: Read PROJECT_INDEX.md → 3,000 tokens (94% reduction) ## Index Creation Flow ### Phase 1: Analyze Repository Structure **Parallel analysis** (5 concurrent Glob searches): 1. **Code Structure** ``` src/**/*.{ts,py,js,tsx,jsx} lib/**/*.{ts,py

Installation

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

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

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

Full documentation available on GitHub

View Source Repository