{
  "entry": {
    "kind": "skill",
    "slug": "caveman-commit",
    "name": "Caveman Commit",
    "vendor": "juliusbrussee",
    "description": "Generates compressed commit messages in Conventional Commits format from the staged diff, aiming for a parseable subject line without the paragraph of narration agents tend to produce.\n\nIt reads the repository and works through git, so it declares filesystem read and git access. Machine-readable commit messages are genuinely useful downstream for changelogs and release automation. The caution is that a message generated from a diff describes what changed, not why — and the why is the part a future reader actually needs.",
    "website": "https://github.com/juliusbrussee",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "filesystem:read",
      "git:access"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "development",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 40,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}