Agent Plugins Marketplace
All plugins

conventional-commits

v1.1.7

When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history.

CodexClaude Code1 Skill

By Jamie Nelson66 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 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 conventional-commits for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Jamie-BitFlight/claude_skills
codex plugin marketplace upgrade jamie-bitflight-skills
codex plugin add conventional-commits@jamie-bitflight-skills

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

Compatibility: the page URL and API slug “conventional-commits-2” remain stable.

  • Codex: conventional-commits-2@agent-plugin-marketplaceconventional-commits@jamie-bitflight-skills

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/Jamie-BitFlight/claude_skills

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

Plugin files

plugins/conventional-commits/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/conventional-commits/SKILL.md

Included Skills1

conventional-commitsskills/conventional-commits/SKILL.md

When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history.

Plugin manifests2

plugins/conventional-commits/.codex-plugin/plugin.json
{
  "name": "conventional-commits",
  "version": "1.1.7",
  "description": "When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history.",
  "author": {
    "name": "Jamie Nelson",
    "url": "https://github.com/bitflight-devops"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Conventional Commits",
    "shortDescription": "When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When...",
    "longDescription": "When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history.",
    "developerName": "Jamie Nelson",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read"
    ],
    "defaultPrompt": [
      "When writing a git commit message. When task completes and changes need committing. When project uses semantic-release,"
    ]
  }
}
plugins/conventional-commits/.claude-plugin/plugin.json
{
  "name": "conventional-commits",
  "description": "When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history.",
  "version": "1.1.9",
  "author": {
    "name": "Jamie Nelson",
    "url": "https://github.com/bitflight-devops"
  }
}

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

[conventional-commits on Agent Plugins Marketplace](https://pluginsmp.com/plugins/conventional-commits-2)