スキル一覧に戻る
xavierchoi

vault-archive

by xavierchoi

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

SKILL.md


name: vault-archive description: > Use when user wants to store completed or inactive items. Triggered when intention involves finishing, closing, or preserving old work. Moves items to 04_Archive with proper metadata.

Vault Archive

Behavior

  1. Identify what to archive:
    • Completed project → entire folder
    • Outdated resource → single note
    • Old area content → folder or notes
  2. Update frontmatter with archive metadata
  3. Move to 04_Archive/ preserving structure
  4. Update any MOCs that referenced archived items

Archive Metadata

Add to frontmatter before moving:

archived: {YYYY-MM-DD}
status: completed  # for projects

Folder Structure Preservation

Original: 01_Projects/marketing-campaign/
Archived: 04_Archive/01_Projects/marketing-campaign/

Preserve the source folder prefix to maintain context.

Pre-Archive Checklist

Before archiving, verify:

  • All tasks completed (or intentionally abandoned)
  • No active references from other notes
  • User confirms archival

Confirmation Flow

  1. Show what will be archived:
    • File/folder name
    • Note count (if folder)
    • Last modified date
  2. Warn about any active links to this content
  3. Ask for explicit confirmation
  4. Execute archive

Post-Archive Actions

  • Confirm completion with new location
  • Remind: "Archived items remain searchable"
  • Offer to update any MOCs that linked to archived content
  • Suggest: "You might want to run vault-status to see remaining active projects"

Undo Guidance

If user wants to unarchive:

  1. Move folder/file back to original location
  2. Remove archived: field from frontmatter
  3. Update status: if applicable

スコア

総合スコア

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

レビュー

💬

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