Smith Vault Browser
SkillDocs & knowledgeBrowse vault contents — session logs, sub-agent memory, and queue status.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Smith Vault Browser skill
What this skill tells your AI
The instructions your AI receives, as published by attckdigital/smith in skills/smith-vault/SKILL.md and read by ahel’s review.
Browse the contents of the .smith/vault/ persistent memory system.
Arguments: $ARGUMENTS
Behavior
No Arguments — Dashboard Summary
When invoked with no arguments, show a summary dashboard:
-
Recent Sessions: List the 5 most recent session logs from
.smith/vault/sessions/with their date, status (from frontmatter), branch, and number of file change entries (count lines matching**Edit**or**Write**). -
Active Sub-Agents: List any sub-agent type/ID combinations found in
.smith/vault/agents/. For each type directory, list identifiers (filenames) with their invocation count (count### Invocationheadings in each file). -
Queue Status: Count of
.mdfiles in.smith/vault/queue/. Show "Empty" if none. -
Bank: Count of
.mdfiles in.smith/vault/bank/(excludingarchive/subdirectory). Show "Empty" if none. -
Vault Size: Show total file count and disk usage of
.smith/vault/.
Subcommands
-
/smith-vault sessions— List all session logs with date, status, branch, and file change count. Sort by date descending. -
/smith-vault sessions <filename>— Show the full contents of a specific session log file. Accept either the full filename or a partial match (e.g.,2026-04-02matches the first session from that date). -
/smith-vault agents— List all sub-agent types (subdirectories ofagents/) and their identifiers with invocation counts. -
/smith-vault agents <type>— List all identifiers for a given agent type with their full invocation history. -
/smith-vault queue— Show pending queue items. List each.mdfile inqueue/with its frontmatter summary. Show "Queue is empty" if none. -
/smith-vault status— Show vault health metrics:- Total session count
- Active vs completed sessions
- Total agent entries (across all types)
- Total queue items
- Total banked ideas (in
.smith/vault/bank/, excluding archive) - Disk usage of
.smith/vault/ - Routing breakdown (current session): Count
### Task routedentries in the current session log, group by**Classification:**value, and display:Routing breakdown (this session): simple-question: 14 (handled directly) explore: 3 (delegated to Haiku) implement: 5 (delegated to Opus) review: 2 (delegated to Sonnet) debug: 1 (delegated to Opus) docs: 0 plan: 1 (delegated to Opus)
-
/smith-vault projects— Read~/.smith/projects.jsonand list all registered projects with their vault paths and last session dates. Highlight the current project.
Implementation Notes
- All data is read from
.smith/vault/using standard file reads and grep - Session frontmatter is YAML — parse
status,branch,session_startfields - File change count = number of lines containing
**Edit**or**Write**in a session log - Agent invocation count = number of
### Invocationheadings in an agent file - For partial filename matches on sessions, match against the date portion (YYYY-MM-DD)
- If the vault directory doesn't exist, show a message: "No vault found. Run
/smithto initialize."
Signals
- GitHub stars
- 52
- Forks
- 8
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
smith-vault- Source
- github.com/attckdigital/smith