Skills for setting up and customizing Astro Starlight documentation sites, covering project setup, custom theming, and component overrides.
100
100%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
{
"checklist": [
{
"id": "wrapping-pattern",
"description": "Uses wrapping pattern: imports `Default` from `@astrojs/starlight/components/Header.astro` and renders it",
"max_score": 30
},
{
"id": "slot-included",
"description": "Includes `<slot />` inside `<Default><slot /></Default>`",
"max_score": 30
},
{
"id": "correct-registration",
"description": "Registers `Header: './src/components/...'` in `components: {}` in `astro.config.mjs` with relative path",
"max_score": 40
}
]
}