project-index

Scan codebases to generate structural indexes and agent guidance files.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/B4san/Calix-Pass --skill project-index-b4san
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-index
Source: https://github.com/B4san/Calix-Pass/tree/main/.gemini/skills/project-index
Command: npx skills add https://github.com/B4san/Calix-Pass --skill project-index-b4san

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps AI agents understand and navigate complex codebases by analyzing their structure, identifying key domains, and generating guidance files, ensuring consistent development and onboarding.

Core Features & Use Cases

  • Codebase Analysis: Scans project directories to create a structural index.
  • Domain Identification: Automatically categorizes code into domains like UI, Backend, Database, etc.
  • Agent Guidance: Generates agent-*.md files for AI navigation and *-skill.md files for domain-specific AI tasks.
  • Use Case: When onboarding a new AI agent to a large project, use this Skill to quickly generate a map of the codebase and create initial guidance for the agent to understand project architecture and coding standards.

Quick Start

Use the project-index skill to scan the codebase at /path/to/your/project and output the index to codebase_index.json.

Frequently Asked Questions about project-index

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

FAQPage Schema
How do I onboard an AI agent to a new codebase?

To onboard an AI agent to a new codebase, you can generate a structural index and domain-specific guidance files to help the AI understand project architecture and coding standards.

What is codebase analysis for AI navigation?

Codebase analysis for AI navigation scans project directories to create a structural index, automatically categorizing code into domains like UI, Backend, and Database for agent comprehension.

How do I generate domain-specific skills from my project structure?

You generate domain-specific skills by running a Python script that scans your codebase structure and outputs Markdown templates for agent guidance and consistent development.

Does project-index require external dependencies to scan directories?

No, project-index requires no external dependencies to scan directories, operating independently to analyze the codebase and generate agent-guidance files.

Can I use codebase analysis for documentation creation?

Yes, you can use codebase analysis for documentation creation by generating structural indexes and Markdown templates that map project architecture and domain boundaries.

What is the best way to map codebase structure for consistent development?

The best way to map codebase structure for consistent development is utilizing a Python script to scan directories and identify key domains, producing an index for AI navigation.