Agent Skills: obsidian-vault

Manage and navigate Obsidian vault with consistent structure, naming conventions, and linking patterns

UncategorizedID: alexismanuel/dotfiles/obsidian-vault

Install this agent skill to your local

pnpm dlx add-skill https://github.com/alexismanuel/dotfiles/tree/HEAD/.config/opencode/skills/obsidian-vault

Skill Files

Browse the full folder contents for obsidian-vault.

Download Skill

Loading file tree…

.config/opencode/skills/obsidian-vault/SKILL.md

Skill Metadata

Name
obsidian-vault
Description
Manage and navigate Obsidian vault with consistent structure, naming conventions, and linking patterns

Use this skill when working with Obsidian notes in /Users/alexismanuel/workspace/obsidian_notes/notes.

Core Principles

  • Location first: Place notes in the correct folder before creating them (topics/, work/concepts/, work/tickets/, daily/)
  • Naming matters: Use consistent naming (YYYY-MM-DD.md for daily, RD-XXXX [Title].md for tickets, descriptive for topics)
  • Link everything: Use [[wikilinks]] to connect related notes; avoid orphaned notes
  • Follow templates: Use daily template with YAML frontmatter and checkboxes

Quick Reference

| Note Type | Location | Naming | |-----------|----------|--------| | Daily notes | daily/ | YYYY-MM-DD.md | | Tickets | work/tickets/ | RD-XXXX [Title]/ (folder containing Ticket.md, PRD.md, Plan.md) | | Concepts | work/concepts/ | Descriptive title.md | | Topics | topics/ | Descriptive title.md | | Objectives | work/ | Y[X]S[X] Objectives.md |

Ticket Hub Pattern

Tickets in work/tickets/ use a folder-based structure called "Feature Folder":

work/tickets/RD-XXXX [Title]/
├── Ticket.md      # Progress dashboard with links to [[PRD]] and [[Plan]]
├── PRD.md         # Product Requirements Document (Goal, Requirements, Non-Goals)
└── Plan.md        # Implementation plan (Technical Strategy, Tasks, Testing)

Each ticket is a folder, not a single file. Use the templates in templates/ to create each component.

  • Start at topics/Index.md for vault overview
  • Use search for domain-specific content (data engineering, GIS, AI/GenAI)
  • Follow wikilinks to discover related notes

References