πŸ“šAllForClaude
SkillsMCPPluginsCategoriesHow to install
πŸ“š AllForClaude

Skills, MCP Servers & Plugins for Claude, All in One Place.

By type

  • Skills
  • MCP Servers
  • Plugins
  • Subagents
  • Slash Commands

Categories

  • πŸ’» Development & Coding
  • ⚑ Productivity & Automation
  • 🎨 Creative, Design & Art
  • πŸ“„ Documents & Office
  • πŸ’¬ Communication & Messaging
  • πŸ€– AI & Machine Learning

Learn

  • How to install
  • All categories
  • Search

Β© 2026 AllForClaude. An independent, community directory β€” not affiliated with Anthropic.

Aggregated from claudeskills.info, skillshubmcp.com & claudedirectory.org.

  1. Home
  2. /Subagents
  3. /Communication & Messaging
  4. /Commit Agent
πŸ’¬

Commit Agent

πŸ€–SubagentπŸ’¬Communication & Messaging319

Conventional commit message generation agent specializing in change classification, semantic versioning awareness, and consistent commit formatting. Use when drafting commit messages for staged changes, classifying change types, formatting breaking change footers, linking issues in commits. Do not use when analyzing repository state - use git-workspace-agent first. preparing full PR - use pr-agent. ⚠️ PRE-INVOCATION CHECK (parent must verify BEFORE calling this agent): - Single file with <20 lines? β†’ Parent commits directly - Obvious type (typo, version bump, deps)? β†’ Parent uses `fix(scope): message` - Can write message in <30 seconds? β†’ Parent commits directly ONLY invoke this agent for: multi-file changes, ambiguous classification, breaking changes, or complex scope decisions. Generates complete conventional commit messages ready for use.

By athola

How to install

Skill (folder)

A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.

Claude Code (project or global):

terminal
# per-project
mkdir -p .claude/skills/commit-agent
# ...or for all projects
mkdir -p ~/.claude/skills/commit-agent

# copy SKILL.md and any supporting files into that folder

Claude.ai / Claude Desktop:

Customize β†’ Skills β†’ β€œ+” β†’ Browse skills β†’ Install. (Installed skills are view-only; download a copy to customise.)

Claude auto-detects skills in that folder β€” no restart needed.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’

Source

  • Claude Skills Hub

More in Communication & Messaging

View all β†’
πŸ’¬
πŸ”ŒMCP Serverβ˜… Featured

Slack Server

Send messages, manage channels, and interact with Slack workspaces

πŸ’¬Communication & Messaging88,106
πŸ’¬
πŸ“¦Pluginβ˜… Featured

Git Commit Commands

Git workflow automation with intelligent commit message generation, branch management, and PR creation. Follows conventional commits and analyzes changes to generate meaningful commit messages automatically.

πŸ’¬Communication & Messaging31,635
πŸ’¬
πŸ€–Subagent

Chief Of Staff

Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/info_only/meeting_info/action_required), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.

πŸ’¬Communication & Messaging225,587
πŸ’¬
πŸ“¦Plugin

Clojure Interactive Programming

Tools for REPL-first Clojure workflows featuring Clojure instructions, the interactive programming chat mode and supporting guidance.

πŸ’¬Communication & Messaging36,140

How to install

Skill (folder)

A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.

Claude Code (project or global):

terminal
# per-project
mkdir -p .claude/skills/commit-agent
# ...or for all projects
mkdir -p ~/.claude/skills/commit-agent

# copy SKILL.md and any supporting files into that folder

Claude.ai / Claude Desktop:

Customize β†’ Skills β†’ β€œ+” β†’ Browse skills β†’ Install. (Installed skills are view-only; download a copy to customise.)

Claude auto-detects skills in that folder β€” no restart needed.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’