CtrlK
BlogDocsLog inGet started
Tessl Logo

pantheon-ai/astro-starlight

Skills for setting up and customizing Astro Starlight documentation sites, covering project setup, custom theming, and component overrides.

100

Quality

100%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

criteria.jsonskills/starlight-custom-component/evals/scenario-2/

{
  "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
    }
  ]
}

skills

tile.json