turbo-index

Index codebases with cartographer mapping and QMD embeddings for semantic search.

15|1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/iagocavalcante/claude-turbo-search --skill turbo-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: turbo-index
Source: https://github.com/iagocavalcante/claude-turbo-search/tree/main/skills/turbo-index
Command: npx skills add https://github.com/iagocavalcante/claude-turbo-search --skill turbo-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Index codebases to enable fast, semantic search across files and improve onboarding with automated mapping of repository structure and search context creation.

Core Features & Use Cases

  • Automated project setup: install dependencies, configure fast file suggestions, and prepare QMD for semantic search.
  • Codebase mapping: cartographer to generate a coherent map of the repository structure.
  • Token-efficient search: enable QMD-based search that reduces exploration token usage.

Quick Start

Run this skill on a new codebase to install dependencies, map the project, and create a QMD index.

Frequently Asked Questions about turbo-index

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

FAQPage Schema
How do I index a codebase for semantic search?

Semantic codebase search uses QMD embeddings to map repository structure, enabling fast file discovery and reducing exploration token usage during onboarding or significant project changes.

What is the best way to map repository structure for onboarding?

Automated project setup maps repository structure via cartographer and configures QMD embeddings, ensuring new developers can quickly query files and understand project architecture without manual exploration.

Does semantic codebase search reduce token usage during exploration?

Yes, semantic codebase search reduces token usage by implementing QMD embeddings and fast file suggestions, ensuring queries consume fewer tokens during repository exploration and onboarding.

Can I apply codebase indexing to existing projects with significant changes?

Yes, you can apply codebase indexing to existing projects with significant changes to update the cartographer mapping and QMD embeddings, ensuring semantic search and file suggestions remain accurate.

Do I need to install dependencies before indexing a codebase?

No, you do not need to manually install dependencies before indexing a codebase; the skill implements automated project setup to install dependencies, configure global settings, and prepare QMD for semantic search.

When should I not use automated codebase indexing?

Automated codebase indexing is not suited for environments where installing dependencies or modifying global configuration is restricted, as it requires setup access to implement cartographer mapping and QMD embeddings.