From snap-it
Use when the user wants to revert a subvolume to a prior snapshot.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin snap-itThis skill uses the workspace's default tool permissions.
Restore a BTRFS subvolume to a previous snapshot.
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.
Restore a BTRFS subvolume to a previous snapshot.
snapper is installed and config exists. Warn if rolling back root filesystem (requires reboot).sudo snapper -c <config> undochange <src>..<tgt> in dry-run mode (list affected files).sudo snapper -c <config> undochange <src>..<tgt> (destructive mode, no flag).Subvolume reverted to snapshot state. May require reboot if root filesystem.
Destructive operation. Always show dry-run listing first. Requires explicit confirmation. Root-FS rollback warns about reboot. Requires sudo.