← Back to list

vault-project
by xavierchoi
⭐ 8🍴 1📅 Jan 24, 2026
SKILL.md
name: vault-project description: > Use when user wants to start a new project or create project structure. Triggered when intention involves beginning organized work with clear goals. Creates project folder with CLAUDE.md and _index.md.
Vault Project
Behavior
- Get project name from user (or infer from context)
- Generate project ID: lowercase, hyphenated (e.g.,
marketing-campaign) - Create folder:
01_Projects/{project-id}/ - Create
_index.mdusing template from${CLAUDE_PLUGIN_ROOT}/templates/tpl-project.md - Create
CLAUDE.mdusing template from${CLAUDE_PLUGIN_ROOT}/templates/tpl-project-claude.md
Project ID Rules
- Lowercase letters and hyphens only
- Max 30 characters
- Descriptive but concise
- Examples:
website-redesign,q1-marketing,learn-rust
Frontmatter for _index.md
---
type: project
project: {project-id}
status: active
created: {YYYY-MM-DD}
due:
tags: []
---
Project Structure
01_Projects/{project-id}/
├── CLAUDE.md # Project-specific context for Claude
├── _index.md # Project overview and status
└── (future notes)
After Creation
- Confirm project structure created
- Show the created files
- Ask for:
- Project objective ("What does done look like?")
- Key results or milestones
- Due date if applicable
- Initial context Claude should know
Project CLAUDE.md Content
Include:
- Project overview
- Definition of done
- Key files description
- Project-specific conventions
- Related resources or areas
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