cursor-performance-tuning

📁 jeremylongshore/claude-code-plugins-plus-skills 📅 1 day ago
1
总安装量
1
周安装量
#44522
全站排名
安装命令
npx skills add https://github.com/jeremylongshore/claude-code-plugins-plus-skills --skill cursor-performance-tuning

Agent 安装分布

amp 1
opencode 1
kimi-cli 1
github-copilot 1
gemini-cli 1

Skill 文档

Cursor Performance Tuning

Overview

This skill helps optimize Cursor IDE performance. It covers performance diagnostics, editor optimization settings, extension management, AI feature tuning, and indexing configuration to ensure a fast and responsive development experience.

Prerequisites

  • Cursor IDE installed
  • Access to Cursor settings
  • System monitoring tools available
  • Understanding of extensions and processes

Instructions

  1. Use Process Explorer to identify bottlenecks
  2. Disable visual features for performance gains
  3. Configure file watcher exclusions
  4. Audit and disable heavy extensions
  5. Optimize AI feature settings
  6. Set up aggressive .cursorignore

Output

  • Improved editor performance
  • Reduced CPU and memory usage
  • Faster AI completions
  • Optimized indexing configuration

Error Handling

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

Examples

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

Resources