What problem does it solve? Working with the Astro web framework requires knowing its file-based routing, project structure conventions, CLI commands, and SSR adapter setup, which can slow down developers building content-driven websites. ## Core Features & Use Cases - Project Scaffolding Guidance: Explains Astro's project structure including src/pages, src/components, src/layouts, and public directories. - CLI Command Reference: Covers essential commands like astro dev, build, check, add, and sync for development workflows. - SSR Adapter Deployment: Walks through adding Node, Cloudflare, Netlify, or Vercel adapters and verifying build output before deployment. - Use Case: You need to create a new content-driven site with static generation, add a Cloudflare adapter for edge deployment, and verify the build passes type checks before shipping. ## Quick Start Use the astro skill to create a new page in src/pages and configure the Cloudflare adapter for deployment.