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

criteria.jsonevals/scenario-21/

{
  "context": "Tests whether the response produces a correct Nginx reverse proxy config with all required features.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Correct proxy_pass to upstream",
      "description": "Uses proxy_pass http://localhost:3000 or equivalent upstream block",
      "max_score": 12
    },
    {
      "name": "Sets proxy headers",
      "description": "Sets X-Real-IP, X-Forwarded-For, X-Forwarded-Proto, and Host headers",
      "max_score": 10
    },
    {
      "name": "WebSocket upgrade handling",
      "description": "Includes proxy_http_version 1.1, proxy_set_header Upgrade and Connection for WebSocket support",
      "max_score": 12
    },
    {
      "name": "HTTPS/SSL configuration",
      "description": "Shows SSL certificate configuration and listen 443 ssl directive",
      "max_score": 10
    },
    {
      "name": "Timeout configuration",
      "description": "Sets proxy_read_timeout or proxy_connect_timeout to 60s",
      "max_score": 8
    },
    {
      "name": "Valid Nginx syntax",
      "description": "Configuration uses correct Nginx directive syntax and would parse without errors",
      "max_score": 8
    }
  ]
}

evals

README.md

SKILL.md

tile.json