From snap-it
Use when the user wants to take a BTRFS snapshot before a risky change.
How this skill is triggered — by the user, by Claude, or both
Slash command
/snap-it:create-snapshotThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Take a manual BTRFS snapshot before upgrades, config edits, or package installs.
Take a manual BTRFS snapshot before upgrades, config edits, or package installs.
root, home)single default, or pre for paired pre/post)snapper is installed; fall back to raw btrfs subvolume snapshot if no config exists.sudo snapper -c <config> create --type <type> --print-number -d "<description>". Capture the numeric ID.sudo btrfs subvolume snapshot <source> <dest> with a timestamped name.New snapshot created on the target subvolume. Returns the snapshot ID.
Creates a read-only BTRFS snapshot. Requires sudo. No data modification; snapshot space depends on CoW changes afterward.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin snap-it