codebase-index

Index codebases to identify entry points, API routes, models, and configs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Roger-Parkinson-EHP/agentic --skill codebase-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codebase-index
Source: https://github.com/Roger-Parkinson-EHP/agentic/tree/main/5.2-Coding-Assistants/5.2.1-Claude-Code/skills/codebase-index
Command: npx skills add https://github.com/Roger-Parkinson-EHP/agentic --skill codebase-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly index and understand a codebase's architecture. Use at session start to get up to speed fast. Finds entry points, API routes, classes, models, configs, and patterns.

Core Features & Use Cases

  • Entry Points: Identify main executables and startup files.
  • API Routes: Discover web/API endpoints across frameworks.
  • Models & Configs: Locate ORM models and configuration files.

Quick Start

From the repo root, run: rg "if name|^func main" --type py -l 2>/dev/null | head -30