Sign inSign up

sbx/vale-kit

Verified Publisher

By Docker, Inc

Updated 9 days ago

Installs the Vale prose linter from a pinned GitHub release.

Sandbox Kit
0

5.2K

sbx/vale-kit repository overview

Digest

sha256:bf9d52d36068…

Size

2 Bytes

Schema

v2

Pushed

9 days ago

Specificationspec.yaml

MIXIN

Installs the Vale prose linter from a pinned GitHub release.


Network Egress

github.com

objects.githubusercontent.com

release-assets.githubusercontent.com

Apply this mixin to a sandbox

sbx run <agent> --kit docker.io/sbx/vale-kit:latest

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx

vale

A mixin kit (kind: mixin) that installs the latest Vale prose linter from GitHub releases.

Usage

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/