首页/技术写作/obsidian-vault
O

obsidian-vault

by @mattpocockv1.0.0
4.6(22)

管理Obsidian知识库,遵循标题命名和索引笔记规范,实现扁平化高效知识管理

knowledge-managementobsidiandocumentationnote-takingorganizationGitHub
安装方式
npx skills add mattpocock/skills --skill obsidian-vault
compare_arrows

Before / After 效果对比

1
使用前

文件散落各处,命名混乱,查找困难,重复内容多,知识复用率低

使用后

统一命名规范,索引笔记聚合相关内容,快速定位复用知识

description 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

forum用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价,来写第一条吧

统计数据

安装量1.5K
评分4.6 / 5.0
版本1.0.0
更新日期2026年3月20日
对比案例1 组

用户评分

4.6(22)
5
0%
4
0%
3
0%
2
0%
1
0%

为此 Skill 评分

0.0

兼容平台

🔧Claude Code

时间线

创建2026年3月20日
最后更新2026年3月20日