Agent Skills for working with SQLAnvil — the open-source SQL workflow engine (a Dataform fork) with first-class PostgreSQL, Supabase, and MySQL/MariaDB support.
| Skill | What it does |
|---|---|
sqlanvil-engineering-fundamentals |
The delta guide for authoring sqlanvil data projects. Your Dataform/BigQuery instincts are mostly right — this skill covers exactly where they aren't: config blocks, credentials shape, statement separators, numeric enums, CLI verbs, cross-warehouse connections, and the MySQL inversions. |
With the skills CLI (installs into Claude Code, Codex CLI, Cursor, and other Agent-Skills-compatible tools it detects):
npx skills add SQLAnvil/agent-skillsManual install for any spec-compliant agent: copy (or symlink) skills/sqlanvil-engineering-fundamentals/ into your agent's skills directory — e.g. ~/.claude/skills/ for Claude Code.
- Docs: https://sqlanvil.com/docs
- Engine: https://github.com/SQLAnvil/sqlanvil (
npm i -g @sqlanvil/cli) - SQLAnvil Cloud: https://app.sqlanvil.com — hosted CI/scheduled runs, with a remote MCP server at
https://app.sqlanvil.com/api/mcpfor operating and debugging runs (the skill covers authoring; the MCP server covers operating).
The skill tracks engine releases — it pins the current sqlanvilCoreVersion and documents features by the release that introduced them (e.g. ≥1.22). It is updated as part of every SQLAnvil release.
Apache-2.0, matching the SQLAnvil engine.