astro

Installation
SKILL.md

Astro

Overview

Astro is a content-first web framework built around static HTML by default, with optional islands for client-side interactivity and opt-in server features for fullstack work.

Use Astro's defaults aggressively: render as much as possible to HTML, add JavaScript only where needed, and turn on server rendering only for routes or components that truly need it.

Part 1: Astro Core

Quick Reference

Installs
3
GitHub Stars
1
First Seen
Jul 5, 2026
astro — bnema/opencode-public