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-slug-format",
"description": "Slug values have no leading slash and no file extension (e.g., `'guides/getting-started'`)",
"max_score": 40
},
{
"id": "autogenerate-syntax",
"description": "Uses `autogenerate: { directory: 'reference' }` correctly",
"max_score": 30
},
{
"id": "no-mixing",
"description": "Does not mix `items` and `autogenerate` in the same group",
"max_score": 30
}
]
}