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:
konsistentavailable in rootpackage.jsonnode_modules/konsistentdirectory exists- a
konsistentscript exists inpackage.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: