loop v3.0.2 simplifies the public install surface without changing Skill behavior.
Install
Guided install (recommended). Installs the complete bundle while preserving Agent, scope, and installation-method choices:
npx skills@latest add nxxxsooo/loop --skill '*'Quick global install. Skips prompts and installs the complete bundle globally according to CLI Agent detection:
npx skills@latest add nxxxsooo/loop -g -yUpdate an existing global installation
npx skills@latest update loop deep-grill deep-design deep-build -g -yVerification
- Bundle contracts, licenses, Raycast snippets, and pinned sources validated.
- README excerpts match the released loop Skill.
- Guided command installed all four Skills in an isolated project.
Full Changelog: v3.0.1...v3.0.2