llm-lint
raw JSON → 0.0.0-reserved verified Fri May 01 auth: no javascript deprecated
Static analysis tool for LLM API call sites, detecting token waste in prompts targeting Anthropic and other providers. Pre-release (v0.0.0-reserved) — not yet available for installation. Node >=20 required. Expected to ship as an ESLint plugin or standalone CLI. Differentiators: focuses on prompt inefficiencies at call sites rather than runtime monitoring, zero-config for common patterns.
Common errors
error npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/llm-lint - Not found ↓
cause Package name is reserved but not published. Unpublished package.
fix
The package is not yet available on npm. Use a different package or clone the repository.
Warnings
gotcha Package is pre-release (v0.0.0-reserved) — do not use in production. ↓
fix Wait for v1 stable release.
Install
npm install llm-lint yarn add llm-lint pnpm add llm-lint Imports
- default
Not yet released — no import available.
Quickstart
// Package is pre-release and cannot be installed or used yet.
// Follow https://github.com/traviswye/llm-lint for updates.