cursor-indexing-issues

📁 jeremylongshore/claude-code-plugins-plus-skills 📅 10 days ago
9
总安装量
8
周安装量
#31700
全站排名
安装命令
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill cursor-indexing-issues

Agent 安装分布

cline 7
codex 7
gemini-cli 7
cursor 7
opencode 7
openclaw 7

Skill 文档

Cursor Indexing Issues

Overview

This skill helps troubleshoot Cursor codebase indexing problems. It provides solutions for stuck indexing, empty search results, performance issues, and configuration optimization to ensure your codebase is properly indexed for AI features.

Prerequisites

  • Cursor IDE with indexing enabled
  • Access to Cursor settings
  • Command line access for cache clearing
  • Understanding of project file structure

Instructions

  1. Check indexing status in status bar
  2. Identify the specific issue (stuck, empty results, performance)
  3. Review and update .cursorignore configuration
  4. Try manual refresh via Command Palette
  5. Clear index cache if issues persist
  6. Restart Cursor and allow re-indexing

Output

  • Functional codebase indexing
  • Working @codebase search queries
  • Optimized indexing performance
  • Properly configured exclusion patterns

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources