From snap-it
Use when the user is about to run an action and wants a "pre" snapshot first.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin snap-itThis skill uses the workspace's default tool permissions.
Create a "pre" snapshot to pair with a post-change snapshot for capturing deltas.
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.
Create a "pre" snapshot to pair with a post-change snapshot for capturing deltas.
snapper is installed and config exists.sudo snapper -c <config> create --type pre --print-number -d "<description>".42) so the caller can capture it for later pairing.Pre snapshot created. Returns numeric snapshot ID for caller to reuse with --pre-number <id> in a post-change snapshot.
Creates a read-only snapshot. Minimal space overhead. Requires sudo. ID is intended to be captured by a wrapping workflow.