スキル一覧に戻る
xavierchoi

vault-process

by xavierchoi

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

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

  1. List unprocessed notes in 00_Inbox/
  2. 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 TypeDestinationNew Type
Has clear goal/deadline01_Projects/{project}/project
Ongoing responsibility02_Areas/{area}/area
Reference/knowledge03_Resources/{topic}/permanent
Not worth keepingDelete or leave in Inbox-

Processing Flow

  1. Show list of Inbox items with brief summaries
  2. For each item, suggest:
    • Destination folder
    • Updated frontmatter
    • Potential tags
  3. Ask for confirmation before moving
  4. 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)

スコア

総合スコア

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

レビュー

💬

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