← Back to list

vault-process
by xavierchoi
⭐ 8🍴 1📅 Jan 24, 2026
SKILL.md
name: vault-process description: > Use when user wants to organize, classify, or process Inbox items. Triggered when intention is to transform fleeting notes into permanent knowledge. Moves notes from 00_Inbox to appropriate destinations.
Vault Process
Behavior
- List unprocessed notes in
00_Inbox/ - For each note:
- Read and review content
- Suggest destination (Projects, Areas, or Resources)
- Propose enriched frontmatter (tags, type change)
- Move to destination after user approval
- Update any internal links if necessary
Destination Logic
| Content Type | Destination | New Type |
|---|---|---|
| Has clear goal/deadline | 01_Projects/{project}/ | project |
| Ongoing responsibility | 02_Areas/{area}/ | area |
| Reference/knowledge | 03_Resources/{topic}/ | permanent |
| Not worth keeping | Delete or leave in Inbox | - |
Processing Flow
- Show list of Inbox items with brief summaries
- For each item, suggest:
- Destination folder
- Updated frontmatter
- Potential tags
- Ask for confirmation before moving
- Execute moves and report results
Frontmatter Updates
When moving to Resources, update to permanent note structure:
---
type: permanent
topic: {inferred topic}
created: {original date}
source: capture
tags: [{suggested tags}]
---
After Processing
- Summarize what was moved where
- Note any items that need further clarification
- Report Inbox status (empty or remaining items)
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