← Back to list

vault-status
by xavierchoi
⭐ 8🍴 1📅 Jan 24, 2026
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
- Determine scope:
- Specific project → scan that project folder
- General → scan all of
01_Projects/
- Gather information:
- Project status from frontmatter
- Recent notes (last 7 days)
- Note count and last modified dates
- Incomplete tasks (checkbox items)
- Present organized summary
Status Levels
| Status | Meaning |
|---|---|
| active | Currently being worked on |
| paused | Temporarily on hold |
| completed | Finished, 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
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