Development
Command
/restore-praetorian
Load previous context from praetorian memory
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-praetorian
Context preview
What this command does when you run it.
Load previous context from praetorian memory
Command definition
restore-praetorian.mdname: restore-praetorian description: Load previous context from praetorian memory arguments: query?
/restore-praetorian
Load previous work from praetorian memory.
Usage
- `/restore-praetorian` - Show recent compactions (last 3-5)
- `/restore-praetorian auth` - Search for auth-related context
- `/restore-praetorian "API design"` - Search for specific topic
Action
Call `praetorian_restore(query?)` and summarize the results:
- Without query: Returns most recent compactions
- With query: Semantic search across all compactions
When to Use
- **Session start**: Check if previous work exists for current task
- **Resuming work**: Load context from previous sessions
- **Context low**: Restore key insights before compaction clears context
Example Output
Found 2 relevant compactions: 1. "Auth Implementation" (decisions, Jan 9) - Using JWT with refresh tokens - Storing tokens in httpOnly cookies - Middleware pattern at src/middleware/auth.ts 2. "API Research" (web_research, Jan 8) - REST best practices from OpenAPI spec - Rate limiting patterns
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-vigil
Restore files from a checkpoint
Open command

