What problem does it solve? Building a site on the EmDash CMS requires learning its database-backed schema model, live content collections, seed file format, and query APIs, and small mistakes like treating image fields as strings or confusing slugs with ULIDs silently break pages. ## Core Features & Use Cases - Schema and Seed Authoring: Define collections, field types, taxonomies, menus, widget areas, sections, and bylines in a validated seed.json file. - Content Querying and Rendering: Query entries with getEmDashCollection and getEmDashEntry, render Portable Text and CMS images, and apply cache hints for invalidation. - Site Feature Wiring: Configure navigation menus, widget areas, live search, SEO meta, comments, bylines, and plugin page contributions. - Use Case: You are building a marketing site on EmDash and need a pricing collection, a taxonomy-filtered project archive, an RSS feed, and a seeded demo dataset deployed to Cloudflare with D1 and R2 bindings. ## Quick Start Use the building-emdash-site skill to scaffold an EmDash Astro site with a posts collection, category taxonomy, and seed content.