{"id":"6ca4edb9-2917-4b1f-957d-e06b3c054699","shortId":"nqD4Zb","kind":"skill","title":"obsidian-markdown","tagline":"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.","description":"# Obsidian Flavored Markdown Skill\n\nCreate 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.\n\n## When to Use\n- Use when writing or editing Markdown notes intended for Obsidian.\n- Use when the task involves wikilinks, embeds, callouts, frontmatter properties, or Obsidian-specific syntax.\n- Use when the user wants notes that render correctly inside an Obsidian vault.\n\n## Workflow: Creating an Obsidian Note\n\n1. **Add frontmatter** with properties (title, tags, aliases) at the top of the file. See [PROPERTIES.md](references/PROPERTIES.md) for all property types.\n2. **Write content** using standard Markdown for structure, plus Obsidian-specific syntax below.\n3. **Link related notes** using wikilinks (`[[Note]]`) for internal vault connections, or standard Markdown links for external URLs.\n4. **Embed content** from other notes, images, or PDFs using the `![[embed]]` syntax. See [EMBEDS.md](references/EMBEDS.md) for all embed types.\n5. **Add callouts** for highlighted information using `> [!type]` syntax. See [CALLOUTS.md](references/CALLOUTS.md) for all callout types.\n6. **Verify** the note renders correctly in Obsidian's reading view.\n\n> When choosing between wikilinks and Markdown links: use `[[wikilinks]]` for notes within the vault (Obsidian tracks renames automatically) and plain Markdown links for external URLs only.\n\n## Internal Links (Wikilinks)\n\n```markdown\n[[Note Name]]                          Link to note\n[[Note Name|Display Text]]             Custom display text\n[[Note Name#Heading]]                  Link to heading\n[[Note Name#^block-id]]                Link to block\n[[#Heading in same note]]              Same-note heading link\n```\n\nDefine a block ID by appending `^block-id` to any paragraph:\n\n```markdown\nThis paragraph can be linked to. ^my-block-id\n```\n\nFor lists and quotes, place the block ID on a separate line after the block:\n\n```markdown\n> A quote block\n\n^quote-id\n```\n\n## Embeds\n\nPrefix any wikilink with `!` to embed its content inline:\n\n```markdown\n![[Note Name]]                         Embed full note\n![[Note Name#Heading]]                 Embed section\n![[image.png]]                         Embed image\n![[image.png|300]]                     Embed image with width\n![[document.pdf#page=3]]               Embed PDF page\n```\n\nSee [EMBEDS.md](references/EMBEDS.md) for audio, video, search embeds, and external images.\n\n## Callouts\n\n```markdown\n> [!note]\n> Basic callout.\n\n> [!warning] Custom Title\n> Callout with a custom title.\n\n> [!faq]- Collapsed by default\n> Foldable callout (- collapsed, + expanded).\n```\n\nCommon types: `note`, `tip`, `warning`, `info`, `example`, `quote`, `bug`, `danger`, `success`, `failure`, `question`, `abstract`, `todo`.\n\nSee [CALLOUTS.md](references/CALLOUTS.md) for the full list with aliases, nesting, and custom CSS callouts.\n\n## Properties (Frontmatter)\n\n```yaml\n---\ntitle: My Note\ndate: 2024-01-15\ntags:\n  - project\n  - active\naliases:\n  - Alternative Name\ncssclasses:\n  - custom-class\n---\n```\n\nDefault properties: `tags` (searchable labels), `aliases` (alternative note names for link suggestions), `cssclasses` (CSS classes for styling).\n\nSee [PROPERTIES.md](references/PROPERTIES.md) for all property types, tag syntax rules, and advanced usage.\n\n## Tags\n\n```markdown\n#tag                    Inline tag\n#nested/tag             Nested tag with hierarchy\n```\n\nTags can contain letters, numbers (not first character), underscores, hyphens, and forward slashes. Tags can also be defined in frontmatter under the `tags` property.\n\n## Comments\n\n```markdown\nThis is visible %%but this is hidden%% text.\n\n%%\nThis entire block is hidden in reading view.\n%%\n```\n\n## Obsidian-Specific Formatting\n\n```markdown\n==Highlighted text==                   Highlight syntax\n```\n\n## Math (LaTeX)\n\n```markdown\nInline: $e^{i\\pi} + 1 = 0$\n\nBlock:\n$$\n\\frac{a}{b} = c\n$$\n```\n\n## Diagrams (Mermaid)\n\n````markdown\n```mermaid\ngraph TD\n    A[Start] --> B{Decision}\n    B -->|Yes| C[Do this]\n    B -->|No| D[Do that]\n```\n````\n\nTo link Mermaid nodes to Obsidian notes, add `class NodeName internal-link;`.\n\n## Footnotes\n\n```markdown\nText with a footnote[^1].\n\n[^1]: Footnote content.\n\nInline footnote.^[This is inline.]\n```\n\n## Complete Example\n\n````markdown\n---\ntitle: Project Alpha\ndate: 2024-01-15\ntags:\n  - project\n  - active\nstatus: in-progress\n---\n\n# Project Alpha\n\nThis project aims to [[improve workflow]] using modern techniques.\n\n> [!important] Key Deadline\n> The first milestone is due on ==January 30th==.\n\n## Tasks\n\n- [x] Initial planning\n- [ ] Development phase\n  - [ ] Backend implementation\n  - [ ] Frontend design\n\n## Notes\n\nThe algorithm uses $O(n \\log n)$ sorting. See [[Algorithm Notes#Sorting]] for details.\n\n![[Architecture Diagram.png|600]]\n\nReviewed in [[Meeting Notes 2024-01-10#Decisions]].\n````\n\n## References\n\n- [Obsidian Flavored Markdown](https://help.obsidian.md/obsidian-flavored-markdown)\n- [Internal links](https://help.obsidian.md/links)\n- [Embed files](https://help.obsidian.md/embeds)\n- [Callouts](https://help.obsidian.md/callouts)\n- [Properties](https://help.obsidian.md/properties)\n\n## Limitations\n- Use this skill only when the task clearly matches the scope described above.\n- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.\n- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.","tags":["obsidian","markdown","antigravity","awesome","skills","sickn33","agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows"],"capabilities":["skill","source-sickn33","skill-obsidian-markdown","topic-agent-skills","topic-agentic-skills","topic-ai-agent-skills","topic-ai-agents","topic-ai-coding","topic-ai-workflows","topic-antigravity","topic-antigravity-skills","topic-claude-code","topic-claude-code-skills","topic-codex-cli","topic-codex-skills"],"categories":["antigravity-awesome-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/sickn33/antigravity-awesome-skills/obsidian-markdown","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add sickn33/antigravity-awesome-skills","source_repo":"https://github.com/sickn33/antigravity-awesome-skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 34666 github stars · SKILL.md body (5,658 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-04-23T06:51:39.872Z","embedding":null,"createdAt":"2026-04-18T21:41:38.297Z","updatedAt":"2026-04-23T06:51:39.872Z","lastSeenAt":"2026-04-23T06:51:39.872Z","tsv":"'-01':449,622,686 '-10':687 '-15':450,623 '/callouts)':709 '/embeds)':705 '/links)':700 '/obsidian-flavored-markdown)':695 '/properties)':713 '0':560 '1':134,559,605,606 '2':155 '2024':448,621,685 '3':169,376 '300':369 '30th':652 '4':187 '5':207 '6':223 '600':680 'abstract':425 'activ':453,626 'add':135,208,593 'advanc':489 'aim':635 'algorithm':665,673 'alias':141,435,454,466 'alpha':619,632 'also':516 'altern':455,467 'append':304 'architectur':678 'ask':747 'assum':86 'audio':384 'automat':251 'b':564,574,576,581 'backend':659 'basic':394 'block':83,285,289,301,306,320,328,336,340,537,561 'block-id':284,305 'bold':78 'boundari':755 'bug':420 'c':565,578 'callout':13,35,61,108,209,221,391,395,399,409,440,706 'callouts.md':217,428 'charact':508 'choos':235 'clarif':749 'class':460,475,594 'clear':722 'code':82 'collaps':405,410 'comment':63,525 'common':412 'commonmark':55 'complet':614 'connect':179 'contain':503 'content':157,189,352,608 'correct':124,228 'cover':69 'creat':4,46,130 'criteria':758 'css':439,474 'cssclass':457,473 'custom':273,397,402,438,459 'custom-class':458 'd':583 'danger':421 'date':447,620 'deadlin':644 'decis':575,688 'default':407,461 'defin':299,518 'describ':726 'design':662 'detail':677 'develop':657 'diagram':566 'diagram.png':679 'display':271,274 'document.pdf':374 'due':649 'e':556 'edit':6,48,95 'emb':12,38,60,107,188,198,205,344,350,357,363,366,370,377,387,701 'embeds.md':201,381 'entir':536 'environ':738 'environment-specif':737 'exampl':418,615 'expand':411 'expert':743 'extend':54 'extens':74 'extern':185,257,389 'failur':423 'faq':404 'file':26,147,702 'first':507,646 'flavor':8,43,51,691 'foldabl':408 'footnot':599,604,607,610 'format':546 'forward':512 'frac':562 'frontend':661 'frontmatt':36,109,136,442,520 'full':358,432 'gfm':57 'graph':570 'head':77,278,281,290,297,362 'help.obsidian.md':694,699,704,708,712 'help.obsidian.md/callouts)':707 'help.obsidian.md/embeds)':703 'help.obsidian.md/links)':698 'help.obsidian.md/obsidian-flavored-markdown)':693 'help.obsidian.md/properties)':711 'hidden':533,539 'hierarchi':500 'highlight':211,548,550 'hyphen':510 'id':286,302,307,321,329,343 'imag':193,367,371,390 'image.png':365,368 'implement':660 'import':642 'improv':637 'in-progress':628 'info':417 'inform':212 'initi':655 'inlin':353,494,555,609,613 'input':752 'insid':125 'intend':98 'intern':177,260,597,696 'internal-link':596 'involv':105 'ital':79 'januari':651 'key':643 'knowledg':87 'label':465 'latex':553 'letter':504 'limit':714 'line':333 'link':170,183,240,255,261,266,279,287,298,316,471,587,598,697 'list':80,323,433 'log':669 'markdown':3,9,44,52,76,96,160,182,239,254,263,311,337,354,392,492,526,547,554,568,600,616,692 'match':723 'math':552 'md':25 'meet':683 'mention':33 'mermaid':567,569,588 'mileston':647 'miss':760 'modern':640 'my-block-id':318 'n':668,670 'name':265,270,277,283,356,361,456,469 'nest':436,497 'nested/tag':496 'node':589 'nodenam':595 'note':41,97,121,133,172,175,192,226,244,264,268,269,276,282,293,296,355,359,360,393,414,446,468,592,663,674,684 'number':505 'o':667 'obsidian':2,7,18,28,40,42,50,53,72,100,113,127,132,165,230,248,544,591,690 'obsidian-markdown':1 'obsidian-specif':17,71,112,164,543 'output':732 'page':375,379 'paragraph':310,313 'pdf':378 'pdfs':195 'permiss':753 'phase':658 'pi':558 'place':326 'plain':253 'plan':656 'plus':163 'prefix':345 'progress':630 'project':452,618,625,631,634 'properti':14,62,110,138,153,441,462,483,524,710 'properties.md':149,479 'question':424 'quot':81,325,339,342,419 'quote-id':341 'read':232,541 'refer':689 'references/callouts.md':218,429 'references/embeds.md':202,382 'references/properties.md':150,480 'relat':171 'renam':250 'render':123,227 'requir':751 'review':681,744 'rule':487 'safeti':754 'same-not':294 'scope':725 'search':386 'searchabl':464 'section':364 'see':148,200,216,380,427,478,672 'separ':332 'skill':45,68,717 'skill-obsidian-markdown' 'slash':513 'sort':671,675 'source-sickn33' 'specif':19,73,114,166,545,739 'standard':75,159,181 'start':573 'status':627 'stop':745 'structur':162 'style':477 'substitut':735 'success':422,757 'suggest':472 'syntax':20,66,115,167,199,215,486,551 'tabl':84 'tag':37,140,451,463,485,491,493,495,498,501,514,523,624 'task':104,653,721 'td':571 'techniqu':641 'test':741 'text':272,275,534,549,601 'tip':415 'titl':139,398,403,444,617 'todo':426 'top':144 'topic-agent-skills' 'topic-agentic-skills' 'topic-ai-agent-skills' 'topic-ai-agents' 'topic-ai-coding' 'topic-ai-workflows' 'topic-antigravity' 'topic-antigravity-skills' 'topic-claude-code' 'topic-claude-code-skills' 'topic-codex-cli' 'topic-codex-skills' 'track':249 'treat':730 'type':154,206,214,222,413,484 'underscor':509 'url':186,258 'usag':490 'use':21,90,91,101,116,158,173,196,213,241,639,666,715 'user':32,119 'valid':49,740 'vault':128,178,247 'verifi':224 'video':385 'view':233,542 'visibl':529 'want':120 'warn':396,416 'width':373 'wikilink':11,34,59,106,174,237,242,262,347 'within':245 'work':23 'workflow':129,638 'write':93,156 'x':654 'yaml':443 'yes':577","prices":[{"id":"c480123d-57c9-4b6d-b2fc-a8a63f624bca","listingId":"6ca4edb9-2917-4b1f-957d-e06b3c054699","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"sickn33","category":"antigravity-awesome-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:41:38.297Z"}],"sources":[{"listingId":"6ca4edb9-2917-4b1f-957d-e06b3c054699","source":"github","sourceId":"sickn33/antigravity-awesome-skills/obsidian-markdown","sourceUrl":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/obsidian-markdown","isPrimary":false,"firstSeenAt":"2026-04-18T21:41:38.297Z","lastSeenAt":"2026-04-23T06:51:39.872Z"}],"details":{"listingId":"6ca4edb9-2917-4b1f-957d-e06b3c054699","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"sickn33","slug":"obsidian-markdown","github":{"repo":"sickn33/antigravity-awesome-skills","stars":34666,"topics":["agent-skills","agentic-skills","ai-agent-skills","ai-agents","ai-coding","ai-workflows","antigravity","antigravity-skills","claude-code","claude-code-skills","codex-cli","codex-skills","cursor","cursor-skills","developer-tools","gemini-cli","gemini-skills","kiro","mcp","skill-library"],"license":"mit","html_url":"https://github.com/sickn33/antigravity-awesome-skills","pushed_at":"2026-04-23T06:41:03Z","description":"Installable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.","skill_md_sha":"dbbafbb9261da2f137171cfa5efed7417769bb0b","skill_md_path":"skills/obsidian-markdown/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/obsidian-markdown"},"layout":"multi","source":"github","category":"antigravity-awesome-skills","frontmatter":{"name":"obsidian-markdown","description":"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."},"skills_sh_url":"https://skills.sh/sickn33/antigravity-awesome-skills/obsidian-markdown"},"updatedAt":"2026-04-23T06:51:39.872Z"}}