Command
Development
Command
/save-vigil
Create a named file checkpoint
Install
> /plugin marketplace add Vvkmnn/claude-emporiumHow 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.mdname: 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
Stats
82
Stars
4
Forks
Quiet
Maintenance
JavaScript
Language
6mo ago
Last commit
7mo ago
Created
Repo: Vvkmnn/claude-emporium
Other commands on claude-emporium.
Command
Command
Command
Command
Command

