agentsclimarketplace

Commit

Skill KonH/ClaudeTools/plugins/k/skills/commit

Create a git commit for the staged changes, branching off the default branch first if neededFrom its SKILL.md

Install
npx -y skills add KonH/ClaudeTools --skill commit

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

  • 1 stars1 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.

SKILL.md

1.6 KB, 352 tokens by cl100k_base, as published. Nobody here has run it

Create a git commit for the staged changes.

Pre-commit step: branch selection

Before committing, check the current branch:

  1. git branch --show-current
  2. Determine the repository's default branch (main or master — e.g. via git symbolic-ref --short refs/remotes/origin/HEAD, falling back to whichever of main/master exists locally).
  3. If the current branch is the default branch: create and switch to a new branch via git checkout -b feature/<short-kebab-description>, where <short-kebab-description> is a meaningful slug derived from the change being committed (e.g. feature/province-division-config). Do this before staging/committing anything else.
  4. If it is anything other than the default branch (i.e. already on a feature branch or other non-default branch): leave the branch as-is — do not create or switch branches.

Rules

  • Subject line: short, imperative, no period
  • Explain why, not what — the diff already shows what changed
  • No bullet-point summaries of changed files
  • Always add a Co-Authored-By trailer for the model in use, e.g. Co-Authored-By: Claude Fable 5 <[email protected]>
  • If a project-specific pre-commit step bumps a version number, only ever increment the minor/patch segment. The major (or milestone) segment is a human decision — never bump it automatically, and never let an overflowing minor segment roll over into it. If a project's version-bump instructions are ambiguous about this, stop and ask a human rather than guessing.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. 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.