home/dot_claude/exact_skills/obsidian/SKILL.md
Interacts with the Obsidian CLI for vault management, note creation, search, and organization. Use when user mentions obsidian, vault, daily note, create a note, write a document, create markdown, search vault, find notes, organize notes, manage tags, manage properties, vault health, or tasks in obsidian. Handles note creation with templates, daily notes, full-text search, link and graph exploration, property management, task tracking, and vault maintenance. Do NOT use for general markdown editing unrelated to an Obsidian vault.
npx skillsauth add guicaulada/dotfiles obsidianInstall 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.
Interact with Obsidian vaults through the official CLI. The CLI communicates with the running Obsidian app via IPC, giving access to pre-computed indexes (search, backlinks, metadata cache, tags) rather than raw file I/O.
obsidian <command> [param=value ...] [flags]
vault=<name> (omit to use the active vault)file=<name>path=<folder/note.md>name="My Note"\n and \t--copytotal to list commandsformat=json, format=md, format=csv, format=textobsidian with no arguments launches the interactive TUIWhen creating notes, use these Obsidian-specific extensions:
Links and embeds:
[[Note Name]] — wikilink
[[Note Name|Display Text]] — aliased link
[[Note Name#Heading]] — heading link
[[Note Name#^blockid]] — block reference
![[Note Name]] — embed full note
![[Note Name#Heading]] — embed section
![[image.png|300]] — embed image with width
Callouts:
> [!note] Optional Title
> Content here.
> [!tip]+ Expanded by default
> [!warning]- Collapsed by default
Types: note, abstract/summary/tldr, info/todo, tip/hint/important, success/check/done, question/help/faq, warning/caution/attention, failure/fail/missing, danger/error, bug, example, quote/cite
Properties (YAML frontmatter):
---
tags:
- project
- active
aliases:
- "Short Name"
cssclasses:
- wide-page
status: active
due: 2026-03-15
priority: 2
published: false
created: 2026-03-01T10:30:00
---
Property types: text, number, checkbox (boolean), date (YYYY-MM-DD), datetime (YYYY-MM-DDTHH:mm:ss), list
Other extensions:
%% invisible in reading view %%==highlighted text==#topic/subtopic (nested with slashes)- [ ] unchecked / - [x] checked$inline$ / $$block$$ (LaTeX via MathJax)mermaid code blocks#status/active, #type/meeting)YYYY-MM-DDTrigger: "create a note", "write a document", "new note", "daily note", "journal", "create markdown"
Read and follow create.md.
Trigger: "search obsidian", "find in vault", "show backlinks", "orphaned notes", "explore links", "vault search"
Read and follow search.md.
Trigger: "organize vault", "move note", "update properties", "list tasks", "vault health", "rename note", "batch update"
Read and follow manage.md.
For the complete CLI command reference, read commands.md.
testing
Fetches GitHub issues, pull requests, reviews, notifications, and project board data for the user and optionally teammates, then analyzes their state and produces a prioritized work plan. Use when prioritizing work, triaging GitHub activity, planning what to work on next, assessing current workload, checking sprint status, or reviewing project board items. Supports teammate usernames and focus areas via arguments. Do NOT use for creating, modifying, or closing issues, PRs, or other GitHub resources.
testing
Transforms text into exhaustive structured bullet-point summaries for studying and test preparation. Use when user mentions summarize, create a summary, bullet point this, give me the key points, study notes, help me study, prepare for exam, create study guide, or make flashcard content.
development
Reviews pull requests with detailed code analysis and feedback. Use when user mentions review pr, pr review, review pull request, check pr, analyze pr, code review, review prs, batch review. Not for dependency bump PRs (use /review-deps instead).
testing
Reviews dependency bump PRs with focus on compatibility and security issues. Use when user mentions review deps, review dependencies, dependency review, check deps, dependency prs, dep bumps, review deps prs, batch dep review.