obsidian-note-formatting-skill

Create Obsidian-compatible Markdown notes with YAML frontmatter and wikilinks.

2|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/RS42-AI/mneme-lite --skill obsidian-note-formatting-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-note-formatting-skill
Source: https://github.com/RS42-AI/mneme-lite/tree/main
Command: npx skills add https://github.com/RS42-AI/mneme-lite --skill obsidian-note-formatting-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Many users struggle to create consistent, well-structured Obsidian notes with valid YAML frontmatter, clear filenames, and proper internal linking, which makes knowledge retrieval and vault organization unreliable. This skill removes friction by producing Obsidian-compatible markdown that follows naming, tagging, and folder conventions and by validating frontmatter before saving. It also guides users through folder placement and related-note discovery so notes land in the right place and connect to existing content.

Core Features & Use Cases

  • Structured Frontmatter Generation: Automatically produce YAML frontmatter with date, status, type, and relevant tags that meet validation rules.
  • Template Application & Formatting: Apply templates for technical notes, ideas, meetings, literature, and learning notes to ensure consistent headings and sections.
  • Vault-aware Suggestions & Saving: Suggest folder placement using a decision tree, discover related notes via Obsidian MCP search, format wikilinks, and optionally save the note to the user's vault using MCP after explicit confirmation.
  • Validation & Guidance: Run frontmatter and content checks (via provided validator) and present warnings for title length, tag format, and missing headings to improve note quality.

Quick Start

Create an Obsidian note titled Project Launch Plan using a technical template, include YAML frontmatter with date, status, type and at least two tags, suggest a folder and related notes, then ask me if you should save it to my vault.

Frequently Asked Questions about obsidian-note-formatting-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create consistent Obsidian notes with valid YAML frontmatter?

To create consistent Obsidian notes with valid YAML frontmatter, use a skill that automatically generates structured metadata including date, status, type, and tags. It validates the YAML format and applies predefined templates to ensure your markdown notes follow proper naming and tagging conventions.

Can I use templates for technical documentation and meeting notes in an Obsidian vault?

Yes, you can use templates for technical documentation, meeting notes, ideas, literature, and learning notes in an Obsidian vault. The skill applies specific templates to ensure consistent headings and sections, automatically structuring your markdown content for each specific use case.

What's the best way to format wikilinks and organize folders in Obsidian?

The best way to format wikilinks and organize folders in Obsidian is using a vault-aware tool that suggests folder placement via a decision tree and discovers related notes. It formats wikilinks automatically and optionally saves the note to your vault via MCP after explicit confirmation.

Do I need pyyaml to generate YAML frontmatter for markdown files?

Yes, you need pyyaml to generate and validate YAML frontmatter for markdown files. The skill uses this dependency to ensure the frontmatter meets validation rules, producing valid YAML structures with required fields like date, status, type, and tags for your notes.

Why does my Obsidian note structure fail frontmatter validation checks?

Your Obsidian note structure may fail frontmatter validation due to missing required fields, incorrect tag formats, or title length issues. The skill runs content checks and presents warnings for these specific errors, helping you fix frontmatter and missing headings before saving.