agentsclimarketplace

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.

Install
npx -y skills add grimoire-rs/grimoire --skill commit-helper

Assembled 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

  1. Inspect the staged diff.
  2. Pick the Conventional Commit type (feat, fix, refactor, chore, …).
  3. Write a one-line subject plus a body explaining why.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.