rebase-pr
Rebase a PR or all open PRs against their target base branch and force push updates. Use when user wants to update PR with latest changes, resolve merge conflicts, or says "rebase PR".
SKILL.md
| Name | rebase-pr |
| Description | Rebase a PR or all open PRs against their target base branch and force push updates. Use when user wants to update PR with latest changes, resolve merge conflicts, or says "rebase PR". |
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.