An opinionated linter for SKILL.md files used by AI agents. Current stable version is 0.4.0. It enforces token efficiency and structural discipline by applying static rules (fast, deterministic) and optionally LLM-powered rules. Key differentiators include a focus on minimizing context window usage, a two-tier rule system, auto-fix capabilities, and integration with the Nori ecosystem (Nori Skillsets, Nori Sessions). Requires Node.js 20+.
npm install nori-lintNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Lint a SKILL.md file for common issues using static rules.
Use static rules only for deterministic fixes, or accept non-determinism.
Consider using --format json for machine parsable output.
Install globally: npm install -g nori-lint, or use npx nori-lint
Use npx nori-lint instead of nori-lint