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

{
  "context": "Tests whether the response produces a correct modern pyproject.toml with all required configuration.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Uses pyproject.toml with build-system",
      "description": "Includes [build-system] section with requires and build-backend pointing to setuptools",
      "max_score": 12
    },
    {
      "name": "Specifies Python version requirement",
      "description": "Sets requires-python >= 3.10 in the [project] section",
      "max_score": 10
    },
    {
      "name": "Declares dependencies correctly",
      "description": "Lists requests and click in the dependencies array under [project]",
      "max_score": 10
    },
    {
      "name": "Configures CLI entry point",
      "description": "Sets up [project.scripts] with mycli = mypackage.cli:main",
      "max_score": 12
    },
    {
      "name": "Configures pytest",
      "description": "Includes [tool.pytest.ini_options] or [project.optional-dependencies] with pytest for test configuration",
      "max_score": 8
    },
    {
      "name": "Valid TOML syntax",
      "description": "The pyproject.toml is syntactically valid TOML",
      "max_score": 8
    }
  ]
}

evals

README.md

SKILL.md

tile.json