💡 Summary
Boost Your AI enhances AI-assisted development workflows with GitButler skills for efficient Git management.
🎯 Target Audience
🤖 AI Roast: “Powerful, but the setup might scare off the impatient.”
Risk: Low. Review: shell/CLI command execution; outbound network access (SSRF, data egress); filesystem read/write scope and path traversal. Run with least privilege and audit before enabling in production.
Boost Your AI
A Claude Code skill marketplace for boosting AI-assisted development workflows.
Installation
Add this marketplace to Claude Code:
/plugin add https://github.com/aheritier/boost-your-ai
Then restart Claude Code to load the skills.
Available Skills
GitButler (gitbutler)
DEPRECATED: GitButler provides now (Nightly 0.5.1840+) but skill install command to install an up-to-date version of the skill aligned with your GitButler version
Safe git history manipulation using the GitButler CLI (but).
Features:
- 🔄 Squash commits -
but rub <source> <target> - ✏️ Edit commit messages -
but reword <sha> -m "new message" - 🎯 Auto-amend to correct commit -
but absorb - ⏪ Undo any operation -
but undo/but restore - 🌿 Virtual branches - Work on multiple features simultaneously
Slash Commands:
| Command | Description |
| ----------------------- | --------------------------------------- |
| /gitbutler:absorb | Auto-amend changes into correct commits |
| /gitbutler:commit | Commit changes to virtual branch |
| /gitbutler:squash | Squash commits together |
| /gitbutler:fix-msg | Edit a commit message |
| /gitbutler:branch | Manage virtual branches |
| /gitbutler:move | Move file/commit to another branch |
| /gitbutler:checkpoint | Create named recovery checkpoint |
| /gitbutler:undo | Undo last GitButler operation |
Auto-detection: When on a gitbutler/workspace branch, Claude will automatically suggest but commands instead of raw git.
View GitButler Skill Documentation
Usage
Once installed, Claude will automatically use these skills when relevant. For example:
- "Help me squash these commits" → Uses GitButler skill
- "Fix my commit message" → Suggests
but reword - "Undo my last operation" → Recommends
but undo
Contributing
Adding a New Plugin
- Create a new directory under
plugins/ - Add
.claude-plugin/plugin.jsonmanifest:{ "name": "your-plugin", "description": "Brief description of your plugin", "version": "1.0.0" } - Add skills under
skills/<skill-name>/SKILL.md - Submit a pull request
Plugin Structure
plugins/your-plugin/
├── .claude-plugin/
│ └── plugin.json # Required: Plugin manifest
├── README.md # Recommended: Installation guide
└── skills/
└── your-skill/
├── SKILL.md # Required: Skill instructions
└── references/ # Optional: Detailed documentation
License
Apache 2.0 - See LICENSE
Author
Pros
- Streamlines Git operations
- Offers powerful commit manipulation features
- Integrates seamlessly with Claude Code
Cons
- Limited to GitButler CLI users
- Some features may be complex for beginners
- Deprecated status of GitButler may affect support
Related Skills
claude-mods
A“Powerful, but the setup might scare off the impatient.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author aheritier.
