plugins marketplace
← All plugins

commit-commands

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

Claude Code

by Anthropic33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

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",
  "author": {
    "name": "Anthropic",
    "email": "support@anthropic.com"
  }
}