Not split per-skill directory. Single symlink/copy of the entire plugin. Skills are auto-discovered from ~/.claude/skills/<name>/skills/<skill>/SKILL.md.
Skills go directly to ~/.claude/skills/<name>/ (not ~/.claude/plugins/). Hooks configured via setup-hooks.sh -> settings.local.json. Changes: - install.sh: targets ~/.claude/skills/, no settings.json registration needed - install.ps1: updated to match - setup-hooks.sh: new script to add hooks to settings.local.json - README: fix install instructions - Remove nested .claude-plugin directory - 26 skills symlinked to ~/.claude/skills/
- install.sh: copies/symlinks plugin to ~/.claude/plugins/ + auto-register in settings.json - install.ps1: PowerShell variant for Windows - Fix .claude-plugin nesting issue in install_item - Remove --project flag (unnecessary complexity) - Add progress echo for manifest installation