SwiftButler

PassAudited by ClawScan on Mar 29, 2026.

Overview

The skill is internally consistent: it wraps a Homebrew-installable CLI (butler) for operating on local Swift source files and asks for no credentials or unusual access.

This skill will run a local CLI (butler) that can modify your Swift source (reindent/distribute). Before installing: 1) verify the Homebrew tap/formula and upstream GitHub repo if you don't trust the tap (brew taps can install arbitrary code); 2) run commands with --dry-run or target a copy of your repo first to avoid unexpected file changes; 3) confirm the installed binary with butler --version and inspect its behavior on a small test directory. If you need higher assurance, review the formula and the tool's source on the linked GitHub page.