Development
Command
/restore-vigil
Restore files from a 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
/restore-vigil
Context preview
What this command does when you run it.
Restore files from a checkpoint
Command definition
restore-vigil.mdname: restore-vigil description: Restore files from a checkpoint arguments: name?
/restore-vigil
Restore files from a previously saved checkpoint.
Usage
- `/restore-vigil` - List available checkpoints
- `/restore-vigil auth-refactor` - Restore specific checkpoint
Action
1. Call `vigil_list()` to show available checkpoints 2. Optionally call `vigil_diff(name: "<name>")` to preview changes 3. Call `vigil_restore(name: "<name>")` to restore
Example
> vigil_list() Checkpoints: 1. "before-auth-rewrite" (2 files, 3m ago) 2. "~quicksave" (1 file, 30s ago) > vigil_diff(name: "before-auth-rewrite") src/auth/handler.ts: 12 lines changed > vigil_restore(name: "before-auth-rewrite") Restored 2 files from "before-auth-rewrite"
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

