Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-18 | ✓→✗ | ▼ Worse | 214% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 476% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 571% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 643% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 455% | 0% |
This skill enables Claude Code to create and edit valid Obsidian Flavored Markdown including wikilinks, embeds, callouts, properties, and all related syntax.
Paragraphs are separated by blank lines. Single line breaks within a paragraph are ignored unless you use:
<br> for explicit breaksmarkdown# Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 ##### Heading 5 ###### Heading 6
markdown**Bold text** *Italic text* ***Bold and italic*** ~~Strikethrough~~ ==Highlighted text==
markdown[[Note Name]] [[Note Name|Display Text]] [[Folder/Note Name]]
markdown[[Note Name#Heading]] [[Note Name#Heading|Display Text]] [[#Heading in Current Note]]
markdown[[Note Name#^block-id]] [[Note Name#^block-id|Display Text]] [[#^block-id]]
Add a block ID at the end of any paragraph or list item:
markdownThis is a paragraph you can reference. ^my-block-id - List item with ID ^list-block
markdown![[Note Name]] ![[Note Name#Heading]] ![[Note Name#^block-id]]
markdown![[image.png]] ![[image.png|400]] ![[image.png|400x300]]
markdown![[audio.mp3]]
markdown![[document.pdf]] ![[document.pdf#page=5]] ![[document.pdf#height=400]]
markdown![[video.mp4]]
markdown> [!note] > This is a note callout. > [!warning] > This is a warning callout. > [!tip] Custom Title > This callout has a custom title.
| Type | Aliases | Description | |------|---------|-------------| | note | | Default blue info box | | abstract | summary, tldr | Abstract/summary | | info | | Information | | todo | | Task/todo item | | tip | hint, important | Helpful tip | | success | check, done | Success message | | question | help, faq | Question/FAQ | | warning | caution, attention | Warning message | | failure | fail, missing | Failure message | | danger | error | Error/danger | | bug | | Bug report | | example | | Example content | | quote | cite | Quotation |
markdown> [!note]+ Expanded by default > Content visible initially. > [!note]- Collapsed by default > Content hidden initially.
markdown> [!question] Can callouts be nested? > > [!answer] Yes! > > Callouts can be nested inside each other.
markdown- Item 1 - Item 2 - Nested item - Another nested item - Item 3
markdown1. First item 2. Second item 1. Nested numbered item 3. Third item
markdown- [ ] Uncompleted task - [x] Completed task - [ ] Another task
markdownUse `inline code` for short snippets.
`markdown
function hello() { console.log("Hello, world!"); }
Obsidian supports syntax highlighting for many languages including: javascript, typescript, python, rust, go, java, c, cpp, csharp, ruby, php, html, css, json, yaml, markdown, bash, sql, and many more.
markdown| Header 1 | Header 2 | Header 3 | |----------|:--------:|---------:| | Left | Center | Right | | aligned | aligned | aligned |
markdownThe equation $E = mc^2$ is famous.
markdown$$ \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} $$
`markdown
graph TD AStart] --> B{Decision} B -->|Yes| CDo Something] B -->|No| DDo Something Else] C --> EEnd] D --> E
markdownThis is a sentence with a footnote.[^1] [^1]: This is the footnote content.
markdown%% This is a comment that won't be rendered. %% Inline %%comment%% within text.
yaml--- title: My Note Title date: 2024-01-15 tags: - tag1 - tag2 author: John Doe ---
| Type | Example | |------|---------| | Text | title: My Title | | Number | rating: 5 | | Checkbox | completed: true | | Date | date: 2024-01-15 | | Date & time | created: 2024-01-15T10:30:00 | | List | tags: [a, b, c] or multiline | | Link | related: "[[Other Note]]" |
yaml--- tags: - project - work - important aliases: - My Alias - Another Name cssclasses: - wide-page - cards ---
markdownThis note is about #productivity and #tools.
markdown#project/work #status/in-progress #priority/high
yaml--- tags: - project - project/work - status/active ---
Obsidian supports a subset of HTML:
markdown<div class="my-class"> Custom HTML content </div> <details> <summary>Click to expand</summary> Hidden content here </details> <kbd>Ctrl</kbd> + <kbd>C</kbd>
markdown--- title: Project Alpha Overview date: 2024-01-15 tags: - project - documentation status: active --- # Project Alpha Overview ## Summary This document outlines the key aspects of **Project Alpha**. For related materials, see [[Project Alpha/Resources]] and [[Team Members]]. > [!info] Quick Facts > - Start Date: January 2024 > - Team Size: 5 members > - Status: Active ## Key Features 1. [[Feature A]] - Core functionality 2. [[Feature B]] - User interface 3. [[Feature C]] - API integration ### Feature A Details The main equation governing our approach is $f(x) = ax^2 + bx + c$. ![[feature-a-diagram.png|500]] > [!tip] Implementation Note > See [[Technical Specs#^impl-note]] for implementation details. ## Tasks - [x] Initial planning ^planning-task - [ ] Development phase - [ ] Testing phase - [ ] Deployment ## Code Example
def process_data(input): return transform(input)
## Architecture
graph LR AInput] --> BProcess] B --> COutput]
## Notes
This approach was inspired by ==recent research==[^1].
[^1]: Smith, J. (2024). Modern Approaches to Data Processing.
%%
TODO: Add more examples
Review with team next week
%%
#project/alpha #documentationOther measured skills in the registry, with their headline benchmark lift.