obsidian-vault

Create, retrieve, and organize Markdown notes in an Obsidian vault.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/tonomb/personal-pnl --skill obsidian-vault-tonomb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-vault
Source: https://github.com/tonomb/personal-pnl/tree/main/.agents/skills/obsidian-vault
Command: npx skills add https://github.com/tonomb/personal-pnl --skill obsidian-vault-tonomb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of maintaining a structured, searchable, and interconnected personal knowledge base without the overhead of complex folder hierarchies.

Core Features & Use Cases

  • Wikilink Management: Facilitates the creation and discovery of notes using standard Obsidian wikilink syntax.
  • Index-Based Organization: Promotes the use of index notes to aggregate related topics, ensuring a clean and flat file structure.
  • Use Case: When researching a new topic, use this skill to create a new note, link it to existing relevant concepts, and add it to a central index note for future retrieval.

Quick Start

Use the obsidian-vault skill to search for all notes containing the keyword artificial intelligence within the vault.

Frequently Asked Questions about obsidian-vault

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

FAQPage Schema
How do I organize Obsidian notes without relying on complex folder hierarchies?

You can organize Obsidian notes by maintaining a flat directory structure and using index notes to aggregate related topics. This approach relies on standard wikilink syntax to interconnect concepts, avoiding the overhead of complex folder hierarchies entirely.

How do I search for notes containing specific keywords in a local Markdown vault?

To search for notes containing specific keywords in a local Markdown vault, you can use filesystem-based search utilities like standard Unix-like grep and find. These tools perform content-based and filename-based indexing directly on your Markdown files.

Can I use standard Unix-like grep and find utilities to index Markdown files?

Yes, you can use standard Unix-like grep and find utilities to index Markdown files. The system operates on local Markdown files stored in a flat directory structure, using these utilities to perform both content-based and filename-based search operations.

What is the best way to manage wikilinks when researching a new topic?

The best way to manage wikilinks when researching a new topic is to create a new note, link it to existing relevant concepts using standard Obsidian wikilink syntax, and add it to a central index note. This ensures structured retrieval and clean organization.

Does this knowledge management approach support workflows with existing Obsidian wikilink syntax?

Yes, this knowledge management approach fully supports workflows with existing Obsidian wikilink syntax. It facilitates the creation and discovery of notes using these standard linking conventions to maintain an interconnected personal knowledge base.