Get started
One command. Start building.
Run npx agentlink-sh@latest in an empty directory. The CLI handles the rest: Supabase setup, schemas, auth, edge functions, and the AgentLink plugin for your editor (Cursor or Claude Code).
npx agentlink-sh@latest# no install: npx pulls the latest CLI and runs it
CHECKLIST
Pick your path. Tick the boxes. Build.
Six items between you and your first project. Your progress is saved in this browser.
Pick the one that sounds like you
EXISTING PROJECT
Have a project already?
Add just the plugin to your agent, Cursor or Claude Code. It picks up the six skills and follows the architecture in your existing codebase.
In Cursor
Add the AgentLink plugin
Installs the plugin straight from GitHub. Reload the window to load it.
$ /add-plugin https://github.com/tomaspozo/agentlinkRun it in Cursor's prompt: same builder agent, same six skills, same architecture rule. New to Cursor? Get it here ↗
In Claude Code
Install the AgentLink marketplace
Adds our marketplace source to Claude Code so it can find the plugin.
$ /plugin marketplace add tomaspozo/agentlinkEnable the AgentLink plugin
Installs the agentlink plugin from the marketplace you just added. Loads on reload.
$ /plugin install agentlink@tomaspozoPaste each command into your Claude Code prompt. The plugin loads on reload.