
supabase/agent-skills
3 skills329k installs6.6k starsGitHub
Install
npx skills add https://github.com/supabase/agent-skillsSkills in this repo
1Supabase Postgres Best PracticesSupabase Postgres Best Practices is an MIT-licensed reference skill from Supabase that packages performance and reliability guidance for developers on Postgres and Supabase. Solo builders and small teams invoke it when writing SQL, designing schemas, adding indexes, tuning slow queries, configuring pooling, or hardening Row-Level Security—situations where ad-hoc agent SQL often misses planner behavior and Supabase operational limits. The skill organizes rules across eight categories ordered by impact, from connection and query performance through advanced features, each with explanations, anti-patterns, corrected patterns, and metrics-minded optimization cues suited to automated review and codegen. It is not a migration runner or ORM; it is procedural knowledge your agent applies during implementation, pre-ship database review, and production performance work so backend choices stay aligned with how Postgres actually behaves under load.217kinstalls2SupabaseAuthoritative Supabase agent skill for database, auth, edge functions, and client SSR with emphasis on up-to-date docs, migrations, and verified fixes.111kinstalls3Skill CreatorSkill Creator is a meta agent skill from the Supabase agent-skills lineage that walks solo and indie builders through designing effective skills: self-contained SKILL.md packages that teach multi-step workflows, API or file-format integrations, and domain-specific rules without bloating the context window. It is aimed at anyone shipping with Claude Code, Cursor, Codex, or similar editors who has outgrown one-off prompts and wants reusable capabilities their agent can load on demand. Use it when you are drafting a first skill, tightening an overly verbose skill, or aligning structure with community expectations so teammates and future you can maintain the package. The guidance stresses that agents are already capable generalists, so every paragraph must earn its place—challenge each section, prefer references and scripts over prose dumps, and bundle assets for repetitive tasks. That mindset matters for Prism catalog quality too: well-authored skills surface clearly in journey browse and answer long-tail “how do I…” queries. Complexity sits at intermediate because you need comfort with markdown skill format, agent invocation, and basic repo layout, not because the ideas are exotic.693installs