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

TypeScript Generics

Task

Write a TypeScript function groupBy<T, K extends keyof T>(items: T[], key: K): Record<string, T[]> that groups an array of objects by a given key. It should be fully type-safe — the key parameter should only accept keys of T, and the compiler should catch invalid keys at build time.

Include an example usage with an array of { name: string, department: string, level: number }.

evals

README.md

SKILL.md

tile.json