plugins marketplace
← All plugins

commit

v1.0.0

Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.

Claude Code

by evmts1.9kupdated 2 weeks ago

Source

git clone https://github.com/composio-community/awesome-claude-plugins

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

Layout

commit/
└── .claude-plugin/plugin.json

Manifests1

commit/.claude-plugin/plugin.json
{
  "name": "commit",
  "description": "Creates git commits using conventional commit format with appropriate emojis, following project standards and creating descriptive messages that explain the purpose of changes.",
  "version": "1.0.0",
  "author": {
    "name": "evmts",
    "url": "https://github.com/evmts"
  },
  "homepage": "https://github.com/ccplugins/awesome-claude-code-plugins/tree/main/plugins/commit"
}