What problem does it solve? Developers working with the Astro web framework need accurate guidance on project structure, CLI commands, configuration, and deployment adapters without constantly searching documentation. ## Core Features & Use Cases - Project Setup & CLI Reference: Covers essential commands like npx astro dev, build, check, add, and sync, plus the standard project structure (src/pages, src/components, public/). - Component & Page Creation: Provides patterns for creating .astro pages and components, including modular architecture for large components using CSS Modules, extracted client scripts, and Astro Islands with React. - Deployment with Adapters: Step-by-step workflows for adding SSR adapters (Node.js, Cloudflare, Netlify, Vercel) and verifying build output before deployment. - Use Case: When asked to create a new Astro page or deploy a static site to Vercel, the Skill supplies the correct file structure, config options, and adapter commands. ## Quick Start Ask the AI to create a new Astro page with a reusable card component and configure the project for deployment to Netlify.