スキル一覧に戻る
xavierchoi

vault-status

by xavierchoi

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

SKILL.md


name: vault-status description: > Use when user wants to check progress or get an overview. Triggered when intention involves understanding current state of projects or work. Summarizes project status, recent activity, and pending items.

Vault Status

Behavior

  1. Determine scope:
    • Specific project → scan that project folder
    • General → scan all of 01_Projects/
  2. Gather information:
    • Project status from frontmatter
    • Recent notes (last 7 days)
    • Note count and last modified dates
    • Incomplete tasks (checkbox items)
  3. Present organized summary

Status Levels

StatusMeaning
activeCurrently being worked on
pausedTemporarily on hold
completedFinished, ready for archive

Output Format - Single Project

## Project: {name}

- **Status**: {active/paused/completed}
- **Created**: {date}
- **Due**: {date or "Not set"}
- **Last updated**: {date of most recent note}
- **Notes**: {count} files

### Recent Activity
- {date}: {note title}
- {date}: {note title}

### Open Tasks
- [ ] Task from notes...

### Next Actions
{Suggested next steps based on content}

Output Format - General Status

## Vault Status

### Active Projects ({count})
| Project | Last Activity | Notes |
|---------|---------------|-------|
| {name} | {date} | {count} |

### Stalled Projects (no updates in 2+ weeks)
- {project name} - last updated {date}

### Inbox Status
- {count} items awaiting processing

### This Week
- {count} daily notes
- {count} new captures

Stalled Detection

Flag projects as "stalled" if:

  • Status is active
  • No new notes in 14+ days
  • Has incomplete tasks

スコア

総合スコア

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

レビュー

💬

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