cursor-codebase-indexing
Original:🇺🇸 English
Translated
Execute set up and optimize Cursor codebase indexing. Triggers on "cursor index setup", "codebase indexing", "index codebase", "cursor semantic search". Use when working with cursor codebase indexing functionality. Trigger with phrases like "cursor codebase indexing", "cursor indexing", "cursor".
15installs
Added on
NPX Install
npx skill4agent add jeremylongshore/claude-code-plugins-plus-skills cursor-codebase-indexingTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Cursor Codebase Indexing
Overview
What is Codebase Indexing?
Codebase indexing creates a searchable representation of your code:
- Enables @codebase queries
- Powers semantic code search
- Improves AI context awareness
- Helps AI understand project structurePrerequisites
- Cursor IDE installed and authenticated
- Project workspace with source files
- Sufficient disk space for index storage
- Stable network connection for initial setup
Instructions
- Open your project in Cursor
- Navigate to Settings > Cursor > Codebase Indexing
- Enable "Index this workspace"
- Create file at project root
.cursorignore - Add exclusion patterns for large/irrelevant directories
- Wait for indexing to complete (check status bar)
- Test with queries in chat
@codebase
Output
- Indexed codebase enabling queries
@codebase - Semantic code search functionality
- Improved AI context awareness
- Searchable symbol table and definitions
Error Handling
See for comprehensive error handling.
{baseDir}/references/errors.mdExamples
See for detailed examples.
{baseDir}/references/examples.md