update-buttercut

Update ButterCut via git pull or release download with validation.

584|97|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/barefootford/buttercut --skill update-buttercut
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: update-buttercut
Source: https://github.com/barefootford/buttercut/tree/main/.claude/skills/update-buttercut
Command: npx skills add https://github.com/barefootford/buttercut --skill update-buttercut

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about update-buttercut

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update ButterCut to the latest version?▼

Run the update-buttercut Skill to fetch and install the latest version. It detects whether your ButterCut directory is a Git repository, updates via git pull and bundle install for repos, or downloads and unzips the latest release for non-repo installs, then validates with tests.

Does the update process preserve my ButterCut libraries and settings?▼

Yes. The Skill backs up your installation and excludes libraries during updates, preserving your configuration. It then runs bundle install to restore dependencies, ensuring compatibility.

What do I need installed to update ButterCut?▼

You need Git, curl, unzip, rsync, and Bundler. The Skill requires these tools to perform git-based or zip-based updates and validate your installation.

Can I back up my ButterCut installation before updating?▼

Yes. The update-buttercut Skill automatically backs up your installation and can optionally copy backups to Desktop or iCloud Drive before applying updates.

How does the Skill verify the update worked correctly?▼

After updating, the Skill shows your current version, runs tests via version.rb, and reports results to confirm ButterCut is functioning properly.