konsistent-config

Installation
SKILL.md

konsistent Configuration

Create or modify a konsistent.json file that enforces structural conventions for the project. The konsistent CLI checks filesystem structure and TypeScript exports/imports — it is not a style linter.

Prerequisites

Check if the konsistent package is already installed:

  • konsistent available in root package.json
  • node_modules/konsistent directory exists
  • a konsistent script exists in package.json

If not, the konsistent CLI must be installed first. Use the project's package manager. For example, with PNPM:

pnpm add konsistent --save-dev

Then, ensure package.json has a konsistent script which invokes the konsistent CLI. At a minimum:

Installs
1
GitHub Stars
1
First Seen
Today
konsistent-config — vercel-labs/konsistent