What problem does it solve? Writing Obsidian .base files by hand requires memorizing YAML schema, filter syntax, formula functions, and view configuration, and small quoting or reference mistakes silently break the view. This Skill provides the complete schema, syntax rules, and troubleshooting guidance needed to produce valid Bases on the first attempt. ## Core Features & Use Cases - Base File Authoring: Generate valid .base YAML with global and per-view filters, formula properties, display names, and summaries. - View Configuration: Configure table, cards, list, and map views with ordering, grouping, limits, and summary formulas like Sum, Average, and Unique. - Formula & Date Handling: Write formulas using date arithmetic, Duration fields, conditionals, and string or list functions, with correct null-guarding and quoting. - Use Case: Build a task tracker base that filters notes tagged "task", computes days until due and overdue status via formulas, groups active tasks by status in a table view, and shows completed tasks in a separate view. ## Quick Start Create an Obsidian base file that shows all notes tagged "book" in a cards view with the author and a formula showing estimated reading time.