What problem does it solve?
This Skill guides teams to structure and implement Astro projects using an HTML-first mindset with Islands, SSG-first rendering, and minimal client-side JS to maximize performance and maintainability.
Core Features & Use Cases
- HTML-first architecture: Prioritize document-centric pages and progressively enhance with islands where interactivity is needed.
- Rendering strategy guidance: Recommend SSG as default, with SSR/On-demand rendering for dynamic sections.
- Island boundaries and performance: Define small, focused islands to limit client runtime and improve performance.
- Use Case: When optimizing a blog or marketing site that requires fast load times, convert dynamic widgets into islands and render most pages statically.
Quick Start
To start using this Skill, ask the AI to evaluate your Astro project with an HTML-first approach and outline a minimal islands plan.