agentsclimarketplace

Commit

Skill ulpi-io/plugin-marketplace/plugins/sickn33/skills/commit

A curated collection of 7,800+ agent skills for Claude Desktop, sourced from skills.sh

Install
npx -y skills add ulpi-io/plugin-marketplace --skill commit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 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.

What its author says it does

Copied from the file, not written here

Generate commit messages following conventional commits and commit staged changes. Use when creating commits or when user invokes /commit.

SKILL.md

1.8 KB, 372 tokens by cl100k_base, as published. Nobody here has run it

Commit

Generate a commit message and commit staged changes using git.

Based on the Conventional Commits v1.0.0 specification.

Guidelines

  • Only generate the message for staged files/changes
  • Don't add any files using git add - user decides what to add
  • DO NOT add any ads or footers

Format

<type>(<scope>): <message title>

<bullet points summarizing what was updated>

Rules

  • Title: lowercase, no period, max 50 characters
  • Scope: optional, feature affected
  • Body: explain why, not just what
  • Bullet points: concise and high-level

Allowed Types

TypeDescription
featNew feature
fixBug fix
choreMaintenance (tooling, deps)
docsDocumentation changes
refactorCode restructure (no behavior change)
testAdding or refactoring tests
styleCode formatting (no logic change)
perfPerformance improvements

Examples

feat(auth): add JWT login flow

- Implemented JWT token validation logic
- Added documentation for the validation component
fix(ui): handle null pointer in sidebar
refactor(api): split user controller logic

- Extracted validation into separate module
- Simplified error handling flow

Footer (optional)

  • Reference issues: Closes #123
  • Breaking changes: Start with BREAKING CHANGE:

Avoid

  • Vague titles: "update", "fix stuff"
  • Overly long or unfocused titles
  • Excessive detail in bullet points

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.