Installs the Vale prose linter from a pinned GitHub release.
5.2K
Installs the Vale prose linter from a pinned GitHub release.
github.com
objects.githubusercontent.com
release-assets.githubusercontent.com
sbx run <agent> --kit docker.io/sbx/vale-kit:latestRun the following command to install sbx on your machine.
brew install docker/tap/sbxwinget install Docker.sbxA mixin kit (kind: mixin) that installs the latest Vale prose linter from GitHub releases.
sbx run --kit "docker.io/sbx/vale-kit:latest" claude
agent@...$ vale --version
Or from a git URL targeting this repo:
sbx run --kit "git+https://github.com/docker/sbx-kits-contrib.git#dir=vale" claude
Or with a local clone:
sbx run --kit ./vale/ claude
Vale is on PATH after install. To lint a directory:
agent@...$ vale sync # download styles referenced by .vale.ini
agent@...$ vale ./docs/