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/Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.
Automatically convert Confluence specification documents into structured Jira backlogs with Epics and implementation tickets. When an agent needs to: (1) Create Jira tickets from a Confluence page, (2) Generate a backlog from a specification, (3) Break down a spec into implementation tasks, or (4) Convert requirements into Jira issues. Handles reading Confluence pages, analyzing specifications, creating Epics with proper structure, and generating detailed implementation tickets linked to the Epic.
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Guidelines for clinical decision support (CDS) documents: biomarker-stratified cohort analyses and GRADE-graded treatment reports. Covers structure, executive summaries, evidence grading (1A–2C), stats (HR, CI, survival), and biomarker integration. Use for pharma research docs, clinical guidelines, regulatory submissions.
Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
Guides through Trail of Bits' 5-step secure development workflow. Runs Slither scans, checks special features (upgradeability/ERC conformance/token integration), generates visual security diagrams, helps document security properties for fuzzing/verification, and reviews manual security areas.
Document architecture decisions with ADR (Architecture Decision Records). Use when making significant technical decisions, choosing between alternatives, or when onboarding needs context on past decisions.
Plan-approval workflow patterns for user control over AI actions in Claude Code Waypoint Plugin. Use when planning complex changes, need user approval before execution, want to prevent mistakes, or need to document proposed changes. Covers plan creation, approval checkpoints, plan deviation tracking, revision management, and learning from approved/rejected plans.
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.