Commit helper
Skill grimoire-rs/grimoire/test/manual/catalog/skills/commit-helper
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 commit-helperAssembled 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
Draft a Conventional Commit message from staged changes. Use when the user asks to commit, save progress, or write a commit message.
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
0.6 KB, as published. Nobody here has run it
Commit Helper
A second single-file skill so the catalog has more than one entry to browse, search, and select in the TUI.
Procedure
- Inspect the staged diff.
- Pick the Conventional Commit type (
feat,fix,refactor,chore, …). - Write a one-line subject plus a body explaining why.