From cursor-sync
Syncs Claude Code plugins to Cursor skills and commands directories.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cursor-sync:cursor-syncThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Syncs Claude Code plugins to Cursor's skills and commands directories. Changes to installed plugins are automatically detected and synced.
Syncs Claude Code plugins to Cursor's skills and commands directories. Changes to installed plugins are automatically detected and synced.
Run these scripts from the plugin directory:
./scripts/sync.sh
Performs a one-time sync of all installed Claude Code plugins to ~/.cursor/skills/ and ~/.cursor/commands/.
./scripts/watch.sh
Watches for plugin changes and syncs automatically. Runs in foreground.
./scripts/install-service.sh install
Installs a launchd service that starts on login and keeps syncing in the background.
./scripts/install-service.sh status
./scripts/install-service.sh uninstall
~/.claude/plugins/installed_plugins.json to find installed plugins<install_path>/skills/ to ~/.cursor/skills/<install_path>/commands/ to ~/.cursor/commands/jq for JSON parsing: brew install jqfswatch for file watching: brew install fswatchService logs are written to ~/Library/Logs/cursor-sync.log.
npx claudepluginhub denisraison/claude-plugins --plugin cursor-syncSyncs Claude Code skills from plugin cache (~/.claude/plugins/cache/) and personal (~/.claude/skills/) folders to Codex CLI (~/.codex/skills/). Installs ~/bin/list-skills enumerator. Uses markers to preserve manual skills. Run after new plugin installs.
Provides quick reference for Claude Code plugins: structure, manifest, installation commands, marketplaces, management UI, and standalone vs plugins comparison.
Guides Claude Code plugin creation: directory layout, plugin.json manifest setup, commands/agents/skills/hooks organization, naming conventions, and auto-discovery configuration.