What problem does it solve? Working with the Astro framework requires knowing its file-based routing, configuration options, CLI commands, and adapter-based deployment model. This Skill provides structured guidance so you can create components, pages, and deployments without memorizing the documentation. ## Core Features & Use Cases - Project Setup & CLI Guidance: Covers npx astro dev, build, check, add, and sync commands plus the standard project structure (src/pages, src/components, public/). - Component & Page Creation: Provides patterns for writing .astro files with frontmatter props and file-based routing. - SSR Adapter Deployment: Walks through adding Node, Cloudflare, Netlify, or Vercel adapters and verifying build output before deployment. - Use Case: You need to deploy an Astro site to Cloudflare with on-demand rendering. The Skill guides you through npx astro add cloudflare --yes, running astro check, building, and verifying the dist/ output. ## Quick Start Ask the assistant to create a new Astro page and configure the Node adapter for SSR deployment.