obsidian-markdown
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/kepano/obsidian-skills /tmp/obsidian-skills && ln -s /tmp/obsidian-skills/skills/obsidian-markdown ~/.claude/skills/obsidian-markdown
From README
Obsidian Flavored Markdown Skill Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge. Workflow: Creating an Obsidian Note Add frontmatter with properties (title, tags, aliases) at the top of the file. See PROPERTIES.md for all property types. Write content using standard Markdown for structure, plus Obsidian-specific syntax below. Link related notes using wikilinks ([[Note]]) for internal vault connections, or standard Markdown links for external URLs. Embed content from other notes, images, or PDFs using the ![embed]] syntax. See [EMBEDS.md for all embed types. Add callouts for highlighted information using > !type] syntax. See [CALLOUTS.md for all callout types. Verify the note renders correctly in Obsidian's reading view.
More from this repo
defuddle
Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens.
json-canvas
Used to create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections.
obsidian-bases
Used to create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries.