| name | olore-astro-latest |
| description | Local Astro documentation reference (latest). Astro framework documentation for content-focused sites, islands architecture, SSG/SSR, components, routing, and framework integrations. |
Astro Documentation
Astro is a web framework for building content-focused sites with an islands architecture. It supports static site generation (SSG), server-side rendering (SSR), and hybrid rendering. Astro works with any UI framework (React, Vue, Svelte, etc.) while shipping minimal JavaScript by default.
Quick Reference
| Task | Entry Point |
|---|
| Getting started | contents/getting-started.mdx |
| Installation | contents/install-and-setup.mdx |
| Configuration reference | contents/reference/configuration-reference.mdx |
API reference (Astro.*) | contents/reference/api-reference.mdx |
| CLI commands | contents/reference/cli-reference.mdx |
| Routing | contents/guides/routing.mdx |
| Troubleshooting | contents/guides/troubleshooting.mdx |
| Error codes | contents/reference/errors/ |
When to use
Use this skill when the user asks about:
- Astro components, pages, layouts, and project structure
- Routing, dynamic routes, and SSR/SSG/hybrid rendering
- Content collections, Markdown, and MDX
- Images, fonts, styling, and client-side scripts
- Framework integrations (React, Vue, Svelte, Solid, etc.)
- Astro Actions, sessions, middleware, and endpoints
- Deploying Astro sites (Vercel, Netlify, Cloudflare, AWS, etc.)
- CMS integrations (Contentful, Strapi, WordPress, Storyblok, etc.)
- TypeScript, environment variables, and configuration
- Islands architecture and server islands
- View transitions and prefetching
- Astro modules (
astro:content, astro:actions, astro:env, etc.)
- Error messages and troubleshooting
How to find information
- First, read
TOC.md for complete file listing organized by directory
- Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.