What are Agent Skills
Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. They give agents access to procedural knowledge and company-, team-, and user-specific context that can be loaded on demand. Agents with access to a set of skills can extend their capabilities based on the task they are working on.
Install all Supabase skills via CLI
Use the command 'npx skills add supabase/agent-skills' to install all Supabase skills.
Install specific Supabase skill
Use the command 'npx skills add supabase/agent-skills --skill SKILL_NAME' to install a specific skill from the Supabase agent-skills repository.
Skills installation scope
Skills are installed at project scope by default, placing them in the repository so contributors and cloud agents share the same setup. Pass the --global flag to install skills across all projects instead.
Install skills for all agents
Pass the --all flag when installing skills to add skills for all detected agents at the same time.
Search for skills via CLI
Use the command 'npx skills find QUERY' to search for skills using the CLI.
Supabase agent skills included in plugin
The plugin includes two Supabase agent skills: 'supabase' which provides core guidance for working with Supabase products (Database, Auth, Edge Functions, Storage, Realtime), and 'supabase-postgres-best-practices' which provides guidance on Postgres query optimization, schema design, connection management, and RLS patterns.
Supabase Agent Skills installation for Astro
To enable AI coding agents to produce accurate Supabase code in Astro projects, install Agent Skills by running npx skills add supabase/agent-skills in the root of your project. This provides procedural knowledge about authentication, server-side rendering, and database migrations.
Bootstrap Hono app from Supabase samples
To create a new Hono app with Supabase integration using the CLI, run the command: npx supabase@latest bootstrap hono
React quickstart: Agent Skills installation
Optionally install Supabase Agent Skills by running: npx skills add supabase/agent-skills in the root of your project. Agent Skills provide AI coding agents with procedural knowledge about Supabase patterns including authentication, server-side rendering, and database migrations.
Supabase Agent Skills installation for RedwoodJS
To give AI coding agents procedural knowledge about Supabase patterns, run 'npx skills add supabase/agent-skills' in the root of your RedwoodJS project.
Install Supabase Agent Skills in Refine project
To give your AI coding agent procedural knowledge about Supabase patterns including authentication, server-side rendering, and database migrations, run `npx skills add supabase/agent-skills` in the root of your Refine project.
Install Supabase Agent Skills in SvelteKit
Install Supabase Agent Skills in the root of a SvelteKit project by running npx skills add supabase/agent-skills. Agent Skills is a curated set of instructions that give AI agents procedural knowledge about working with Supabase, including patterns for authentication, server-side rendering, and database migrations.
Install Supabase agent skills in SolidJS project
To install Supabase Agent Skills in a SolidJS project, run npx skills add supabase/agent-skills in the root of your project. These are optional instructions that give AI coding agents procedural knowledge about working with Supabase patterns like authentication, server-side rendering, and database migrations.
Supabase Agent Skills installation for Vue
Optionally install Supabase Agent Skills by running `npx skills add supabase/agent-skills` in the root of your Vue project. Agent Skills provide AI coding agents with procedural knowledge about Supabase patterns including authentication, server-side rendering, and database migrations.
Supabase Agent Skills installation for Rails
Supabase Agent Skills is a curated set of instructions that gives an AI agent procedural knowledge about working with Supabase. Install them by running `npx skills add supabase/agent-skills` in the root of your Rails project so your AI coding agent can produce more accurate, reliable code using current Supabase patterns such as authentication, server-side rendering, and database migrations.
Install Supabase Agent Skills
Install Supabase Agent Skills using the command: npx skills add supabase/agent-skills in the root of your Laravel project. This provides a curated set of instructions that give AI coding agents procedural knowledge about working with Supabase patterns, including authentication, server-side rendering, and database migrations.