← Back to News

Introducing the Tanagram CLI

Tanagram is now available as a CLI and agent skill — a new way to enforce your team's coding rules directly in Claude Code and other coding agents.

Getting started is simple:

npm install -g @tanagram/cli
tanagram login

That's it. Once installed, Claude Code will automatically check your changes against your team's Tanagram rules. When a rule is violated, Claude sees the feedback and fixes the issue itself.

Under the hood, the CLI adds a Claude Code skill that runs tanagram eval after code changes. Your rules are synced from your Tanagram account and cached locally, so evaluation is fast.

Give it a try and let us know what you think.