local-first · works with any agent

One set of rules
for every AI you use.

Claude, Cursor, and ChatGPT all follow it. A second AI checks the work.

How it works

Connect the AI you already pay for.

super-t connect

Start from the ticket, finish with proof.

super-t ticket

One set of standards, actually enforced.

super-t team invite

How it's different

On its ownWith Super Terminal
Your rulesOne file per tool, rewritten each timeWritten once, followed by all
An unclear requestIt guessesIt asks you
Checking the workYou read every changeA different AI checks it first
UndoHope you can find it in gitOne command
Using two AIsSeparate windows, copy and pasteOne command
CostWhat you already payIt's free while we're in beta.

Frequently asked questions

What is Super Terminal?

Super Terminal is a free tool for your terminal that sits between you and your AI coding assistant. It makes Claude Code, Cursor, and ChatGPT Codex all follow the same project rules, and has a different AI check the work before you keep it.

Is it another AI?

No. Super Terminal has no AI of its own and writes no code. It uses the AI you already pay for and makes it follow your rules.

How is this different from just using Claude Code?

Claude Code writes code. Super Terminal doesn't — it sits on top of Claude Code, Cursor, or Codex and makes sure they follow your rules. You can also use two of them together and have one check the other's work.

What if it changes something I didn't ask for?

Two things prevent that. Before the work starts, an unclear request gets a question instead of a guess. Afterwards, files you marked off-limits are checked, and super-t revert undoes the entire run in one command.

Does my code get sent anywhere new?

No. Your code goes only to the AI you already chose, exactly as it does when you use that AI directly. Super Terminal adds no new destination for your code.

Which AI tools work with it?

Claude Code, Cursor, and ChatGPT Codex.

Install

/usr/local/bin/super-t
$ npm install -g super-t
$super-t init
>one-time: pick your agent, read your rules
$super-t run "add a loading state to the checkout button"

Requires Node.js 20+. Works on macOS, Linux, and Windows.

Keep your AI. Lose the surprises.

One command to install, works with the AI you already have.

npm install -g super-t View on GitHub