Claude-skill-registry cursor-performance-tuning
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cursor-performance-tuning" ~/.claude/skills/majiayu000-claude-skill-registry-cursor-performance-tuning && rm -rf "$T"
manifest:
skills/data/cursor-performance-tuning/SKILL.mdsource content
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
- Use Process Explorer to identify bottlenecks
- Disable visual features for performance gains
- Configure file watcher exclusions
- Audit and disable heavy extensions
- Optimize AI feature settings
- 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.