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": "correct-data-access",
"description": "Uses `Astro.locals.starlightRoute.entry.data.title` and `.description` (not `Astro.props`)",
"max_score": 50
},
{
"id": "correct-registration",
"description": "Registers `PageTitle: './src/components/...'` in `components: {}` in `astro.config.mjs`",
"max_score": 30
},
{
"id": "conditional-description",
"description": "Conditionally renders description only when present (description may be undefined)",
"max_score": 20
}
]
}