CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl-labs/tile-creator

Create tessl tiles with docs, rules, and skills.

96

2.35x
Quality

94%

Does it follow best practices?

Impact

99%

2.35x

Average score across 5 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

criteria.jsonevals/scenario-4/

{
  "context": "Tests whether the agent suggests both skill review and eval generation as next steps for a skill tile.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Suggests tessl skill review",
      "description": "The agent tells the user to run tessl skill review on the deploy skill.",
      "max_score": 25
    },
    {
      "name": "Suggests tessl scenario generate",
      "description": "The agent tells the user to run tessl scenario generate to create eval scenarios for the tile.",
      "max_score": 25
    },
    {
      "name": "Valid skill tile",
      "description": "The tile has a valid tile.json with skills section and a SKILL.md with proper frontmatter (name, description) and deployment content.",
      "max_score": 25
    },
    {
      "name": "Explicit private field",
      "description": "The tile.json contains an explicit \"private\" field (either true or false).",
      "max_score": 25
    }
  ]
}

evals

SKILL.md

tile.json