astro-setup

Installation
SKILL.md

Astro Setup Skill

Project Initialization

npm create astro@latest project-name -- --template minimal --typescript strict
cd project-name

Essential Integrations

npx astro add react
npx astro add mdx
npx astro add tailwind

Configuration Pattern

Installs
2
First Seen
Feb 9, 2026
astro-setup — wlfmnstr/blog-hello-world