Claude-skill-registry cursor-upgrade-migration

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-upgrade-migration" ~/.claude/skills/majiayu000-claude-skill-registry-cursor-upgrade-migration && rm -rf "$T"
manifest: skills/data/cursor-upgrade-migration/SKILL.md
source content

Cursor Upgrade Migration

Overview

This skill provides comprehensive guidance for upgrading Cursor IDE versions and migrating settings between installations. It covers version checking, upgrade methods, settings backup, and troubleshooting common migration issues.

Prerequisites

  • Current Cursor installation to upgrade
  • Backup of current settings (recommended)
  • Admin rights for installation (if required)
  • Network access for download

Instructions

  1. Check current version (Help > About)
  2. Backup settings and extensions list
  3. Check release notes for breaking changes
  4. Apply update (auto-update or manual download)
  5. Verify settings preserved
  6. Test AI features working
  7. Reinstall extensions if needed

Output

  • Updated Cursor installation
  • Preserved settings and configurations
  • Verified working AI features
  • Documented changes and fixes

Error Handling

See

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

Examples

See

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

Resources