← ClaudeAtlas

astro-6listed

Expert Astro 6 framework — routing, output modes, middleware, Vite Environment API, Rust compiler, Content Security Policy, Live Collections, Fonts API. Use when building Astro sites, configuring output, or upgrading from Astro 5.
fusengine/agents · ★ 15 · Web & Frontend · score 84
Install: claude install-skill fusengine/agents
# Astro 6 Expert Production-ready web framework for content-driven sites with unified dev runtime and Islands Architecture. ## Agent Workflow (MANDATORY) Before ANY implementation, use `TeamCreate` to spawn 3 agents: 1. **fuse-ai-pilot:explore-codebase** - Analyze existing routes, layouts, and config 2. **fuse-ai-pilot:research-expert** - Verify latest Astro 6 docs via Context7/Exa 3. **mcp__context7__query-docs** - Check breaking changes v5→v6 After implementation, run **fuse-ai-pilot:sniper** for validation. --- ## Overview ### When to Use - Building new content-driven websites or blogs - Migrating from Astro 5 to version 6 - Configuring static, server, or hybrid output modes - Setting up middleware for auth or redirects - Leveraging the new Rust compiler for large sites - Implementing Content Security Policy (CSP) headers ### Why Astro 6 | Feature | Benefit | |---------|---------| | Unified Dev Runtime | Dev matches production — fewer "works in dev, breaks in prod" bugs | | Vite Environment API | Exact production runtime during development | | Rust Compiler | Faster `.astro` file compilation, replaces Go compiler | | Live Content Collections | Real-time data from external sources | | Built-in Fonts API | Zero-config font loading with performance optimization | | CSP Support | Built-in Content Security Policy nonce management | | Cloudflare Workers | First-class support with workerd runtime in dev | --- ## Core Concepts ### Output Modes | Mode | Description |