agentsclimarketplace

Commit

Skill SamyakJhaveri/loam/seed/.claude/skills/commit

Copier template that bootstraps AI-agent-optimized project setups: layered context routing, curated skills, and an enforced validation gate — synced across projects.

Install
npx -y skills add SamyakJhaveri/loam --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

  • 0 stars0 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

Create a conventional commit. Use when user says "commit", "make a commit", or "save changes". NOT for: drafting code, running tests, or anything that changes files — this skill only stages and commits already-finished work.

SKILL.md

0.9 KB, 145 tokens by cl100k_base, as published. Nobody here has run it

<git_status> !git status --short </git_status>

<staged_diff> !git diff --cached </staged_diff>

  1. Review the staged diff above.
  2. Write a Conventional Commit message: feat: / fix: / chore: / docs: / refactor: / test: / perf:
  3. If $ARGUMENTS is provided, use it as the commit subject.
  4. Format: <type>(<optional-scope>): <subject> — subject under 72 chars.
  5. Run: git commit -m "<message>"
  6. Run: git status to confirm clean state.
  7. Output the commit hash and message.

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 327,132. 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.