update-buttercut

Community

Update ButterCut to the latest version.

Authorbarefootford
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates updating ButterCut to the latest version, preserving libraries and ensuring compatibility.

Core Features & Use Cases

  • Git-based updates: If ButterCut is a git repository, perform a git pull and bundle install to update dependencies.
  • Non-git updates: Download the latest release zip, unzip, and rsync files back to the install directory while excluding libraries, then run bundle install.
  • Verification: Show current version, run tests, and report results.

Quick Start

Run the update-buttercut skill to fetch and install the latest ButterCut version. The update preserves libraries and validates with tests.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: update-buttercut
Download link: https://github.com/barefootford/buttercut/archive/main.zip#update-buttercut

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository