CtrlK
BlogDocsLog inGet started
Tessl Logo

juliusbrussee/caveman

Compressed caveman-style prose for AI coding agents — cuts ~65% output tokens while keeping full technical accuracy

96

1.00x
Quality

100%

Does it follow best practices?

Impact

96%

1.00x

Average score across 38 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

task.mdevals/scenario-20/

MongoDB Index Design

Problem

A MongoDB collection orders has 50M documents. Queries filter by customerId + status and sort by createdAt. The query is doing a collection scan. Design the right index and explain your reasoning.

db.orders.find({ customerId: "abc", status: "shipped" }).sort({ createdAt: -1 }).limit(20)

evals

README.md

SKILL.md

tile.json