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-1/

{
  "checklist": [
    {
      "id": "wrapping-pattern",
      "description": "Uses wrapping pattern: imports `Default` from `@astrojs/starlight/components/Header.astro` and renders it",
      "max_score": 30
    },
    {
      "id": "slot-included",
      "description": "Includes `<slot />` inside `<Default><slot /></Default>`",
      "max_score": 30
    },
    {
      "id": "correct-registration",
      "description": "Registers `Header: './src/components/...'` in `components: {}` in `astro.config.mjs` with relative path",
      "max_score": 40
    }
  ]
}

skills

tile.json