Skip to content

grill-loop v1.3.0

Choose a tag to compare

@nxxxsooo nxxxsooo released this 04 Aug 01:44

Portable OpenSpec and Raycast support

  • Bundle grill-loop, grilling, and deep-grill in one repository install.
  • Initialize missing OpenSpec project or client integration only through the official openspec init CLI flow.
  • Add optional, shareable Raycast snippets with full canonical prompts and keywords ;gr, ;dg, and ;lp.
  • Reject missing, unrelated, or stale Raycast prompt data during bundle validation.
  • Keep Raycast import opt-in and preserve OpenSpec's own lifecycle and generated state.

Install

npx skills@latest add nxxxsooo/grill-loop --skill '*' -g -y

Update

Existing v1.2.0 or earlier installations use the former repository-root SKILL.md lock path. Rebind once when migrating to the bundled layout:

npx skills@latest add nxxxsooo/grill-loop --skill '*' -g -y

After migration, use:

npx skills@latest update grill-loop grilling deep-grill -g -y

Use -p instead of -g for project-scoped installations. Installed copies do not update automatically.

Optional Raycast import

Download skills/grill-loop/assets/raycast-snippets.json, then run Raycast's Import Snippets command. Installing the skills never modifies Raycast automatically.

Compatibility and verification

  • Backward-compatible release; no migration is required.
  • OpenSpec remains optional and requires its CLI when selected.
  • Verified README synchronization, all three skill packages, exact Raycast prompt parity, isolated OpenSpec initialization and client addition, negative drift/leakage checks, and a fresh GitHub-backed consumer install.