deep-index

Index a codebase to generate module summaries, dependency graphs, and entry-point maps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Jimmy-Jung/claude_symbiote --skill deep-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deep-index
Source: https://github.com/Jimmy-Jung/claude_symbiote/tree/main/.claude/skills/deep-index
Command: npx skills add https://github.com/Jimmy-Jung/claude_symbiote --skill deep-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

In onboarding teams to new codebases or reconciling large repositories, it scans the project to produce module-level summaries, entry-point maps, and a rich codebase context.

Core Features & Use Cases

  • Module boundary detection and per-module responsibility summaries.
  • Dependency graph generation and entry-point mapping to support architecture understanding.
  • Use Case: onboarding new engineers to a large monorepo by generating a clear, navigable code structure document.

Quick Start

Scan a repository with the deep-index skill to generate a comprehensive codebase index and save it as .claude/project/codebase-index.md.

Frequently Asked Questions about deep-index

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a dependency graph and module map for a large monorepo to help with onboarding?

To generate a dependency graph and module map for a large monorepo, you can automate codebase indexing to scan files, identify entry points, map module boundaries, and export architecture documentation to codebase-index.md.

What is the best way to document codebase architecture for new engineers joining a project?

The best way to document codebase architecture for new engineers is to generate a comprehensive codebase index containing module-level responsibility summaries and entry-point maps, providing a clear, navigable code structure document.

Can I use glob-based file collection to scan my project and identify module boundaries automatically?

Yes, you can use glob-based file collection to scan your project automatically, which identifies module boundaries, detects entry points, and performs dependency analysis to understand your codebase structure.

Does the generated codebase index capture entry-point mapping and module responsibilities for large repositories?

Yes, the generated codebase index captures entry-point mapping and module responsibilities by scanning large repositories, producing a rich codebase context that supports architecture understanding and team onboarding.

How often should I refresh my codebase index to reflect structural changes in the repository?

You should refresh your codebase index periodically to reflect structural changes in the repository, ensuring the dependency graph, module summaries, and entry-point maps remain accurate for ongoing onboarding and architecture documentation.