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

CSS Flexbox Layout Bug

Problem

A navigation bar should have the logo on the left, menu items centered, and a login button on the right. But the centered items aren't truly centered — they're shifted right because the logo takes up space.

.navbar {
  display: flex;
  align-items: center;
}
.logo { margin-right: auto; }
.menu { display: flex; gap: 1rem; }
.login { margin-left: auto; }

How do you achieve true center alignment for the menu items regardless of logo/button widths?

evals

README.md

SKILL.md

tile.json