astro-architecture
Installation
SKILL.md
Astro Architecture Skill
Technical foundation for high-performance, accessible, translation-ready lead gen sites.
Core Rules (Non-Negotiable)
- Astro static or hybrid only — No SPA routing, no client-side frameworks
- TypeScript strict mode — Always enabled, no
any - All text from i18n — No hardcoded strings in components
- Mobile-first CSS — Base styles for mobile,
md:and up for larger - Performance is build-time — No runtime optimization hacks
- One source of truth — All site data in
site.ts - Skill boundaries — Images via
astro-images, SEO viaastro-seo, forms viaastro-forms
Forbidden (STOP)
STOP and reassess if any of these occur: