obsidian-yaml-frontmatter
Manage YAML frontmatter properties with consistent formatting, property names, and value types. Use when creating or updating frontmatter in markdown files.
Install
mkdir -p .claude/skills/obsidian-yaml-frontmatter && curl -L -o skill.zip "https://mcp.directory/api/skills/download/390" && unzip -o skill.zip -d .claude/skills/obsidian-yaml-frontmatter && rm skill.zipInstalls to .claude/skills/obsidian-yaml-frontmatter
About this skill
YAML Frontmatter Management
Standardize YAML frontmatter properties across all vault content.
When to Use This Skill
Activate when you need to:
- Add or update frontmatter in markdown files
- Ensure consistent property naming and formatting
- Format tags, dates, or other property values
- Validate frontmatter structure
Note: This skill manages frontmatter PROPERTIES (keys, values, types, formatting). For document STRUCTURE (heading hierarchy, section order, frontmatter position), use
obsidian-markdown-structureskill.
Core Frontmatter Rules
1. Single YAML Block at Top
Structure:
---
property: value
---
## First Section Header
Critical Rules:
- One YAML block at top of file
- Blank line after closing
--- - No content before first heading (after frontmatter)
2. Standard Property Names
Use lowercase, consistent keys:
✅ CORRECT:
title: Document Title
created: 2025-10-31
tags:
- tag1
source: https://example.com
author: Author Name
❌ INCORRECT:
Title: Document Title (capitalized)
date: 2025-10-31 (use "created" not "date")
tag: tag1 (use "tags" plural)
No Duplicate Properties:
- Use
created(not bothdateandcreated) - Use
tags(not bothtagandtags)
3. Tag Formatting
CRITICAL: Plain text in YAML, NO hashtags:
✅ CORRECT:
tags:
- journal
- daily
- reflection
❌ INCORRECT:
tags:
- #journal
- #daily
Always use list format with dashes:
✅ CORRECT (list format):
tags:
- tag1
- tag2
❌ INCORRECT (inline):
tags: [tag1, tag2]
4. Date Format
Use YYYY-MM-DD consistently:
✅ CORRECT:
created: 2025-10-31
updated: 2025-11-01
❌ INCORRECT:
created: 10/31/2025
created: 2025-10-31T10:30:00
5. Link Lists
Wrap wiki links in quotes:
✅ CORRECT:
sources:
- "[[Lifelog/2025-10-31 Lifelog - Codex]]"
- "[[Limitless/2025-10-31]]"
links:
- "[[Roundup/2025-10-31]]"
attendees:
- "[[진영]]"
- 민성
❌ INCORRECT:
sources:
- [[Lifelog/2025-10-31 Lifelog - Codex]] (missing quotes)
6. Quote Values with Special Characters
Quote values containing: : # or numeric-looking strings
✅ CORRECT:
title: "AI Era: Thriving Framework"
source: "https://example.com"
version: "2.0"
❌ INCORRECT:
title: AI Era: Thriving Framework (unquoted colon)
version: 2.0 (parsed as number, not string)
Standard Property Set
Core Properties (All Content)
---
title: Document Title
created: YYYY-MM-DD
tags:
- category
- type
---
Content with Sources
---
title: Article Title
created: YYYY-MM-DD
source: https://url or file path
author: Author Name
tags:
- clipping
- topic
---
Relational Content
---
title: Document Title
created: YYYY-MM-DD
tags:
- category
sources:
- "[[Source File 1]]"
- "[[Source File 2]]"
links:
- "[[Related Topic]]"
---
Events/Meetings
---
title: Meeting Name
created: YYYY-MM-DD
event_date: YYYY-MM-DD
attendees:
- "[[Person 1]]"
- Person 2
sources:
- "[[Limitless/YYYY-MM-DD#Section]]"
tags:
- meeting
- event
---
Workflow
Step 1: Determine Content Type
- Daily content (Journal, Lifelog, Roundup)
- Ingested content (Clippings, Articles)
- Created content (Analysis, Tasks, Events)
- Topic/Project pages
Step 2: Select Property Set
- Core properties (title, created, tags)
- Add source/author if applicable
- Add relational links (sources, links, attendees)
- Add content-specific properties
Step 3: Format Values
- Dates: YYYY-MM-DD format
- Tags: Plain text list (no #)
- Links: Quoted wiki links
- Special chars: Quote values with
:or#
Step 4: Structure Check
- Single YAML block at top
- Blank line after
--- - Consistent property names (lowercase)
- No duplicate properties
Reference Documentation
For detailed property definitions and examples:
reference/standard-properties.md- All property definitionsreference/examples.md- Frontmatter by content type
Quality Checklist
Before completing frontmatter:
- Single YAML block at top with blank line after
- All property keys lowercase and consistent
- Tags are plain text (NO hashtags)
- Dates in YYYY-MM-DD format
- Wiki links wrapped in quotes
- Special characters quoted appropriately
- No duplicate properties (created vs date, tags vs tag)
You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
rust-coding-skill
UtakataKyosui
Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.