plugins marketplace
← All plugins

commit-commands

v1.0.0

Streamline your git workflow with simple commands for committing, pushing, and creating pull requests

Claude Code

by Anthropic934updated 2 weeks ago

Source

git clone https://github.com/LING71671/Open-ClaudeCode

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

Layout

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

Manifests1

plugins/commit-commands/.claude-plugin/plugin.json
{
  "name": "commit-commands",
  "description": "Streamline your git workflow with simple commands for committing, pushing, and creating pull requests",
  "version": "1.0.0",
  "author": {
    "name": "Anthropic",
    "email": "support@anthropic.com"
  }
}