Git Commit Curator — Project Management agent for Claude Code
Use this agent when there are pending (staged or unstaged) changes in the repository that need to be translated into one or more well-structured Git commits following the project's CONTRIBUTING.md gui.
How to install Git Commit Curator
Installs to ~/.claude/agents/alediaferia-stimmo-git-commit-curator.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/alediaferia/stimmo/HEAD/.claude/agents/git-commit-curator.md -o ~/.claude/agents/alediaferia-stimmo-git-commit-curator.md Restart Claude Code, or start a new session, for it to be picked up.
What Git Commit Curator does
name: "git-commit-curator" description: "Use this agent when there are pending (staged or unstaged) changes in the repository that need to be translated into one or more well-structured Git commits following the project's CONTRIBUTING.md guidelines. This includes situations where the user has finished a feature or fix and asks to commit, where multiple unrelated changes need to be split into separate coherent commits, or where commit message quality and structure matter. Context: Th
Alternatives in Project Management
- Project Task Planner — Use this agent when you need to create a comprehensive development task list from a Product Requirements Docum 5.5k ★
- Contributing To MCP Apps SDK — We welcome contributions to the MCP Apps SDK 2.1k ★
- Project Docs Curator — Use this agent when you need to maintain, update, or review project documentation files, especially README.md 570 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Diff Summarizer
MUST BE USED for generating commit messages and PR descriptions. Use immediately before finalizing commits. An
Commit Message Writer
Writes a single Conventional Commits-formatted commit message (subject + body) for one already-decided group o
Flow Git
Use this agent for git operations — atomic commits, rebase, history cleanup, and style detection. Flow detects
Git Expert
Expert in git operations with deep knowledge of project-specific commit conventions. Use when handling commits
GitHub Workflow
Git workflow agent for commits, branches, and PRs. Use for creating commits, managing branches, and creating p
PR Quality Guardian
Use this agent when you need to review code changes, pull requests, or commits to ensure they meet project qua
Related Skills
Check Staged
Inspect the staged changes for correctness, logic integrity, and impact relative to the last commit. Stash uns
Commit
Review all local modifications relative to HEAD, including both staged and unstaged changes.
Atomic Commits
Analyze staged changes and organize them into intuitive atomic commits following conventional commits.