tomaspozo/agentlink

A plugin for Cursor and Claude Code that teaches AI agents to build full-stack apps on Supabase. Database, RPC, auth, edge functions, and frontend — each skill loads only when needed.

6Stars on the repository
13Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

builder

01

tomaspozo/agentlink

Skill Claude CodeCodex

Entry point for building or scaffolding an app on Supabase with AgentLink, and the architecture spine for any Supabase backend work — database, schema, RPCs, auth, RLS, edge functions, background jobs, migrations, deploys. Use whenever the user asks to build, scaffold, or add a feature to an app on this stack, or when…

6 1mo ago A 140 tokens original MIT

auth

02

tomaspozo/agentlink

Skill Claude CodeCodex

Authentication, authorization, and tenant isolation for Supabase. Use when the task involves auth setup, sign up/sign in flows, RLS policies, row-level security, access control, permissions, roles, RBAC, multi-tenancy, tenant isolation, workspace context, the x-workspace-id header, sessioncontext, user profiles…

6 1mo ago A 114 tokens original MIT

cli

03

tomaspozo/agentlink

Skill Claude CodeCodex

AgentLink CLI usage — project scaffolding, updates/upgrades, migration management, environments, deploy-to-prod, backups, and credentials. Use when the task involves running agentlink-sh / agentlink commands, managing migrations, managing environments (link, secrets, env deploy to prod), running or restoring backups…

6 1mo ago C 112 tokens original MIT

database

04

tomaspozo/agentlink

Skill Claude CodeCodex

Schema files, migrations, and type generation for Supabase Postgres. Use when the task involves creating or modifying tables, columns, indexes, triggers, RLS policies, grants, or database functions, or the imperative cron/storage/rbac/config folders (cron jobs, storage buckets, RBAC reference data, role-level settings…

6 1mo ago A 91 tokens original MIT

edge-functions

05

tomaspozo/agentlink

Skill Claude CodeCodex

Supabase Edge Functions. Use when the task involves creating, modifying, or debugging edge functions, webhooks, external API integrations, service-to-service calls, or anything that runs in the Deno edge runtime. Also use for the native MCP server — exposing app functionality over MCP, adding an MCP tool, or…

6 1mo ago A 133 tokens original MIT

frontend

06

tomaspozo/agentlink

Skill Claude CodeCodex

Frontend integration for the scaffolded React + TanStack Start (SPA) app on Supabase — client setup, RPC calls, TanStack Query and TanStack Router, TanStack Form + Zod forms, shadcn/ui primitives, the PageShell/PageHeader page anatomy, route guards and permission gating, workspace switching, the account section…

6 1mo ago A 142 tokens original MIT

notifications

07

tomaspozo/agentlink

Skill Claude CodeCodex

Transactional and notification emails (welcome, "your export is ready", "payment failed", receipts, alerts) on Supabase — everything that is NOT a Supabase Auth email. Use when the task involves sending an app-driven email, adding a new email template, firing email from a database event or trigger, or debugging…

6 1mo ago A 144 tokens original MIT

rpc

08

tomaspozo/agentlink

Skill Claude CodeCodex

RPC-first data access for Supabase. Use when the task involves creating, modifying, or debugging database functions (RPCs), writing CRUD operations, implementing pagination, search, filtering, batch operations, or any data access logic. Also use when the task mentions business logic functions, input validation in…

6 1mo ago A 89 tokens original MIT