From snap-it
Use when the user wants to see BTRFS subvolumes and which are snapper-managed.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin snap-itThis skill uses the workspace's default tool permissions.
Show all BTRFS subvolumes on the system and identify which are managed by snapper.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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.