obsidian-markdown

Create and edit Obsidian notes with wikilinks, embeds, callouts, and YAML frontmatter.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/xfs96192/claude-config --skill obsidian-markdown-xfs96192
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-markdown
Source: https://github.com/xfs96192/claude-config/tree/main/skills/obsidian-markdown
Command: npx skills add https://github.com/xfs96192/claude-config --skill obsidian-markdown-xfs96192

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Enables users to craft and maintain Obsidian-flavored Markdown notes with the Obsidian-specific features (wikilinks, embeds, callouts, frontmatter, and tags), streamlining vault organization and cross-note linking.

Core Features & Use Cases

  • Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, and YAML frontmatter.
  • Link related notes using wikilinks like [[Note]] for internal vault navigation and standard links for external references.
  • Embed content from other notes or files using ![[Note]] and related embed syntax to assemble rich, connected documents.

Quick Start

Create or edit a note by adding Obsidian-specific syntax: use wikilinks [[Note]], embeds ![[Note]], and frontmatter properties at the top.

Frequently Asked Questions about obsidian-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Obsidian markdown notes with wikilinks and embeds?

To create Obsidian markdown notes, use [[Note]] syntax for wikilinks, ![[Note]] for embeds, and add YAML frontmatter at the top for properties and tags. This approach enforces Obsidian-specific syntax while leaving standard markdown to general knowledge.

What is the difference between wikilinks and standard links in Obsidian?

Wikilinks use the [[Note]] format to link related notes for internal vault navigation, whereas standard links are used for external references. This separation streamlines vault organization and cross-note linking within Obsidian.

How do I embed content from other notes in Obsidian flavored markdown?

Embedding content from other notes or files in Obsidian flavored markdown uses the ![[Note]] syntax. This embed syntax assembles rich, connected documents by pulling external content directly into the current note.

Does this approach support YAML frontmatter and tags for Obsidian notes?

Yes, crafting Obsidian flavored markdown expects users to rely on YAML frontmatter for properties and tags. Frontmatter is added at the top of the note to maintain vault organization and metadata.

Can I use standard markdown syntax alongside Obsidian callouts and wikilinks?

Yes, Obsidian markdown editing enforces support for Obsidian-specific syntax like callouts and wikilinks while leaving standard markdown basics to general knowledge. You can combine both within the same note.

Why are my Obsidian embeds not displaying correctly in the vault?

Obsidian embeds require the exact ![[Note]] syntax to display correctly. If the embed syntax is incorrect or the referenced note does not exist in the vault, the content will fail to assemble and display properly.