- Installer now clones to temp then copies only repo skills/ contents
into target, so e.g. ~/.claude/skills/concise-planning/SKILL.md exists
instead of ~/.claude/skills/skills/concise-planning/SKILL.md.
- Migrates existing full-repo installs to skills-only layout.
- Same behavior for --claude, --cursor, --gemini, --codex, --path.
Co-authored-by: Cursor <cursoragent@cursor.com>
- Add package.json with bin for antigravity-awesome-skills
- Add bin/install.js: clone to ~/.agent/skills (default), --cursor/--claude/--gemini/--path
- Git pull if dir exists; core.symlinks=true on Windows
- Update README and GETTING_STARTED with npx instructions