Agent Plugins Marketplace
All plugins

commit-narrator

v0.1.0

Generate semantic commit message from staged diff.

Codex1 Skill

By Mehmet TuracLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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 commit-narrator for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add commit-narrator@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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/mturac/commit-narrator/
├── .codex-plugin/plugin.json
└── skills/commit-narrator/SKILL.md

Included Skills1

commit-narratorskills/commit-narrator/SKILL.md

Generate a conventional commit message from the staged diff

Plugin manifests1

plugins/mturac/commit-narrator/.codex-plugin/plugin.json
{
  "name": "commit-narrator",
  "version": "0.1.0",
  "description": "Generate semantic commit message from staged diff.",
  "author": {
    "name": "Mehmet Turac",
    "url": "https://github.com/mturac"
  },
  "homepage": "https://github.com/mturac/pluginpool-commit-narrator",
  "repository": "https://github.com/mturac/pluginpool-commit-narrator",
  "license": "MIT",
  "keywords": [
    "git",
    "commit",
    "conventional-commits",
    "codex-plugin"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Commit Narrator",
    "shortDescription": "Generate semantic commit message from staged diff.",
    "longDescription": "Generates conventional commit messages from `git diff --cached`, including the *why* behind changes. Deterministic Python helper (stdlib only) wrapped as a slash command.",
    "developerName": "Mehmet Turac",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/mturac/pluginpool-commit-narrator",
    "privacyPolicyURL": "https://github.com/mturac/pluginpool-commit-narrator/blob/main/LICENSE",
    "termsOfServiceURL": "https://github.com/mturac/pluginpool-commit-narrator/blob/main/LICENSE",
    "defaultPrompt": [
      "Use Commit Narrator to generate semantic commit message from staged diff."
    ],
    "brandColor": "#7c3aed",
    "composerIcon": "./assets/icon.svg"
  }
}

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

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