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

{
  "context": "Tests whether the agent applies the discoverability filter when creating AGENTS.md, producing only non-discoverable, operationally significant, actionable guidance using the recommended section structure. The skill explicitly defines what should and should not be included.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "No tech stack summaries",
      "description": "AGENTS.md does NOT contain a section or lines describing the technology stack (e.g., 'This project uses Node.js, TypeScript, and PostgreSQL')",
      "max_score": 10
    },
    {
      "name": "No directory structure",
      "description": "AGENTS.md does NOT contain a directory tree or description of the folder layout that could be discovered by reading the repo",
      "max_score": 10
    },
    {
      "name": "No generic best practices",
      "description": "AGENTS.md does NOT contain generic software engineering advice (e.g., 'write clean code', 'follow DRY principle', 'add comments to complex functions')",
      "max_score": 10
    },
    {
      "name": "No tooling-enforced rules",
      "description": "AGENTS.md does NOT repeat rules already enforced by linters, type checkers, tests, or CI configuration visible in the repo",
      "max_score": 10
    },
    {
      "name": "Non-discoverable commands present",
      "description": "AGENTS.md contains at least one specific command or workflow step that differs from what the README or package.json scripts would suggest (a genuine non-obvious command or caveat)",
      "max_score": 10
    },
    {
      "name": "Landmines section present",
      "description": "AGENTS.md contains a section about do-not-touch areas, hidden constraints, or known pitfalls — information that cannot be inferred from code alone",
      "max_score": 10
    },
    {
      "name": "Instructions are actionable",
      "description": "Every instruction in AGENTS.md is specific enough to execute — no vague guidance like 'be careful with the database' without specifying what to do or avoid",
      "max_score": 10
    },
    {
      "name": "Hierarchical recommendation",
      "description": "Given the monorepo structure, AGENTS.md recommends or places module-level AGENTS.md files near relevant subdirectories rather than duplicating all guidance in one root file",
      "max_score": 10
    },
    {
      "name": "Uses recommended sections",
      "description": "The document uses at least two of the four recommended section types: 'Scope & routing', 'Non-discoverable commands', 'Landmines / do-not-touch areas', 'Task-specific constraints'",
      "max_score": 10
    },
    {
      "name": "Short and high-signal",
      "description": "The root AGENTS.md is concise (fewer than 60 lines of content) — detailed guidance is placed in module-level files rather than making the root file exhaustive",
      "max_score": 10
    }
  ]
}

evals

README.md

tile.json