← スキル一覧に戻る

obsidian-vault
by joint-hubs
Your knowledge hubs joint into one intelligent assistant
⭐ 0🍴 1📅 2026年1月19日
SKILL.md
name: obsidian-vault description: | Vault structure, file naming, frontmatter, and linking conventions. Use when: "vault structure", "file naming", "frontmatter", "wiki links", "obsidian conventions".
Obsidian Vault
Conventions for working with this Obsidian vault.
When to Use
- Creating new notes
- Navigating vault structure
- Linking between notes
- Adding frontmatter
Vault Structure
/
├── .github/ # Agent configuration
│ ├── agents/
│ ├── skills/
│ └── instructions/
└── Second Brain/ # Your notes
├── Operations/ # Day-to-day operations
│ ├── Periodic Notes/# Daily, Weekly
│ │ ├── Daily/ # YYYY-MM-DD.md
│ │ └── Weekly/ # YYYY-Www.md
│ └── Meetings/ # Meeting notes
├── Personal/ # Life tracking
└── Projects/ # Active projects
└── {project-name}/
├── README.md
└── CONTEXT.md
File Naming
| Type | Format | Example |
|---|---|---|
| Daily | YYYY-MM-DD.md | 2026-01-19.md |
| Weekly | YYYY-Www.md | 2026-W03.md |
| Project | Folder name | my-project/ |
Frontmatter
Every note needs frontmatter:
---
type: daily | project | meeting
status: active | done | paused
tags: [type/daily, project/name]
created: YYYY-MM-DD
updated: YYYY-MM-DD
---
Tags
Hierarchical tags:
#type/daily,#type/project,#type/meeting#status/active,#status/done,#status/paused#project/{name}
Linking
Wiki links: [[Note Name]] or [[folder/Note|Display Text]]
Common patterns:
[[2026-01-19]]— Daily note[[Second Brain/Projects/my-project/CONTEXT]]— Project context[[2026-W03#Next]]— Section of weekly note
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です