skills/obsidian-vault-management/SKILL.md
Creates, edits, and manages Obsidian vault content including notes, templates, daily notes, and dataview queries. Use when working with markdown files in an Obsidian vault, creating notes, writing templates, building dataview queries, or organizing knowledge management content.
npx skillsauth add julianobarbosa/claude-code-skills obsidian-vault-managementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This vault uses a PARA-like organization:
| Folder | Purpose |
|--------|---------|
| 00 - Maps of Content | Index notes linking related topics |
| 01 - Projects | Active project notes |
| 02 - Areas | Ongoing responsibilities |
| 03 - Resources | Reference materials |
| 04 - Permanent | Evergreen/zettelkasten notes |
| 05 - Fleeting | Quick capture notes |
| 06 - Daily | Daily notes (YYYY/MM/YYYYMMDD.md) |
| 07 - Archives | Completed/inactive content |
| 08 - books | Book notes and clippings |
| 99 - Meta | Templates, settings |
| Clippings | Web clips and imports |
[[Note Name]] # Basic wikilink
[[Note Name|Display Text]] # Aliased link
[[Note Name#Heading]] # Link to heading
[[Note Name#^block-id]] # Link to block
![[Note Name]] # Embed note
![[image.png]] # Embed image
![[Note Name#Heading]] # Embed section
---
created: {{date:YYYY-MM-DDTHH:mm}}
updated: {{date:YYYY-MM-DDTHH:mm}}
title: "Note Title"
type: note
status: draft
tags:
- tag1
- tag2
aliases:
- "Alternate Name"
cssclasses:
- custom-class
---
> [!note] Title
> Content
> [!warning] Important
> Warning content
> [!tip] Helpful tip
> Tip content
> [!info]+ Collapsible (open by default)
> Content
> [!danger]- Collapsed by default
> Content
Available callout types: note, abstract, info, todo, tip, success, question, warning, failure, danger, bug, example, quote
Create in 06 - Daily/YYYY/MM/ with filename YYYYMMDD.md:
---
created: 2025-12-09T09:00
updated: 2025-12-09T09:00
title: "20251209"
type: daily-note
status: true
tags:
- daily
- journal
- 2025
- 2025-12
aliases:
- "2025-12-09"
date_formatted: 2025-12-09
topics:
- "[[daily]]"
- "[[journal]]"
related:
- "[[2025-12-08]]"
- "[[2025-12-10]]"
cssclasses:
- daily
---
# Daily Note - 2025-12-09
### Tasks
- [ ] Task 1
### Journal
...
### Navigation
<< [[2025-12-08]] | **Today** | [[2025-12-10]] >>
Create in 04 - Permanent/:
---
created: {{date}}
type: zettelkasten
tags:
- permanent
- topic
---
# Note Title
## Main Insight
**Key Idea**: [Main point]
## Connections
- [[Related Note 1]]
- [[Related Note 2]]
## References
- Source citation
For dataview query syntax, see references/dataview.md.
Quick examples:
LIST FROM "06 - Daily" WHERE file.cday = date(today) SORT file.ctime DESC
TABLE status, tags FROM "01 - Projects" WHERE status != "completed"
Templates location: 99 - Meta/00 - Templates/
For Templater syntax, see references/templater.md.
Common Templater variables:
<% tp.file.title %> # Current file name
<% tp.date.now("YYYY-MM-DD") %> # Current date
<% tp.file.cursor(1) %> # Cursor position
<% tp.system.prompt("Question") %> # User input prompt
| Plugin | Purpose | |--------|---------| | Dataview | Query and display data from notes | | Templater | Advanced templates with scripting | | Auto Note Mover | Auto-organize notes by tags | | Periodic Notes | Daily/weekly/monthly notes | | Kanban | Kanban boards in markdown | | Tag Wrangler | Bulk tag management | | Table Editor | Markdown table editing | | Advanced URI | Deep links to notes | | Local REST API | External API access |
created and updated timestamps:Reindex or wait for the next vault open.tp.system.* functions return nil (no UI to prompt against).testing
Brief description of what this skill does. Include specific triggers - when should Claude use this skill? Example triggers, file types, or keywords that indicate this skill applies.
tools
Manage and troubleshoot PATH configuration in zsh. Use when adding tools to PATH (bun, nvm, Python venv, cargo, go), diagnosing "command not found" errors, validating PATH entries, or organizing shell configuration in .zshrc and .zshrc.local files.
tools
Zabbix monitoring system automation via API and Python. Use when: (1) Managing hosts, templates, items, triggers, or host groups, (2) Automating monitoring configuration, (3) Sending data via Zabbix trapper/sender, (4) Querying historical data or events, (5) Bulk operations on Zabbix objects, (6) Maintenance window management, (7) User/permission management
development
Operate YouTube Music via natural language. Search songs, artists, albums, playlists, lyrics, charts, recommendations, and control playback. Browse personal library, manage playlists, rate tracks, and inspect account info. Use this skill whenever the user asks about YouTube Music, wants to play music, manage playlists, search by song or artist name, inspect lyrics, or control playback.