astroflare

Installation
SKILL.md

Astroflare

Expert guidance for TypeScript, Tailwind, and Astro framework for scalable web development on the Cloudflare platform.

Key Principles

  • Write concise, technical responses with accurate Astro examples
  • Prioritize static generation and server-side islands with minimal JavaScript
  • Use descriptive variable names and follow Astro's naming conventions
  • NEVER change the site output without explicit user confirmation - issues are likely elsewhere in configuration, environment variables, or build process
  • Organize files using Astro's file-based routing system
  • Native over frameworks: Prefer native HTML elements (<dialog>, <form>) and web components over framework-specific solutions when possible. Use framework features only when they provide clear value.

Project Architecture

Deployment Target

  • Cloudflare Workers with output: 'static' and component server islands for server-side rendering
  • Use server:defer directive for server islands to optimize performance
Related skills
Installs
81
GitHub Stars
16
First Seen
Jan 20, 2026