What problem does it solve?
This Skill helps you author, review, and troubleshoot Astro projects by giving you framework-specific guidance for components, routing, content collections, rendering modes, integrations, deployment, performance, and security.
Core Features & Use Cases
- Component Authoring: Work with Astro component syntax, props, slots, scoped styles, and server-side frontmatter.
- Rendering & Routing: Choose between static, SSR, and hybrid output while handling file-based routes and dynamic paths correctly.
- Production Guidance: Configure integrations, optimize images and scripts, manage environment variables safely, and deploy to common hosting targets.
- Use Case: Use this Skill when reviewing an
.astro page, diagnosing a build failure, or deciding whether a route should be prerendered or rendered on demand.
Quick Start
Ask the assistant to review your Astro file or project setup and recommend the correct component, routing, rendering, and deployment changes.