← Back to list

vault-search
by xavierchoi
⭐ 8🍴 1📅 Jan 24, 2026
SKILL.md
name: vault-search description: > Use when user wants to find past records or notes on a topic. Triggered when intention involves remembering, locating, or querying knowledge. Searches vault by content, tags, and frontmatter.
Vault Search
Behavior
-
Parse user query to extract:
- Keywords (main search terms)
- Time range (if mentioned: "last week", "January", etc.)
- Type filter (project, resource, daily, etc.)
- Tag filter (if specified)
- Folder scope (if specified)
-
Execute search using Grep/Glob tools
-
Rank and present results with context snippets
-
Offer to open, summarize, or explore specific results
Search Strategies
| Query Type | Method |
|---|---|
| By content | Grep for keywords across all .md files |
| By tag | Search tags: in frontmatter |
| By type | Filter by type: field in frontmatter |
| By project | Filter by project: field |
| By date | Filter by created: or date: range |
| By folder | Scope search to specific folder |
Search Syntax Hints
"exact phrase"→ exact matchtag:ai/agents→ search by tagtype:project→ filter by note typein:Resources→ search in specific folderafter:2024-01→ date filtering
Output Format
## Search Results for "{query}"
Found {n} notes:
1. **{title}** (`{path}`)
> {context snippet with match highlighted}
Tags: {tags} | Created: {date}
2. ...
Follow-up Actions
After showing results, offer:
- "Open {note name}?"
- "Summarize these results?"
- "Search for something related?"
- "Show more context from {note}?"
Score
Total Score
35/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon