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": "scaffold-command",
"description": "Uses `npm create astro@latest -- --template starlight` (or pnpm/yarn equivalent) to scaffold",
"max_score": 40
},
{
"id": "dev-server",
"description": "Includes `npm run dev` (or equivalent) to start the dev server",
"max_score": 30
},
{
"id": "no-manual-install",
"description": "Does NOT instruct manual `npm install @astrojs/starlight` + config editing (template handles it)",
"max_score": 30
}
]
}