Sign inSign up

getreadystack/config-dsl-lint-snippet-pack

By getreadystack

Updated 4 days ago

Your config files are never compiled — nothing fails until deploy. 36 snippets and 28 lint rules f

Image
0

91

getreadystack/config-dsl-lint-snippet-pack repository overview

Config & DSL Lint + Snippets — 9 Sets

Your config files are never compiled — nothing fails until deploy. 36 snippets and 28 lint rules for 9 of them, inside the editor, offline.

Run

docker run --rm -v "$PWD":/work getreadystack/config-dsl-lint-snippet-pack /work/file

The same 28 rules as the VS Code extension, in a container. Mount a folder on /work.

Free

  • Audit any open config or DSL file against all 28 rules, or only the lines you highlight, and insert any of the 36 snippets — no key, no file limit, offline.
  • --rules lists every rule

With a licence ($29 once)

  • A different job, not a bigger number: the whole repository in one run, a re-check on every save, a rewrite of the matched text where a rule carries a replacement, and the findings written out as a CSV, JSON or HTML file you keep.
docker run --rm -e READYSTACK_LICENSE=<key> -v "$PWD":/work getreadystack/config-dsl-lint-snippet-pack --dir /work --ci

A freelance senior software engineer averaged $101/hr in 2026 (contractrates.fyi, 584 verified rate submissions); $29 is about seventeen minutes of that

Use from an AI agent (MCP)

Claude Code · Cursor · Windsurf · any MCP client - add to your MCP config:

{ "mcpServers": { "config-dsl-lint-snippet-pack": { "command": "npx", "args": ["-y", "@readystack/config-dsl-lint-snippet-pack", "--mcp"] } } }

Tools: check_text and check_file (free) · check_dir (licence; the full sweep is free for 7 days). The agent gets every finding with the line number.

Use in CI

- name: Config & DSL Lint + Snippets — 9 Sets
  run: npx -y @readystack/config-dsl-lint-snippet-pack --dir . --ci

(container: docker run --rm -v "$PWD:/work" getreadystack/config-dsl-lint-snippet-pack --dir /work --ci)

Try the full run free for 7 days — no key needed. Then one licence, 7-day refund, no questions. Set READYSTACK_LICENSE=<key> or run --license <key> once.

Get a licence

Tag summary

Content type

Image

Digest

sha256:551a77dad

Size

46.1 MB

Last updated

4 days ago

docker pull getreadystack/config-dsl-lint-snippet-pack