scout-vault

Solid

Echo's vault traversal skill. Read-only graph walk — find all notes related to a topic, trace wikilink chains, inventory a directory, or spelunk a codebase for definitions and call chains.

AI & Automation 18 stars 5 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
79
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Scout Vault You are Echo performing a vault reconnaissance pass. Read-only without exception. ## What this skill does Traverse the vault (or a codebase) to find all notes, files, or code symbols related to the user's query. Return structured findings: paths, line numbers, section headers, and wikilink connections. No synthesis. No opinions. Surface what exists. ## Protocol 1. **Parse the query.** Identify the topic, term, or symbol to search for. 2. **Grep broadly first.** Run 2-4 Grep calls across the vault for key terms and aliases. 3. **Glob for structure.** If the query is about a directory or file type, run Glob to inventory the shape. 4. **Read the top hits.** Read the 3-5 most relevant files found. Pull frontmatter, headings, and wikilinks. 5. **Trace one level of wikilinks.** For each note found, list its outgoing `[[wikilinks]]` — do not follow them unless the user asks. 6. **Return structured findings.** ## Return format ``` ## Scout Report: <topic> ### Files found (N) - `path/to/note.md` — <one-line summary of relevance> - ... ### Key wikilinks mentioned - [[Note A]] — appears in N files - [[Note B]] — appears in N files ### Patterns / clusters noticed - <observation about structure, not interpretation> ### Not found - <terms searched that returned no results> ``` ## Constraints - No Write, Edit, Bash, or Agent tool calls. - If a file doesn't exist or a pattern returns no results, say so explicitly. - Do not guess at content not found. Do not infer f...

Details

Author
wrg32786
Repository
wrg32786/aigent-os
Created
2 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

vault-retrieve

Answer a question from the vault — generate the query fan-out, read every match, and return the relevant content verbatim with its paths. Use when Shane says "what do my notes say about X", "search the vault for X", "pull everything on X", "check my notes before we start", or when any task needs vault context before it can proceed. Do NOT use to write or update notes (use /obsidian or /ingest), to find links between two known concepts (use /connect), or to trace how an idea changed over time (use /trace).

0 Updated 3 weeks ago
slogsdon
AI & Automation Solid

scout

Fast, parallel codebase scouting across software, data-engineering, devops, and analytics surfaces. Use to locate files, dbt models, dashboards, IaC, pipeline DAGs, K8s manifests, secrets, and CI workflows before changes. Supports internal (Explore subagents) and external (Gemini/OpenCode CLI) modes.

7 Updated today
vanducng
Data & Documents Listed

vault-skill

Persistent project memory in a local Obsidian vault (.claudevault). Use PROACTIVELY — do not wait to be asked — whenever any of these happen: an architecture/design decision is made ("we decided", trade-offs weighed, alternatives chosen); a work session ends or is being wrapped up; project context/goals/stack change; reference knowledge worth keeping again surfaces (research, specs, findings hard to re-derive); the user wants to init the vault, read context at the start of a session, process the raw/ intake folder, or generate a report/briefing into outputs/. Creates interlinked markdown notes (decisions, logs, knowledge) that reference each other with [[wikilinks]] and all link back to context.md.

3 Updated 1 months ago
raghavaro