What problem does it solve? Working with the Astro web framework requires knowing its file-based routing, component syntax, configuration options, and deployment adapters. This Skill provides structured guidance so you can create pages and components, configure SSR adapters, and run the right CLI commands without hunting through documentation. ## Core Features & Use Cases - Project Setup & CLI Reference: Covers core commands like astro dev, astro build, astro check, astro add, and astro sync, plus the conventional project structure (src/pages, src/components, public/). - Page & Component Creation: Shows how to create .astro pages with frontmatter and reusable components using Astro.props. - Deployment with Adapters: Walks through adding Node.js, Cloudflare, Netlify, or Vercel adapters and verifying build output before deploying. - Use Case: You need to deploy a content-driven site to Cloudflare. Use this Skill to add the Cloudflare adapter, run astro check and astro build, and verify the dist/ output before deployment. ## Quick Start Ask the assistant to create a new Astro page and configure the Cloudflare adapter for deployment.