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

{
  "context": "Tests whether the agent migrates a project from the 'standard' package to neostandard with ESLint v9 flat config correctly. The skill specifies a precise migration path including a migration command, config format, script naming, CI behavior, and pre-commit hook setup.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "neostandard installed",
      "description": "package.json devDependencies includes 'neostandard' (not just 'standard')",
      "max_score": 10
    },
    {
      "name": "standard uninstalled",
      "description": "The 'standard' package is absent from package.json devDependencies",
      "max_score": 10
    },
    {
      "name": "Flat config file",
      "description": "A file named eslint.config.js or eslint.config.mjs exists (not .eslintrc or .eslintrc.json or .eslintrc.js)",
      "max_score": 10
    },
    {
      "name": "neostandard in config",
      "description": "eslint.config.js imports from 'neostandard' and calls neostandard() as the config base",
      "max_score": 10
    },
    {
      "name": "lint script uses eslint",
      "description": "package.json 'lint' script runs 'eslint .' (not 'neostandard .' or 'standard .')",
      "max_score": 10
    },
    {
      "name": "lint:fix script present",
      "description": "package.json includes a 'lint:fix' script running 'eslint . --fix'",
      "max_score": 8
    },
    {
      "name": "CI uses non-fix run",
      "description": "CI configuration (GitHub Actions or similar) runs lint without --fix flag",
      "max_score": 8
    },
    {
      "name": "standard config removed",
      "description": "The top-level 'standard' configuration key is absent from package.json",
      "max_score": 8
    },
    {
      "name": "lint-staged uses eslint",
      "description": "Pre-commit/lint-staged config runs 'eslint --fix' (not 'neostandard' or 'standard')",
      "max_score": 8
    },
    {
      "name": "migrate command used",
      "description": "Setup instructions or a migration script references 'npx neostandard --migrate' to generate eslint.config.js",
      "max_score": 10
    },
    {
      "name": "eslint@9 installed",
      "description": "package.json devDependencies includes eslint at version 9.x",
      "max_score": 8
    }
  ]
}

evals

README.md

tile.json