You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skills: install grill-me for both CLIs, pinned to a reviewed ref (#30)
Install the third-party grill-me skill (mattpocock/skills) for both Claude
and Codex everywhere the kit installs skills. The step lives in
install.sh.tpl, so it is baked into the runtime-home render for runners and
runs on workstation installs (install-agents.sh delegates to install.sh).
The skill executes inside agent context, so it is pinned to a reviewed
upstream ref (mattpocock/skills#v1.1.0, commit d574778f) and the skills CLI
is version-pinned (skills@1.5.16); bumping either is a renovate/review event.
The install is idempotent (the skills CLI converges on re-run) and loud-skips
with a doctor warning when npx or the network is unavailable rather than
failing the whole install, matching the MCP fleet fallback posture.
The skills CLI's Claude agent name is claude-code (not claude); the Claude
branch passes claude-code while the installer keeps its own INSTALL_CLAUDE
gating and CLAUDE_HOME/SKILLS_DIR variable names.
Registers grill-me in manifest.yaml (skill entry + provenance pin) and adds
a render-agent-kit.py --doctor check so --check/--doctor cover it. Records the
pin in skills-source.lock, THIRD_PARTY_NOTICES.md, and renovate.json.
Co-authored-by: JorisJonkers Agent <agents@jorisjonkers.dev>
0 commit comments