supabase/agent-skills
Agent Skills to help developers using AI agents with Supabase
What it solves
It provides a standardized way to give AI agents (like Claude Code, Cursor, and GitHub Copilot) specialized knowledge about Supabase and Postgres. This prevents agents from hallucinating or using outdated patterns when helping developers build with Supabase products.
How it works
The project implements the "Agent Skills" open standard, which packages instructions, scripts, and reference documentation into folders. These "skills" are installed into the agent's environment, allowing the agent to discover and apply the correct guidelines, best practices, and API references automatically when it detects a relevant task.
Who it’s for
Developers using AI coding assistants to build applications with Supabase, specifically those needing help with database schema design, authentication, Edge Functions, or Postgres performance optimization.
Highlights
- Broad Compatibility: Works with 18+ AI agents including Claude Code, Cursor, and GitHub Copilot.
- Specialized Knowledge: Includes a comprehensive Supabase skill covering all products and a dedicated Postgres best-practices skill for performance tuning.
- Standardized Format: Follows the Agent Skills Open Standard for consistent manifest and reference file structures.
- Automated Discovery: Supports
.well-knownURI specifications for easy discovery and installation via thenpx skillscommand.
Related
- Project
- Project
- Project
- Project
- Project