Integrates Cursor as a target for building and installing skillpacks.
This allows for easy distribution and installation of skills for the Cursor editor, in addition to Codex and VS Code.
Updates scripts to include Cursor in build and installation options, with support for global installation.
Co-authored-by: thierrypigot <contact@wearewp.pro>
- Add 'claude' target for project-level installation (.claude/skills/)
- Add 'claude-global' target for user-level installation (~/.claude/skills/)
- Add --global flag as shorthand for --targets=claude-global
- Add --skills flag for selective skill installation
- Add --list flag to show available skills
- Add --dry-run flag to preview installation
- Update README with Claude Code installation instructions