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