O

obsidian-vault

by @mattpocockv
4.4(62)

Obsidian知識ベースを管理し、タイトル命名とインデックスノートの規則に従って、フラットで効率的な知識管理を実現します。

knowledge-managementobsidiandocumentationnote-takingorganizationGitHub
インストール方法
npx skills add mattpocock/skills --skill obsidian-vault
compare_arrows

Before / After 効果比較

1
使用前

ファイルが散在し、命名が混乱しており、検索が困難で、重複コンテンツが多く、知識の再利用率が低い。

使用後

統一された命名規則、インデックス付きノートで関連コンテンツを集約し、知識を素早く特定して再利用する。

SKILL.md

obsidian-vault

Obsidian Vault

Vault location

/mnt/d/Obsidian Vault/AI Research/

Mostly flat at root level.

Naming conventions

  • Index notes: aggregate related topics (e.g., Ralph Wiggum Index.md, Skills Index.md, RAG Index.md)

  • Title case for all note names

  • No folders for organization - use links and index notes instead

Linking

  • Use Obsidian [[wikilinks]] syntax: [[Note Title]]

  • Notes link to dependencies/related notes at the bottom

  • Index notes are just lists of [[wikilinks]]

Workflows

Search for notes

# Search by filename
find "/mnt/d/Obsidian Vault/AI Research/" -name "*.md" | grep -i "keyword"

# Search by content
grep -rl "keyword" "/mnt/d/Obsidian Vault/AI Research/" --include="*.md"

Or use Grep/Glob tools directly on the vault path.

Create a new note

  • Use Title Case for filename

  • Write content as a unit of learning (per vault rules)

  • Add [[wikilinks]] to related notes at the bottom

  • If part of a numbered sequence, use the hierarchical numbering scheme

Find related notes

Search for [[Note Title]] across the vault to find backlinks:

grep -rl "\\[\\[Note Title\\]\\]" "/mnt/d/Obsidian Vault/AI Research/"

Find index notes

find "/mnt/d/Obsidian Vault/AI Research/" -name "*Index*"

Weekly Installs216Repositorymattpocock/skillsGitHub Stars4.6KFirst Seen6 days agoSecurity AuditsGen Agent Trust HubPassSocketPassSnykPassInstalled oncodex206gemini-cli203cursor203opencode203kimi-cli202github-copilot202

ユーザーレビュー (0)

レビューを書く

効果
使いやすさ
ドキュメント
互換性

レビューなし

統計データ

インストール数4.7K
評価4.4 / 5.0
バージョン
更新日2026年5月19日
比較事例1 件

ユーザー評価

4.4(62)
5
60%
4
40%
3
0%
2
0%
1
0%

この Skill を評価

0.0

対応プラットフォーム

🔧Claude Code

タイムライン

作成2026年3月20日
最終更新2026年5月19日