From snap-it
Use when the user is about to run an action and wants a "pre" snapshot first.
How this skill is triggered — by the user, by Claude, or both
Slash command
/snap-it:pre-change-snapshotThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a "pre" snapshot to pair with a post-change snapshot for capturing deltas.
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.
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.