```bash macOS: ~/Library/Application Support/Cursor/User/ Linux: ~/.config/Cursor/User/ Windows: %APPDATA%\Cursor\User\
Scanned 5/31/2026
Install via CLI
openskills install tools-only/X-Skills# Pre-Upgrade Checklist
## Pre-Upgrade Checklist
### Backup Current Settings
```bash
# Settings location
macOS: ~/Library/Application Support/Cursor/User/
Linux: ~/.config/Cursor/User/
Windows: %APPDATA%\Cursor\User\
# Backup command
cp -r ~/Library/Application\ Support/Cursor/User/ ~/cursor-backup/
```
### Export Key Configurations
```bash
# Export extensions list
cursor --list-extensions > my-extensions.txt
# Save important settings
cp ~/.cursor/settings.json ~/cursor-backup/
cp .cursorrules ~/cursor-backup/
```
### Document Current State
```
[ ] Note current version
[ ] List installed extensions
[ ] Screenshot custom keybindings
[ ] Note any custom configurations
[ ] Check if using custom API keys
```No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.