astro-dev

Bootstrap Astro projects with React, Tailwind v4, and Cloudflare Workers.

3|5|Updated Jun 29, 2025
One-click install
npx skills add https://github.com/AugurProject/augur-reboot-website --skill astro-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: astro-dev
Source: https://github.com/AugurProject/augur-reboot-website/tree/main/.claude/skills/astro-dev
Command: npx skills add https://github.com/AugurProject/augur-reboot-website --skill astro-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires react, react-dom, @types/react, @types/react-dom, tailwindcss, @tailwindcss/vite, @astrojs/cloudflare, @astrojs/react, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Building modern web applications with Astro, React, and Tailwind CSS, especially with Cloudflare Workers deployment, can be complex and time-consuming. This skill provides pre-configured setups, automation scripts, and comprehensive documentation to streamline the development process, reducing boilerplate and common configuration headaches.

Core Features & Use Cases

  • Automated Project Setup: Quickly bootstrap new Astro projects with React, Tailwind v4, and Cloudflare Workers adapter, saving hours of initial configuration.
  • Type-Safe Content Management: Easily set up content collections with Zod schemas for blogs, docs, or products, ensuring data consistency and reducing content-related errors.
  • Smooth Page Transitions: Automatically integrate Astro's View Transitions API into your layouts for a modern, animated user experience without manual CSS.
  • Use Case: A developer needs to quickly spin up a new blog with Astro, React components, and Tailwind styling, deployed to Cloudflare Workers. This skill provides scripts to initialize the project, set up content collections for blog posts, and add smooth page transitions, all with minimal manual effort.

Quick Start

To initialize a new Astro project configured for Cloudflare Workers deployment, React, and Tailwind CSS v4: ./scripts/init_astro_cloudflare.sh my-new-app Then, to add a blog content collection: python scripts/setup_content_collection.py blog Finally, to add smooth View Transitions to your layouts: python scripts/add_view_transitions.py