cyberneticlibrary

Build fast content-driven websites

astro-frameworkskillsetup L20
Sheshiyer/skill-clusters
What it does

Build Astro components with islands

Best for

Building fast content-driven sites with minimal JS via islands + selective hydration

Inputs
  • · Content collection loader
  • · Hydration directive
Outputs
  • · Static pages + streamed dynamic fragments
Requires
  • · Astro
  • · Zod
  • · SSR adapter if needed
Preconditions

Astro 5+ installed; content sources accessible

Failure modes
  • · client:visible on hero → hydrates immediately
  • · client:idle on mobile → slow
  • · Large client:load → bundle bloat
Trust signals
  • · Output mode decision matrix
  • · E-commerce pattern (static + dynamic) shown