Obsidian markdown
Skill ntaffzii/Skill-Agents/skills/obsidian/obsidian-markdown
Personal AI-agent skills, workflows, prompts, and setup guides for local LLMs and MCP-powered assistants.
npx -y skills add ntaffzii/Skill-Agents --skill obsidian-markdownAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Create and edit Obsidian flavored Markdown notes with wikilinks, embeds, callouts, properties, tags, comments, highlights, footnotes, Mermaid, and Obsidian-specific syntax. Use when working with Obsidian .md notes, vault content, wikilinks, callouts, frontmatter, tags, or embeds.
SKILL.md
1.9 KB, as published. Nobody here has run it
Obsidian Markdown
Use this skill to create valid Obsidian notes.
Workflow
-
Add properties
- Put YAML frontmatter at the top when the note needs metadata.
- Use
title,tags,aliases,status,date, or project-specific properties when appropriate.
-
Structure the note
- Use standard Markdown headings and lists.
- Keep headings linkable and specific.
- Use task checkboxes for actionable items.
-
Link the vault
- Use
[[Note Name]]for internal notes. - Use
[[Note Name|Display Text]]when the note title is not natural in prose. - Use normal Markdown links only for external URLs.
- Use
-
Add Obsidian syntax when useful
- Embeds:
![[Note Name]],![[image.png|300]] - Callouts:
> [!note],> [!warning] Custom Title - Tags:
#tagor#nested/tag - Comments:
%% hidden comment %% - Highlights:
==highlighted text==
- Embeds:
-
Verify
- Check frontmatter is valid YAML.
- Check wikilinks point to intended note names.
- Check callout syntax has
>on each line.
Common Patterns
---
title: Project Alpha
tags:
- project
- active
status: in-progress
---
# Project Alpha
Related: [[Project Index]]
> [!important] Decision
> Use the existing sync pipeline for the first release.
## Tasks
- [ ] Confirm owner
- [ ] Draft implementation plan
Rules
- Prefer wikilinks for vault-internal references.
- Do not use external URL syntax for internal notes.
- Keep tags lowercase unless the vault already uses another convention.
Output Format
End with:
- Notes created or changed
- Properties, tags, and links added
- Obsidian syntax used
- Validation performed