astro-static-site

Installation
SKILL.md

Astro Static Site

Build static websites with Astro + React + TypeScript + TailwindCSS, deployed to GitHub Pages.

Initialization Workflow

Astro must be created in an empty directory. For existing repos (the usual case), use /tmp:

cd /tmp
npm create astro@latest my-site -- --template minimal --typescript strictest
cp -a /tmp/my-site/. /path/to/repo/
cd /path/to/repo
npx astro add react
npx astro add tailwind
npx astro add sitemap

After initialization, set up the project structure:

Related skills

More from totophe/skills

Installs
2
Repository
totophe/skills
First Seen
Mar 10, 2026