obsidian-vault

Search, create, and link Markdown notes in an Obsidian vault.

12|Updated Dec 25, 2024
One-click install
npx skills add https://github.com/whyte25/reusables --skill obsidian-vault-whyte25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-vault
Source: https://github.com/whyte25/reusables/tree/main/.agents/skills/obsidian-vault
Command: npx skills add https://github.com/whyte25/reusables --skill obsidian-vault-whyte25

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the time-consuming hassle of finding the right note, creating notes consistently, and maintaining a usable index inside an Obsidian vault.

Core Features & Use Cases

  • Wikilink-first navigation: Uses Obsidian [[wikilinks]] so related notes and dependencies are easy to connect.
  • Index-note organization: Maintains index notes (e.g., Topics Index) so users can quickly browse aggregated areas without folders.
  • Practical vault workflows: Supports searching by filename or content, finding related notes via wikilinks, and locating index notes.

Quick Start

Use the skill instructions to search your vault for a keyword like "RAG" and then create or update the appropriate Title Case note and its links to related index entries.

Frequently Asked Questions about obsidian-vault

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for notes in an Obsidian vault by filename or content?

You search Obsidian vault notes by performing grep and find workflows over Markdown files within the configured vault path. This enables rapid note discovery by filename or content matching specific keywords.

What is the best way to organize Obsidian notes without using folders?

To organize Obsidian notes without folders, maintain index notes like a Topics Index to aggregate related areas. This keeps a mostly-flat vault structure browsable without relying on nested directories.

How do I create and link Obsidian notes with consistent naming conventions?

You create and link Obsidian notes consistently by applying Title Case naming conventions and using [[wikilinks]] to connect related notes and index entries. This ensures uniform note creation and dependency tracking across the vault.

Can I find related notes in Obsidian using backlinks and wikilinks?

You can find related notes in Obsidian using wikilinks and backlinks by performing backlink-style related-note discovery across the vault. This identifies dependencies and connections between Markdown files based on their links.

Do I need a specific folder structure to use index notes in Obsidian?

You do not need a specific folder structure to use index notes in Obsidian. The system is designed for a mostly-flat vault, relying on index notes like Topics Index to aggregate areas instead of nested directories.

Why are my Obsidian wikilinks not connecting to related notes properly?

Your Obsidian wikilinks may not connect properly if note naming lacks consistent Title Case conventions or the configured vault path is incorrect. Ensuring uniform naming and correct path configuration resolves note discovery issues.