Stats
Actions
Tags
From snap-it
Use when the user wants to see BTRFS subvolumes and which are snapper-managed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/snap-it:list-subvolumesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show all BTRFS subvolumes on the system and identify which are managed by snapper.
Show all BTRFS subvolumes on the system and identify which are managed by snapper.
/)stat -f -c %T <mount>. Install snapper and btrfs-progs if missing.sudo btrfs subvolume list <mount> to list all subvolumes.sudo snapper list-configs to get snapper-managed configs and their associated subvolumes.Displays a table of subvolumes with snapper association. No state change.
Read-only query. Requires sudo to read subvolume metadata.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin snap-itCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.