apps/docs/content/guides/getting-started/ai-skills.mdx
Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. Agents are increasingly capable, but often don't have the context they need to do real work reliably. Skills solve this by giving agents access to procedural knowledge and company-, team-, and user-specific context they can load on demand. Agents with access to a set of skills can extend their capabilities based on the task they're working on.
Install all Supabase skills using the skills CLI:
npx skills add supabase/agent-skills
To install a specific skill from the repository:
npx skills add supabase/agent-skills --skill SKILL_NAME
You can also install the skills as Claude Code plugins:
/plugin marketplace add supabase/agent-skills
/plugin install supabase@supabase-agent-skills
Skills work with 18+ AI agents including Claude Code, GitHub Copilot, Cursor, Cline, and many others.
Browse the skills.sh directory to discover skills from the community. You can also search for skills using the CLI:
npx skills find QUERY