cclint-cli
v0.1.0
Published
Token-cost linter for Claude Code configs: audits CLAUDE.md, settings.json, skills, and commands, then suggests fixes
Downloads
37
Maintainers
Readme
cclint
Token-cost linter for Claude Code configs. Audits your CLAUDE.md, settings.json, skills, and commands, finds token waste, and suggests concrete fixes with a 0-100 health score.
npm install -g cclint-cli
cclint(The npm package is named cclint-cli because npm reserves names too similar to existing packages; the installed command is still cclint.)
This package downloads the prebuilt Rust binary for your platform (macOS or Linux, arm64/x64) from GitHub releases. No Rust toolchain needed.
What it checks
CLAUDE.mdrules that burn tokens on every session- Unused or overlapping skills and commands
- settings.json misconfigurations
- Overall config health score (80-100 is good)
Other install options
cargo install cclint # via crates.io
brew install SingggggYee/tap/cclint # via HomebrewWorks with ccwhy: ccwhy tells you where tokens went, cclint prevents the waste up front.
Full docs: github.com/SingggggYee/cclint
MIT
