compact-commits
Compact all commits in a GitHub PR into a single commit with comprehensive message and DCO sign-off. Use when user wants to squash PR commits, clean up commit history, or prepare PR for merge.
SKILL.md
| Name | compact-commits |
| Description | Compact all commits in a GitHub PR into a single commit with comprehensive message and DCO sign-off. Use when user wants to squash PR commits, clean up commit history, or prepare PR for merge. |
Claude Code Plugins Collection
Productivity-focused Claude Code plugins - automate workflows and reclaim your development time
A collection of Claude Code plugins that streamline common development tasks.
Plugins
claude
A meta-development plugin that enables Claude Code to create new slash commands from current workflows, making it easy to capture and reuse common patterns.
git
Comprehensive Git workflow automation plugin providing slash commands for commit, push, PR creation, worktree management, code review, and more.
Installation
# Add this repository as a plugin marketplace
/plugin marketplace add https://github.com/yanmxa/cc-plugins
# Install individual plugins
/plugin install claude
/plugin install git
# Or browse available plugins
/plugin marketplace list
Use Cases
- Workflow Automation: Convert manual multi-step processes into single slash commands
- Team Standards: Share consistent development practices across teams
- Productivity: Reduce repetitive typing and errors in common operations
- Self-Improvement: Use claude-dev to continuously extend Claude Code capabilities based on your workflows
About Claude Code Plugins
Claude Code plugins are custom collections of slash commands, agents, MCP servers, and hooks that install with a single command. They enable sharing productivity workflows, enforcing development standards, connecting to internal tools, and bundling related customizations.
Learn more: Claude Code Plugins Announcement
Contributing
Contributions are welcome! Please feel free to submit pull requests or open issues for new plugin ideas or improvements to existing commands.
License
MIT License - feel free to use and adapt these plugins for your own workflows.