Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.45 KB

File metadata and controls

44 lines (35 loc) · 1.45 KB

fuse-astro

Expert Astro 6 with Islands Architecture, Content Layer API, Server Actions, Server Islands, and multi-framework integration.

Agents

Agent Description
astro-expert Complete Astro development

Skills

Skill Description
astro-6 Core framework, routing, View Transitions, middleware
astro-content Content Layer API, collections, loaders, MDX
astro-actions Server Actions, defineAction, forms
astro-islands Client/Server Islands, hydration directives
astro-integrations React, Vue, Svelte, Solid, Alpine, Preact, Lit, Qwik
astro-seo Meta tags, Open Graph, JSON-LD, sitemap, RSS
astro-assets Image optimization, Fonts API
astro-db Astro DB, libSQL, Turso
astro-deployment Cloudflare, Vercel, Netlify, Node adapters
astro-starlight Documentation theme, Pagefind, plugins
astro-styling Tailwind, UnoCSS, scoped CSS, CSS Modules
astro-security CSP, security headers, nonces
astro-i18n Routing strategies, hreflang, translations
solid-astro SOLID principles for Astro

MCP Servers

  • Astro Docs (official documentation)
  • Context7 (documentation)
  • Exa (web search)
  • Sequential Thinking
  • shadcn (component registry)
  • Gemini Design (frontend generation)

SOLID Rules

  • Files < 100 lines
  • Interfaces in src/interfaces/
  • JSDoc mandatory
  • Business logic in src/lib/, not in pages