Skip to content
Development
Command

/save-vigil

Create a named file checkpoint

From plugin
claude-emporium
848 skills8 commands
Install
$ npx -y skills add Vvkmnn/claude-emporium --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/save-vigil

Context preview

What this command does when you run it.

Create a named file checkpoint

Command definition

save-vigil.md
name: save-vigil
description: Create a named file checkpoint
arguments: name, files?

/save-vigil

Create a named checkpoint of files for later recovery.

Usage

  • `/save-vigil auth-refactor` - Save with a name
  • `/save-vigil pre-migration src/db/**` - Save specific files

Action

Call `vigil_save(name: "<name>", files: [<paths>])` with:

  • `name`: Descriptive checkpoint name
  • `files`: Array of file paths to snapshot (defaults to recently modified files)

Slots

3 named slots + 1 rotating `~quicksave` (auto-managed by hooks). Named saves persist until explicitly deleted.

Example

vigil_save(
  name: "before-auth-rewrite",
  files: ["src/auth/handler.ts", "src/middleware/session.ts"]
)
Ships withclaude-emporium

๐Ÿ› [UNDER CONSTRUCTION] A (roman) claude plugin marketplace

Get the whole plugin, auto-invoked