obsidian-markdown

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, and frontmatter.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill simplifies creating and editing Obsidian Flavored Markdown by focusing on Obsidian-specific syntax such as wikilinks, embeds, callouts, and frontmatter properties, ensuring notes are consistently structured for vault workflows.

Core Features & Use Cases

  • Supports Obsidian enhancements like wikilinks [[Note]], embeds ![[Note]], and callouts > [!type]; handles frontmatter metadata (title, tags, aliases) to enable rich organization.
  • Enables vault-wide note interlinking and embedding of content, making templates and standardized documentation easy to reproduce across projects.
  • Real-world use cases include building connected knowledge bases, drafting meeting notes with Obsidian syntax, and maintaining consistent metadata across a vault.

Quick Start

Create and save a new Obsidian note that uses wikilinks, embeds, and callouts, with relevant frontmatter 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 notes with correct wikilinks and frontmatter syntax?

To create Obsidian notes with correct wikilinks and frontmatter, use a tool that enforces Obsidian Flavored Markdown rules. It structures internal links like [[Note]], embeds like ![[Note]], callouts like > [!type], and frontmatter properties for consistent vault metadata.

What is Obsidian Flavored Markdown and how do callouts and embeds work?

Obsidian Flavored Markdown is an extension of standard markdown that enables vault-wide note interlinking and content embedding. Callouts use the > [!type] syntax for rich text blocks, while embeds use ![[Note]] to display transcluded content directly within another note.

How do I format frontmatter properties like tags and aliases for an Obsidian vault?

Frontmatter properties like tags and aliases are formatted as YAML metadata at the top of an Obsidian note. Properly structuring this metadata enables rich organization and consistent note properties across the entire vault for standardized documentation.

Can I use standard markdown editors to author notes with Obsidian wikilinks and callouts?

Standard markdown editors do not support Obsidian wikilinks and callouts. You need a specialized processor that recognizes Obsidian Flavored Markdown to enforce syntax rules for frontmatter, internal links, and embeds during note authoring.

What is the best way to standardize meeting notes with Obsidian syntax across a vault?

The best way to standardize meeting notes with Obsidian syntax is to apply a consistent formatting process that handles frontmatter, wikilinks, and callouts. This ensures standardized documentation and connected knowledge bases that are easy to reproduce across projects.

Why are my Obsidian embeds and wikilinks not rendering correctly in my notes?

Obsidian embeds and wikilinks not rendering correctly usually indicates syntax errors in the markdown. You must enforce strict Obsidian Flavored Markdown rules to ensure links like [[Note]] and embeds like ![[Note]] are formatted properly for vault workflows.