Before you dive in, adjust two settings to save yourself future pain:
The heart of Obsidian is linking ideas together.
[[ and start typing the note name. Close with ]].Cmd+Click, Windows: Ctrl+Click), the new note is created automatically.Obsidian uses Markdown for formatting. No complex menus — formatting happens as you type:
| Formatting | Syntax | Result |
|---|---|---|
| Heading | # Text / ## Text / ### Text | Different levels |
| Bold | **Text** or Cmd/Ctrl + B | Bold |
| Italic | *Text* or Cmd/Ctrl + I | Italic |
| Highlight | ==Text== | Highlight |
| Strikethrough | ~~Text~~ | |
| Bullet list | - Text | Bullet list |
| Numbered list | 1. Text | Numbered list |
| Checklist | - [ ] Text | Checkbox |
| Block quote | > Text | Indented quote |
| Horizontal rule | --- | Horizontal line |
| External link | [Text](URL) | Clickable link |
| Embed | ![[Notename]] | Inline embed |
Avoid the beginner mistake of building complex folder hierarchies or installing complicated plugins from the start — or importing thousands of old notes at once.
# to bundle notes by topic.Obsidian and Claude Cowork complement each other beautifully because both build on the same foundation: local markdown files on your computer.
Obsidian stores everything as .md files in a regular folder on your machine. Claude Cowork can access exactly that kind of folder — you simply pick your Obsidian vault as the working folder in Cowork. From there Claude can read, search, extend, and create new files directly in your vault.
💡 Tip: because Obsidian picks up files in real time, you see anything Claude creates or changes immediately — no restart, no sync, no cloud.
Claude Code and Claude Cowork use special config files — CLAUDE.md and SKILL.md — written in markdown. That makes Obsidian the ideal editor for them.
.claude/ folder of your project and contains project-specific instructions for Claude: who you are, what tech stack you use, which code conventions apply, how Claude should respond. Basically a "briefing" for Claude, loaded automatically every session.SKILL.md with instructions, rules, and examples.CLAUDE.md and SKILL.md are plain .md files — Obsidian shows them natively with syntax highlighting, formatting, and live preview.CLAUDE.md to other Obsidian notes. For example, create a note [[Tech Stack]] or [[Brand Voice Rules]] and reference them from CLAUDE.md.CLAUDE.md take effect immediately — no deploy, no rebuild.SKILL.md..claude/) as the Obsidian vault.[[Skill overview]] that links all your skills.#claude-skill and your configuration with #claude-config.SKILL.md.What a project folder that doubles as an Obsidian vault using multiple Claude skills could look like:
my-project/ ← Obsidian Vault root
│
├── .obsidian/ ← Obsidian settings
│
├── .claude/ ← Claude configuration
│ ├── CLAUDE.md ← Project briefing for Claude
│ └── skills/ ← All skills live here
│ ├── brand-voice/
│ │ └── SKILL.md
│ ├── content-writer/
│ │ └── SKILL.md
│ ├── docx/
│ │ └── SKILL.md
│ └── pdf/
│ └── SKILL.md
│
├── input/ ← Raw material & sources
│ ├── briefings/
│ ├── transcripts/
│ └── research/
│
├── assets/ ← Images, logos, media
│
├── docs/ ← Finished documents & outputs
│ ├── proposals/
│ ├── reports/
│ └── content/
│
├── notes/ ← Obsidian notes
│
├── MOCs/ ← Maps of Content
│ ├── Skill overview.md
│ ├── Project dashboard.md
│ └── Content pipeline.md
│
└── templates/ ← Obsidian templates
Why this structure works:
input/ holds raw material, docs/ finished results. Claude can read from input/ and write to docs/..claude/skills/ live in the same vault — you can edit them in Obsidian and see in the Graph View how they relate to your MOCs.Unlike Notion or Google Docs, there are no API limits, no sync problems, and no dependency on third-party integrations. Claude works directly on your files — fast, private, and without detours.
No spam, unsubscribe at any time
