Vaultr Notes — Router
Environment check
vaultr --help
If vaultr is not found, inform the user and stop.
Identify intent → load sub-skill
| Scenario | Trigger signals | Sub-skill |
|---|---|---|
| Regular notes | create / read / modify / delete / list / search notes; journal entries; research notes; markdown files | @notes-crud.md |
| Short notes | quick capture, fleeting thought, short note, daily log, "jot down" | @short-notes.md |
| Knowledge | "what do I know about", knowledge base, compiled knowledge, index notes | @knowledge.md |
Load the matching sub-skill. If the request spans multiple scenarios, handle them sequentially.