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": "css-variables",
"description": "Sets `--sl-color-accent-low`, `--sl-color-accent`, and `--sl-color-accent-high` CSS variables on `:root`",
"max_score": 40
},
{
"id": "customcss-registration",
"description": "Registers the CSS file in `customCss` array in `astro.config.mjs`",
"max_score": 40
},
{
"id": "no-style-tag",
"description": "Does NOT use a `<style>` block in a component as the mechanism",
"max_score": 20
}
]
}