スキル一覧に戻る
xavierchoi

vault-search

by xavierchoi

8🍴 1📅 2026年1月24日
GitHubで見るManusで実行

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

  1. 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)
  2. Execute search using Grep/Glob tools

  3. Rank and present results with context snippets

  4. Offer to open, summarize, or explore specific results

Search Strategies

Query TypeMethod
By contentGrep for keywords across all .md files
By tagSearch tags: in frontmatter
By typeFilter by type: field in frontmatter
By projectFilter by project: field
By dateFilter by created: or date: range
By folderScope search to specific folder

Search Syntax Hints

  • "exact phrase" → exact match
  • tag:ai/agents → search by tag
  • type:project → filter by note type
  • in:Resources → search in specific folder
  • after: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}?"

スコア

総合スコア

35/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です