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

{
  "context": "Tests whether the response correctly diagnoses Docker DNS issues as distinct from host DNS.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Identifies Docker DNS isolation",
      "description": "Explains that Docker containers have their own DNS configuration, separate from the host's resolv.conf",
      "max_score": 15
    },
    {
      "name": "Suggests checking container DNS config",
      "description": "Recommends checking /etc/resolv.conf inside the container or docker run --dns settings",
      "max_score": 12
    },
    {
      "name": "Mentions Docker's embedded DNS (127.0.0.11)",
      "description": "References Docker's internal DNS server at 127.0.0.11 for user-defined networks or the default DNS behavior",
      "max_score": 10
    },
    {
      "name": "Provides debugging commands",
      "description": "Suggests practical debugging steps: nslookup/dig inside container, docker inspect for DNS settings, checking Docker network configuration",
      "max_score": 10
    },
    {
      "name": "No incorrect information",
      "description": "DNS and Docker networking concepts are technically correct",
      "max_score": 10
    }
  ]
}

evals

README.md

SKILL.md

tile.json