What problem does it solve? Working with the Astro framework requires knowing its file-based routing, project structure conventions, CLI commands, and adapter-based deployment model. This Skill provides the operational guidance needed to create pages and components, configure SSR adapters, and deploy Astro projects correctly. ## Core Features & Use Cases - Project Setup & CLI: Covers essential commands like astro dev, astro build, astro check, astro add, and astro sync, plus the conventional project structure (src/pages, src/components, public/). - Component & Page Creation: Provides patterns for writing .astro files with frontmatter props and file-based routing. - Adapter-Based Deployment: Walks through adding Node, Cloudflare, Netlify, or Vercel adapters and verifying build output before deployment. - Use Case: You need to add SSR to an existing Astro site and deploy it to Vercel. The Skill guides you through installing the adapter, running checks, building, and verifying the output directory. ## Quick Start Ask the assistant to create a new Astro page and configure the Node adapter for server-side rendering in your project.