Agent SkillsTeaonly/SKILL.mk › obsidian-vault

obsidian-vault

GitHub

管理 Obsidian 笔记库,支持按文件名或内容搜索、创建新笔记(遵循命名规范和 wikilinks 链接规则)、查找相关笔记及索引笔记。通过命令行工具实现知识库的检索与组织。

examples/obsidian-vault/SKILL.md Teaonly/SKILL.mk

Trigger Scenarios

用户需要在 Obsidian 中搜索笔记 用户需要创建新的 Obsidian 笔记 用户需要整理或查找笔记关联

Install

npx skills add Teaonly/SKILL.mk --skill obsidian-vault -g -y
More Options

Non-standard path

npx skills add https://github.com/Teaonly/SKILL.mk/tree/main/examples/obsidian-vault -g -y

Use without installing

npx skills use Teaonly/SKILL.mk@obsidian-vault

指定 Agent (Claude Code)

npx skills add Teaonly/SKILL.mk --skill obsidian-vault -a claude-code -g -y

安装 repo 全部 skill

npx skills add Teaonly/SKILL.mk --all -g -y

预览 repo 内 skill

npx skills add Teaonly/SKILL.mk --list

SKILL.md

Frontmatter
{
    "name": "obsidian-vault",
    "description": "Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian."
}

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

  1. Use Title Case for filename
  2. Write content as a unit of learning (per vault rules)
  3. Add [[wikilinks]] to related notes at the bottom
  4. 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*"

Version History

  • 9ed8bc9 Current 2026-07-24 16:50

Same Skill Collection

examples/caveman/SKILL.md
examples/design-an-interface/SKILL.md
examples/domain-model/SKILL.md
examples/edit-article/SKILL.md
examples/git-guardrails-claude-code/SKILL.md
examples/github-triage/SKILL.md
examples/improve-codebase-architecture/SKILL.md
examples/migrate-to-shoehorn/SKILL.md
examples/qa/SKILL.md
examples/request-refactor-plan/SKILL.md
examples/scaffold-exercises/SKILL.md
examples/setup-pre-commit/SKILL.md
examples/tdd/SKILL.md
examples/to-issues/SKILL.md
examples/to-prd/SKILL.md
examples/triage-issue/SKILL.md
examples/ubiquitous-language/SKILL.md
examples/write-a-skill/SKILL.md

Metadata

Files
0
Version
9ed8bc9
Hash
7bed1d55
Indexed
2026-07-24 16:50

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-16 20:39
浙ICP备14020137号-1 $mapa de visitantes$