Use this skill when the user wants to use branchless Git workflow, manage Git commits efficiently, or use advanced Git features.
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-f23d31db)More formats (shields.io, HTML) on the badges page.
---
name: git-branchless
description: Use this skill when the user wants to use branchless Git workflow, manage Git commits efficiently, or use advanced Git features.
---
# git-branchless Plugin
High-velocity, monorepo-scale workflow for Git. Branchless workflow for Git with advanced features for managing commits and branches.
## Commands
### Git Workflow
- `git-branchless git smartlog` — Show smartlog of commits
### Utility
- `git-branchless _ _` — Passthrough to git-branchless CLI
## Usage Examples
- "Show git smartlog"
- "Use branchless git workflow"
- "Manage git commits"
- "Rewrite git history"
## Installation
```bash
brew install git-branchless
```
Or via Cargo:
```bash
cargo install git-branchless
```
## Examples
```bash
# Show smartlog
git-branchless git smartlog
# Any git-branchless command with passthrough
git-branchless _ _ init
git-branchless _ _ smartlog
git-branchless _ _ next
git-branchless _ _ hide
```
## Key Features
- **Branchless** - No need for feature branches
- **Smartlog** - Visual commit graph
- **Commit manipulation** - Move and reorganize commits
- **Monorepo scale** - Works with large codebases
- **Git extension** - Integrates with Git
- **Fast** - High-velocity workflow
- **Undo** - Easy undo of operations
- **Repair** - Repair corrupted repositories
- **Visualize** - Visual commit history
- **Cross-platform** - Linux, macOS, Windows
## Notes
- Works as a Git extension
- Great for monorepos
- Simplifies Git workflow
- Provides commit graph visualization
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!