.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

home/blog/claude-skills-for-obsidian
home/blog/claude-skills-for-obsidian

Guides

Claude skills for Obsidian: turn your vault into an AI workspace

aaaa.fyi · 2026-07-23 · 5 min read

Guides

An Obsidian vault is just markdown files in folders — exactly the format Claude Code works with natively. Point Claude at your vault, add a couple of skills, and it becomes an assistant that actually knows your notes.

The setup

  • Open Claude Code in your vault folder (cd ~/Obsidian/MyVault && claude).
  • Install vault-oriented skills — search the skills directory for Obsidian and note-taking skills.
  • Project-scope the install so the skills live with the vault: npx skills add <owner>/<repo> --skill <name>.
  • What the popular skills do

  • Vault navigation — find and follow [[wikilinks]], respect your folder structure and frontmatter conventions instead of treating notes as loose text.
  • Daily notes & journaling — create today's note from your template, roll over unfinished tasks, link it into your calendar structure.
  • Summarize & connect — digest a folder of literature notes into a synthesis note, with links back to sources.
  • Formatting discipline — enforce your tag taxonomy and frontmatter schema on every note Claude touches.
  • Two safety rules

  • Vault in git (or backed up) first. An agent that can write files can also overwrite them. Obsidian's file recovery helps, but versioning is better.
  • Read the SKILL.md before installing — every skill's instructions are visible on its listing page. You should know exactly what conventions it will impose on your vault.
  • Browse what's available, ranked by real installs: skills directory.