Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
timothyvang avatar

Obsidian Vault

  • 1 installs
  • 30 repo stars
  • Updated July 17, 2026
  • timothyvang/grill-me

This is a copy of obsidian-vault by mattpocock - installs and ranking accrue to the original listing.

Helps with ai & agent building tasks.

About

obsidian-vault is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.

  • obsidian-vault
  • AI & Agent Building
  • AI-coding skill

Obsidian Vault by the numbers

  • 1 all-time installs (skills.sh)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/timothyvang/grill-me --skill obsidian-vault

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars30
Last updatedJuly 17, 2026
Repositorytimothyvang/grill-me

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

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*"

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.