Co-Pilot
Updated 24 days ago

boost-your-ai

Aaheritier
0.0k
aheritier/boost-your-ai
76
Agent Score

💡 Summary

Boost Your AI enhances AI-assisted development workflows with GitButler skills for efficient Git management.

🎯 Target Audience

Software developersDevOps engineersTechnical project managersOpen source contributorsStudents learning version control

🤖 AI Roast:Powerful, but the setup might scare off the impatient.

Security AnalysisLow Risk

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

  1. Create a new directory under plugins/
  2. Add .claude-plugin/plugin.json manifest:
    { "name": "your-plugin", "description": "Brief description of your plugin", "version": "1.0.0" }
  3. Add skills under skills/<skill-name>/SKILL.md
  4. 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

Arnaud Héritier

5-Dim Analysis
Clarity8/10
Novelty6/10
Utility9/10
Completeness7/10
Maintainability8/10
Pros & Cons

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

ccmp

A
toolCo-Pilot
86/ 100

“Powerful, but the setup might scare off the impatient.”

claude-mods

A
toolCo-Pilot
86/ 100

“Powerful, but the setup might scare off the impatient.”

agentic-qe

A
toolCo-Pilot
86/ 100

“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.