Cut release
Skill grimoire-rs/grimoire/test/manual/catalog/skills/cut-release
Package manager for AI-agent config. grim installs, updates, and publishes skills, rules, agents, MCP servers, and bundles into Claude Code, Copilot, Cursor, Codex, Gemini, Zed, Amp, Kiro, Junie, and opencode — pinned by digest in a lockfile. Storage is any OCI registry; there is no service to run.
npx -y skills add grimoire-rs/grimoire --skill cut-releaseAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
A release-cutting playbook — version bump, changelog, tag, publish checklist. Published ALONE under a deep nested repo path (playbooks/ci/release/) so the TUI tree folds the single-child chain into one node.
The file declares its own license as Apache-2.0. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.0 KB, as published. Nobody here has run it
Cut a Release
A small playbook for cutting a release: bump the version, regenerate the changelog, tag, and run the publish checklist.
It exists in the manual rig for one structural reason: it is the only
package under the playbooks/ci/release/ namespace chain. Each of those
segments has exactly one child, so the TUI tree view joins
playbooks → ci → release into a single folded node (the "longest empty
prefix" / VS Code "compact folders" behavior), with cut-release as its one
leaf below it.