astro

SKILL.md

Astro Framework Skill

Conventions for building content-focused, high-performance websites with Astro.

When to Use

  • Creating or modifying .astro components
  • Working with content collections (blog, docs)
  • Configuring Astro routing and layouts
  • Optimizing performance with island architecture
  • Integrating Vue components as islands

Critical Patterns

1. Island Architecture - Server First

ALWAYS minimize client-side JavaScript. Astro ships zero JS by default.

Compare these patterns: Static vs Interactive

Installs
3
First Seen
Mar 14, 2026