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": "identifies-mechanism",
"description": "Identifies that Starlight uses `data-theme='dark'` not Tailwind's `.dark` class",
"max_score": 40
},
{
"id": "fix-provided",
"description": "Provides the fix: install `@astrojs/starlight-tailwind` which configures Tailwind's `dark:` variant to match",
"max_score": 40
},
{
"id": "no-manual-config",
"description": "Does NOT suggest manually configuring Tailwind's `darkMode` option (the compat package handles it)",
"max_score": 20
}
]
}