What problem does it solve? Turning an agreed site plan into working Astro pages often leads to scaffolded boilerplate, invented content, broken publication rules, and unverified output. This Skill guides the implementation of explicitly selected Astro content sites so routes, layouts, collections, and metadata stay consistent and verifiable. ## Core Features & Use Cases - Shared layout and route implementation: Build one complete route with a typed layout/head contract, navigation, and real content before repeating the shell across requested pages. - Content collections and publication rules: Configure Astro 5/6 Content Layer schemas, glob loaders, draft/date predicates, and keep lists, feeds, and sitemaps consuming one shared published selection. - Page delivery and verification: Handle metadata, image ownership, islands hydration, native form behavior, and run the project's own authorized checks before reporting results. - Use Case: A user asks for an Astro blog with draft filtering and an RSS feed; the Skill guides building the collection schema, a single publication predicate, static routes, and output inspection proving drafts never reach emitted HTML or feeds. ## Quick Start Ask the agent to build the requested Astro pages for your site using the astro-website-builder skill, starting from your existing project setup.