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

{
  "context": "Tests whether the response correctly explains Terraform state locking with remote backends.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Recommends remote backend with locking",
      "description": "Suggests a remote backend that supports locking (S3 + DynamoDB, GCS, Azure Blob, Terraform Cloud, etc.)",
      "max_score": 15
    },
    {
      "name": "Shows backend configuration",
      "description": "Provides the HCL backend configuration block with the necessary locking parameters (e.g., dynamodb_table for S3)",
      "max_score": 10
    },
    {
      "name": "Explains lock behavior",
      "description": "Explains that Terraform acquires a lock before state operations and releases it after, preventing concurrent modifications",
      "max_score": 10
    },
    {
      "name": "Addresses stuck lock recovery",
      "description": "Mentions terraform force-unlock or manual lock removal from the lock store as recovery for stuck locks",
      "max_score": 12
    },
    {
      "name": "No incorrect information",
      "description": "Response does not contain factually wrong statements about Terraform state management",
      "max_score": 10
    }
  ]
}

evals

README.md

SKILL.md

tile.json