
Vibe Commit
Register the vibe-commit marketplace so your agent writes git commits that preserve user prompts and session metadata from the coding session.
Overview
vibe-commit is a plugin marketplace for the Ship phase that adds AI-session-aware git commits including user prompts and session metadata.
What is this marketplace?
- 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
- Marketplace bundles exactly 1 plugin: vibe-commit v1.0.0
- Plugin source: repository root (./)
What problem does it solve?
Fast agent-assisted edits produce commits that read like bare file dumps with no link back to the prompts or session that caused them.
Who is it for?
Solo builders using Claude Code who commit frequently and want git history that reflects how the agent session unfolded.
Skip if: Teams that forbid metadata in commits, use fully automated release bots only, or need conventional-commit enforcement without session narrative.
What do I get? / Deliverables
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
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Commits land at the end of work slices, so this marketplace is shelved under Ship where review and traceability matter most. Review is where diffs and commit messages are judged; session-aware commits support audit-friendly history without leaving the agent.
How it compares
Commit-time agent plugin marketplace, not a standalone MCP server or a full CI release pipeline.
Common Questions / FAQ
Who is Vibe Commit for?
It is for indie 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.