Use this skill when the user wants to clean up merged git branches locally and remotely.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-7103de36)More formats (shields.io, HTML) on the badges page.
---
name: git-delete-merged-branches
description: Use this skill when the user wants to clean up merged git branches locally and remotely.
---
# git-delete-merged-branches Plugin
Delete merged git branches interactively or automatically.
## Usage Examples
- "delete all merged branches in repo"
- "dry run to see which branches would be deleted"
- "delete merged branches including remote"
## Installation
```bash
npm install -g git-delete-merged-branches
```
## Key Features
- Merged branch detection and deletion
- Dry-run mode for safety
- Local and remote branch cleanup
- Configurable branch patterns
- Interactive confirmation
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!