From snap-it
Use when the user wants to take a BTRFS snapshot before a risky change.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin snap-itThis skill uses the workspace's default tool permissions.
Take a manual BTRFS snapshot before upgrades, config edits, or package installs.
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.
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.