GET STARTED

One command. Start building.

Already have Claude Code? This is all you need.

Run the command in an empty directory. The CLI handles the rest — Supabase setup, schemas, auth, edge functions, and Claude Code plugin installation.

$npm init agentlink@latest

PREREQUISITES

Two accounts. That's it.

Agent Link sits on top of Supabase and Claude Code. If you already have both, jump straight to the command above.

Supabase account

Free tier is fine. The CLI connects to your account to provision a cloud project, or skip it entirely with --local.

supabase.com →

Claude Code account

Agent Link is a Claude Code plugin. If you already have Claude Code installed, you're set.

claude.com/code →

FULL INSTALL

New to Claude Code?

Run the installer for your OS. It takes care of Claude Code, the Supabase CLI, and agentlink in one go — then launches the wizard.

$curl -fsSL https://agentlink.sh/install | sh

What the installer does

  • 01Installs Claude Code if you don't have it
  • 02Installs the Supabase CLI and psql
  • 03Launches the interactive agentlink wizard
  • 04Scaffolds your project and opens Claude Code

EXISTING PROJECT

Have a project already?

Add just the plugin to Claude Code. Your agent picks up the five skills and follows the architecture in your existing codebase.

claude code
$ /plugin marketplace add agentlinksh/agent$ /plugin install link@agentlink

Paste both lines into your Claude Code prompt. The plugin loads on reload.