What problem does it solve? Building Obsidian Bases by hand is error-prone: YAML syntax traps, undefined formula references, wrong property names, and version-dependent features all cause silent failures. This Skill guides the design, construction, and validation of .base files so dashboards, galleries, and contextual panes work correctly against a real vault. ## Core Features & Use Cases - Structured Base Design: Follows a six-step loop covering vault mapping, data contracts, YAML composition, and hard validation of filters, formulas, and summaries. - Reusable Power Patterns: Ships reference recipes for command centers, review queues, cleanup radars, galleries, context panes, and map lenses. - Use Case: A user with project notes tagged #project asks for a command center; the Skill produces valid .base YAML with an active dashboard grouped by area, overdue-state formula icons, and a completed view, plus concise maintenance notes. ## Quick Start Use $obsidian-bases-superpowers to build an Obsidian Base dashboard for my project notes with status, area, and due-date properties.