ravila4/obsidian-vault
Manage Obsidian vault operations. Handles markdown formatting, YAML frontmatter, folder organization, internal linking, and vault-specific conventions. Use when creating, updating, or organizing Obsidian notes.
npx skills add https://github.com/ravila4/claude-adhd-skills --skill obsidian-vault
This skill provides vault-specific knowledge and technical operations for managing an Obsidian vault. It handles markdown formatting, YAML frontmatter structure, folder hierarchy, attachment organization, and internal linking conventions specific to the vault structure.
Use this skill when:
Understand and apply the folder hierarchy defined for the vault:
Main folders:
Programming/ - Code concepts, languages, tools (subfolders: Python/, UNIX/)Projects/ - Project-specific notes and documentationDaily Log/ - Daily notes and meeting logsTemplates/ - Note templates<!-- Add your own topic folders here (e.g., Research/, Art/, Recipes/) -->
See references/vault_structure.md for complete hierarchy, placement rules, and decision trees.
Apply proper naming based on note type:
Regular notes:
Python Decorators.md, Docker Tips.mdDaily notes:
YYYY-MM-DD.mdDaily Log/ folder2025-02-26.md, 2025-10-21.mdMeeting notes:
YYYY-MM-DD - Meeting Topic.mdDaily Log/ or relevant topic folder2025-10-21 - Sprint Review.mdSee references/vault_structure.md for complete naming rules and conventions.
Format notes according to vault-specific markdown conventions:
YAML Frontmatter (required):
---
tags:
- relevant_tag1
- relevant_tag2
---
Header hierarchy:
#) - filename is the title##) for main sections###) for subsectionsInternal linking:
[[Note Title]] for wiki-linksCode blocks:
See references/markdown_formatting.md for comprehensive formatting guide, callouts, tables, and content patterns.
Store and reference images/files correctly:
Storage location:
attachments/ subfolderProgramming/attachments/Referencing:

Naming:
docker_architecture_diagram.pngUse obsidian-semantic to find existing notes by meaning, not just keywords.
# Find notes about a topic
obsidian-semantic search "dependency injection patterns" -n 5
# Find notes related to a specific note
obsidian-semantic related "Programming/Python/Unit Testing.md" -n 5
# Search within a folder
obsidian-semantic search "docker" --folder "Programming/"
# Filter by tag
obsidian-semantic search "habits" --tag "review"
When to use search: Before creating new notes (check for duplicates/related content), when looking for notes to link to, when user asks to find notes on a topic.
When to use related: After creating/updating a note to suggest links, when user asks "what's related to X?"
Apply appropriate tags from established taxonomy:
Tag categories:
python, docker, git, data_processingpandas, numpy, matplotlib, jupytermeeting_notes, concepts, tools, analysis, reference, tutorial, troubleshooting<!-- Add your own domain-specific tags here -->
Selection rules:
See references/markdown_formatting.md for complete tag catalog and guidelines.
When creating or updating notes:
references/vault_structure.mdreferences/markdown_formatting.mdattachments/ subfoldervault_structure.md - Complete folder hierarchy, file naming conventions, attachment storage rules, folder placement decision tree, tag catalog, and organization guidelines. Load when determining where notes should be placed or how they should be named.
markdown_formatting.md - YAML frontmatter structure, markdown formatting standards, header hierarchy rules, internal linking syntax, code blocks, callouts, tables, content organization patterns, and quality guidelines. Load when creating or formatting note content.
All notes must:
attachments/ subfolderobsidian-semantic search "<topic>" -n 5 for existing related contentobsidian-semantic related "<note_path>" -n 5 to find candidates)attachments/Important: Index files use Waypoint plugin for auto-generated content listings.
Never modify content between:
%% Begin Waypoint %%
...
%% End Waypoint %%
These sections are automatically managed by the plugin.
Diagram tools (Mermaid, Graphviz, TikZ, etc.):
attachments/ subfolder10. No redundant H1 - Filename is the title
11. Respect Waypoint - Don't modify auto-generated sections
Before finalizing any note:
attachments/Take ravila4/obsidian-vault from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.