What problem does it solve?
Astro projects can be challenging due to navigating the CLI, understanding project structure, and choosing the right adapters for deployment. This Skill provides clear guidance on common Astro workflows, file layout, and adapter options to streamline setup and execution.
Core Features & Use Cases
- CLI guidance and workflows: dev, build, check, and add integrations to accelerate project iteration.
- Project structure recommendations: guidance on typical Astro layouts (src/pages, src/components, src/layouts, public) to help organize code and assets.
- Adapter deployment options: overview of adapters for Node, Cloudflare, Netlify, and Vercel to simplify deployment and hosting.
- Use Case: starting a new Astro site and configuring a robust development and deployment pipeline with sensible defaults.
Quick Start
Start a development server for your Astro project from the project root.