Stack:
Astro / Svelte
Astro / Svelte preset
A reasoning guide the onboard flow uses for Astro sites, optionally with Svelte islands. It is a checklist, not a template — detected reality wins.
Signals
astro.config.*; optionally@astrojs/svelteand.sveltecomponents.- Content Collections under
src/content/with Zod schemas.
What to reason about
- The real lint, type-check (
astro check), test, and build scripts — captured verbatim. - Content-collection schemas and the island-hydration conventions (
client:visibleoverclient:load). - Stack-appropriate skills for components, pages, and content entries.
Notes
Useful for content-driven sites using Astro’s island architecture with selective interactivity.