CtrlK
BlogDocsLog inGet started
Tessl Logo

simon/skills

Auto-generated tile from GitHub (10 skills)

92

1.16x
Quality

94%

Does it follow best practices?

Impact

92%

1.16x

Average score across 44 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

criteria.jsonevals/scenario-38/

{
  "context": "Tests whether the agent correctly initializes a snipgrapher project configuration with the right file structure, supported config filenames, proper field names, and named profiles — without being told exactly what to create. Validates that the agent runs doctor/themes validation and follows the config-first workflow.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Config filename",
      "description": "Config file is named one of: snipgrapher.config.json, snipgrapher.config.yaml, snipgrapher.config.yml, snipgrapher.config.toml",
      "max_score": 8
    },
    {
      "name": "Init command used",
      "description": "Script or documentation shows use of 'snipgrapher init' or 'npx snipgrapher init' to generate the config",
      "max_score": 8
    },
    {
      "name": "theme field",
      "description": "Config file contains a 'theme' field",
      "max_score": 5
    },
    {
      "name": "fontFamily field",
      "description": "Config file contains a 'fontFamily' field",
      "max_score": 5
    },
    {
      "name": "lineNumbers field",
      "description": "Config file contains a 'lineNumbers' field",
      "max_score": 5
    },
    {
      "name": "windowControls field",
      "description": "Config file contains a 'windowControls' field",
      "max_score": 5
    },
    {
      "name": "backgroundStyle field",
      "description": "Config file contains a 'backgroundStyle' field",
      "max_score": 5
    },
    {
      "name": "defaultProfile field",
      "description": "Config file contains a 'defaultProfile' field",
      "max_score": 5
    },
    {
      "name": "Named profiles defined",
      "description": "Config file contains a 'profiles' object with at least one named profile",
      "max_score": 10
    },
    {
      "name": "Social profile has watermark",
      "description": "If a social profile is defined, it includes a 'watermark' field",
      "max_score": 8
    },
    {
      "name": "Doctor validation",
      "description": "Script or documentation shows 'snipgrapher doctor' or 'npx snipgrapher doctor' being run",
      "max_score": 8
    },
    {
      "name": "Themes list command",
      "description": "Script or documentation shows 'snipgrapher themes list' or 'npx snipgrapher themes list' being run",
      "max_score": 8
    },
    {
      "name": "Render uses named profile",
      "description": "Any example render command uses --profile flag to reference a named profile",
      "max_score": 10
    },
    {
      "name": "Explicit output path",
      "description": "Any example render command includes an explicit -o / --output path with file extension",
      "max_score": 10
    }
  ]
}

evals

README.md

tile.json