CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl-labs/tile-creator

Create tessl tiles with docs, rules, and skills.

94

0.95x
Quality

94%

Does it follow best practices?

Impact

95%

0.95x

Average score across 5 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

criteria.jsonevals/next-steps-skill-tile/

{
  "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",
      "max_score": 25,
      "description": "The agent tells the user to run tessl skill review on the deploy skill."
    },
    {
      "name": "Suggests tessl scenario generate",
      "max_score": 25,
      "description": "The agent tells the user to run tessl scenario generate to create eval scenarios for the tile."
    },
    {
      "name": "Valid skill tile",
      "max_score": 25,
      "description": "The tile has a valid tile.json with skills section and a SKILL.md with proper frontmatter (name, description) and deployment content."
    },
    {
      "name": "Explicit private field",
      "max_score": 25,
      "description": "The tile.json contains an explicit \"private\" field (either true or false)."
    }
  ]
}

evals

next-steps-skill-tile

SKILL.md

tile.json