From starlight-intelligence-system
Manages persistent knowledge vaults — read, write, search, consolidate, export entries, and check vault health. Supports multiple subcommands via /vault <action>.
How this command is triggered — by the user, by Claude, or both
Slash command
/starlight-intelligence-system:vaultThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /vault Command > *"Access the persistent memory of Starlight."* **Primary Agent:** Starlight Sage **Skills Activated:** vault-management, knowledge-synthesis --- ## Subcommands ### /vault read [vault-name] [--query "search terms"] Read entries from a specific vault with optional search. **Arguments:** - `vault-name`: strategic | technical | creative | operational | wisdom - `--query`: Optional search terms to filter entries **Example:** ### /vault write [vault-name] [content] Write a new entry to a vault. The Sage will structure the entry properly. **Arguments:** - `vault-name...
"Access the persistent memory of Starlight."
Primary Agent: Starlight Sage Skills Activated: vault-management, knowledge-synthesis
Read entries from a specific vault with optional search.
Arguments:
vault-name: strategic | technical | creative | operational | wisdom--query: Optional search terms to filter entriesExample:
/vault read strategic --query "architecture decisions"
/vault read wisdom
/vault read technical --query "configuration-first"
Write a new entry to a vault. The Sage will structure the entry properly.
Arguments:
vault-name: Target vaultExample:
/vault write wisdom "Configuration should be declarative whenever possible.
Imperative configuration creates hidden dependencies."
Search across all vaults simultaneously.
Arguments:
query: Search termsOutput: Ranked results from all vaults with vault name, entry title, relevance score, and snippet.
Display vault health metrics for all vaults.
Output:
VAULT HEALTH REPORT
===================
Strategic: [entries] entries | avg confidence [score] | [status]
Technical: [entries] entries | avg confidence [score] | [status]
Creative: [entries] entries | avg confidence [score] | [status]
Operational: [entries] entries | avg confidence [score] | [status]
Wisdom: [entries] entries | avg confidence [score] | [status]
Overall: [healthy/attention-needed/critical]
Run memory consolidation across all vaults.
Actions: Deduplication, archival, promotion, health assessment.
Export all entries from a vault in a portable format.
/vault [subcommand] [args]
→ Parse subcommand and arguments
→ Activate vault-management skill
→ Route to Sage agent
→ Execute vault operation
→ Return formatted results
→ Log operation in Operational Vault
npx claudepluginhub frankxai/starlight-intelligence-system/vaultManages Obsidian vault: lists structure with file counts by service and task layers, adds documents to categories with frontmatter and git commit, auto-organizes uncategorized files.