
Vibe Commit
- Updated January 21, 2026
- stared/vibe-commit
vibe-commit is a plugin marketplace that adds AI-session-aware git commits including user prompts and session metadata.
About
vibe-commit is a one-plugin Claude marketplace entry that installs a commit helper designed for vibe-coding workflows: when you commit, it can attach AI session context such as the prompts that drove the change and related session metadata. developers who ship with Claude Code, Cursor, or similar agents often lose the reasoning trail between chat and git history; this marketplace packages Piotr Migdal’s plugin so you add that linkage through the normal plugin install path instead of hand-copying notes into commit bodies. It fits teams of one who iterate quickly and still want readable, searchable history for rollbacks and code review. Complexity is beginner-friendly because it wraps an action you already take—git commit—rather than introducing a new stack. Pair it with your existing review habits on the Ship phase; it is not a linter, security scanner, or release automation tool.
- Single-plugin marketplace (vibe-commit v1.0.0) focused on AI-session-aware commits
- Embeds user prompts and session metadata into commit context
- Owner: Piotr Migdal (stared/vibe-commit)
- Extends Claude Code workflow at commit time rather than replacing git
- Useful when you want commits to explain why changes happened, not only what changed
Vibe Commit by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add stared/vibe-commitAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | January 21, 2026 |
|---|---|
| Repository | stared/vibe-commit ↗ |
What it does
Register the vibe-commit marketplace so your agent writes git commits that preserve user prompts and session metadata from the coding session.
Who is it for?
Best when you use Claude Code and commit frequently and want git history that reflects how the agent session unfolded.
Skip if: Skip if you forbid metadata in commits, use fully automated release bots only, or need conventional-commit enforcement without session narrative.
What you get
After you add the marketplace plugin, commits can carry session context so future you and reviewers understand intent without reopening old chats.
- vibe-commit plugin available in your agent environment
- Commits that can include user prompts and session metadata from the active AI session
By the numbers
- Marketplace bundles exactly 1 plugin: vibe-commit v1.0.0
- Plugin source: repository root (./)
Plugins in this marketplace
1 plugin - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Commit-time agent plugin marketplace, not a standalone MCP server or a full CI release pipeline.
FAQ
Who is Vibe Commit for?
It is for developers and small teams who code with Claude Code (or similar) and want richer commit messages tied to the AI session that produced the diff.
When should I use Vibe Commit?
Use it whenever you are about to commit agent-generated or agent-assisted changes and you want prompts and session metadata preserved in the commit workflow.
How do I add Vibe Commit to my agent?
Install the stared/Vibe Commit Claude plugin marketplace entry, enable the Vibe Commit plugin (v1.0.0), and invoke it as part of your normal commit step in Claude Code.