
Commit
- 2 repo stars
- Updated June 1, 2026
- HeminWon/claude-code-marketplace
Helps with git & pull requests tasks.
About
commit is a Claude Code skill for git & pull requests. It helps developers move faster with AI-assisted coding.
- commit
- Git & Pull Requests
- AI-coding skill
Commit by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add HeminWon/claude-code-marketplace/plugin install commit@hemin-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | June 1, 2026 |
| Repository | HeminWon/claude-code-marketplace ↗ |
What it does
Helps with git & pull requests tasks.
README.md
claude-code-marketplace
Public Claude Code plugin marketplace with curated plugins for development workflows.
Marketplace Name
hemin-marketplace
Available Plugins
commit— Generate standardized git commit messages and commit directly.
Usage
Via npx skills (multi-agent)
npx skills add HeminWon/claude-code-marketplace
Supports Claude Code, Cursor, Codex, and 40+ more agents.
Via Claude Code plugin system
1) Add marketplace
/plugin marketplace add HeminWon/claude-code-marketplace
2) Install plugin
/plugin install commit@hemin-marketplace
3) Configure commit language (local repo)
# set by language name (will be normalized to locale code)
/commit:configure 中文
# set by locale code
/commit:configure pt-BR
# reset to auto-detect
/commit:configure auto
4) Update marketplace and plugin versions
/plugin marketplace update hemin-marketplace
Optional: check current plugin status/version.
/plugin
5) Remove plugin
/plugin uninstall commit@hemin-marketplace
6) Remove marketplace
/plugin marketplace remove hemin-marketplace