Development
Command
/save-vigil
Create a named file checkpoint
Install
$ npx -y skills add Vvkmnn/claude-emporium --agent claude-codeHow 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, auto-invoked
Stats
84
Stars
0
Views
4
Forks
Maintained
Maintenance
JavaScript
Language
5mo ago
Last commit
6mo ago
Created
Repo: Vvkmnn/claude-emporium
Other commands on claude-emporium.
- /review-gladiator
Batch learn from session history and reflect
Open command - /search-historian
Search your conversation history
Open command - /search-oracle
Search for skills, plugins, and MCP servers
Open command - /reprompt-orator
Optimize a prompt using Anthropic best practices
Open command - /compact-praetorian
Save current context to praetorian memory
Open command - /restore-praetorian
Load previous context from praetorian memory
Open command

