Create tessl tiles with docs, rules, and skills.
96
94%
Does it follow best practices?
Impact
99%
2.35xAverage score across 5 eval scenarios
Advisory
Suggest reviewing before use
{
"context": "Tests whether the agent correctly interprets 'open-source' / 'anyone can find' intent and sets the tile to public.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Sets tile to public",
"description": "The tile.json contains \"private\": false.",
"max_score": 35
},
{
"name": "Includes describes field",
"description": "The tile.json includes a describes field with proper PURL format (pkg:npm/logging-sdk@3.2.0).",
"max_score": 25
},
{
"name": "Valid tile structure",
"description": "The tile has tile.json, docs/index.md, and docs/api.md with appropriate content.",
"max_score": 20
},
{
"name": "API markers used",
"description": "The docs use { .api } markers for API signatures since this is a package documentation tile.",
"max_score": 20
}
]
}