Agents
AI Agents Know About Supabase. They Don't Always Use It Right.
Supabase has launched **Agent Skills**, an open-source set of instructions designed to teach AI coding agents how to build on Supabase correctly, addressing the problem that while AI agents have ge...
Supabase has launched Agent Skills, an open-source set of instructions designed to teach AI coding agents how to build on Supabase correctly, addressing the problem that while AI agents have general knowledge of Supabase, they often lack the context needed to use it reliably. The skills cover all core Supabase products—including Database, Auth, Edge Functions, Realtime, Storage, and more—as well as client library integrations and Postgres performance best practices. Once installed, the skills are automatically available to the agent and activate when relevant tasks are detected, and can be added via tools like the npx skills CLI or as Claude Code plugins.
Related
- @hwchase17 Ngl I really like this direction. The more AGENTS.md, skills, and tool config start looking like portable interfaces instead of a…
- // Scaling Coding Agents via Atomic Skills // Most coding agents train end-to-end on full tasks like resolving GitHub issues. But complex so…
- great question! knowledge (system prompt, skills) and tools (apis, clis, whatnot) will always be needed, even as the best way to build agent…
- im excited about agent harnesses because i think are the first stable agent abstractions we can build on top (which is why we're investing s…
- Open Harness, separated from model providers is a critical architectural pattern.
Source: agents