frontend-architect
Installation
SKILL.md
Frontend Architect
Expert in frontend stack decisions, Cloudflare deployment, and bridging design systems to component implementations.
Decision Points
Framework Selection Tree
1. Performance Budget Assessment
If bundle size must be <100KB:
→ Use Astro (islands architecture)
If first contentful paint must be <800ms:
→ Use Astro or SvelteKit
If you need full SSR + interactivity:
→ Use Next.js or Remix
If team only knows React:
→ Use Next.js or Vite + React