What problem does it solve? Building content-driven websites with Astro requires knowing its file-based routing, component syntax, CLI commands, and deployment adapters, and this Skill provides that operational guidance in one place. ## Core Features & Use Cases - Project Scaffolding Guidance: Explains Astro project structure, required src/pages directory, and configuration file locations. - Component and Page Creation: Shows how to write .astro pages with frontmatter and reusable components using Astro.props. - SSR Adapter Deployment: Covers adding Node, Cloudflare, Netlify, and Vercel adapters via npx astro add and verifying build output. - Use Case: A developer needs to deploy an Astro blog to Cloudflare with on-demand rendering; the Skill walks through adding the adapter, running astro check, building, and verifying the dist output. ## Quick Start Ask the AI to create a new Astro page and configure the Cloudflare adapter for deployment.