plugins
All plugins

ai-commit-gen

v1.10.0

AI-powered commit message generator - analyzes your git diff and creates conventional commit messages instantly

Claude Code

by Jeremy LongshoreMIT2.6kupdated 2 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/ai-commit-gen/ inside the repository.

Layout

plugins/productivity/ai-commit-gen/
└── .claude-plugin/plugin.json

Manifests1

plugins/productivity/ai-commit-gen/.claude-plugin/plugin.json
{
  "name": "ai-commit-gen",
  "version": "1.10.0",
  "description": "AI-powered commit message generator - analyzes your git diff and creates conventional commit messages instantly",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "git",
    "commit",
    "conventional-commits",
    "ai",
    "automation",
    "productivity",
    "devops"
  ]
}