Agent Plugins Marketplace
All plugins

git-commit

v1.1.0

Craft a conventional-commit message from the diff and run the commit safely: review before staging, no blind `git add .`, multiline bodies via -F, branch check first.

CodexClaude CodeAgent Plugins1 Skill

By jabworksLicense: MIT1 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install git-commit for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add git-commit@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/jabworks/agentic-toolkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is dist/plugins/git-commit/.

Plugin files

dist/plugins/git-commit/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/git-commit/SKILL.md

Included Skills1

git-commitskills/git-commit/SKILL.md

Use when staging changes and creating a git commit — derive a conventional-commit message from the diff and run the commit safely. Review before staging (never blind `git add .`), write multi-paragraph bodies via `-F`/heredoc (never chained `-m`), keep unwanted trailers out, and check the branch first. Covers the full local flow through verify and optional amend; stops before push — hand off to /release for tagging and publishing.

Plugin manifests3

dist/plugins/git-commit/.codex-plugin/plugin.json
{
  "name": "git-commit",
  "version": "1.1.0",
  "description": "Craft a conventional-commit message from the diff and run the commit safely: review before staging, no blind `git add .`, multiline bodies via -F, branch check first.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "git",
    "commit",
    "conventional-commits",
    "staging",
    "vcs"
  ],
  "skills": "./skills/git-commit",
  "interface": {
    "displayName": "Git Commit",
    "shortDescription": "Safe conventional commits from the diff.",
    "longDescription": "Derives a conventional-commit message from the actual diff and runs the commit safely — reviewing before staging, banning blind `git add .`, writing multiline bodies via -F, keeping unwanted trailers out, and checking the branch first. Covers the full local flow through verify and optional amend; stops before push.",
    "developerName": "jabworks",
    "category": "Productivity",
    "defaultPrompt": [
      "Commit these changes.",
      "Stage and commit my work.",
      "Split this into clean commits."
    ]
  }
}
dist/plugins/git-commit/.claude-plugin/plugin.json
{
  "name": "git-commit",
  "version": "1.1.0",
  "description": "Craft a conventional-commit message from the diff and run the commit safely: review before staging, no blind `git add .`, multiline bodies via -F, branch check first.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "git",
    "commit",
    "conventional-commits",
    "staging",
    "vcs"
  ],
  "skills": "./skills/git-commit"
}
dist/plugins/git-commit/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "git-commit",
  "version": "1.1.0",
  "description": "Craft a conventional-commit message from the diff and run the commit safely: review before staging, no blind `git add .`, multiline bodies via -F, branch check first.",
  "author": {
    "name": "jabworks"
  },
  "repository": "https://github.com/jabworks/agentic-toolkit",
  "license": "MIT",
  "keywords": [
    "git",
    "commit",
    "conventional-commits",
    "staging",
    "vcs"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[git-commit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/git-commit)