Ralph Specum Index generates and maintains a searchable inventory of your codebase under `specs/.index/`. You call it explicitly when you want Ralph to catalog controllers, services, models, and other project structures into stable markdown artifacts. It's designed to be deterministic so the output diffs cleanly and other Ralph skills can reference it for research and triage. The skill supports scoping by path, dry runs, and optional external dependency tracking. Think of it as creating a table of contents for your code that both humans and Claude can navigate. Works best when you need to orient a large or unfamiliar codebase before making changes.
npx -y skills add tzachbon/smart-ralph --skill ralph-specum-index --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.