From 9d5fd41e2baa7af2cc88fce9d707a28fb89b2b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 23 Jul 2026 20:31:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20Library=20Skills=20documen?= =?UTF-8?q?tation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/install.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/install.md b/docs/install.md index 0d1a128eab..02aed0d4fe 100644 --- a/docs/install.md +++ b/docs/install.md @@ -43,6 +43,24 @@ Read the [Virtual Environments guide](https://tiangolo.com/guides/virtual-enviro /// +## AI Agent Skills + +SQLModel includes an official skill for AI coding agents. It is bundled with the package, so its guidance stays aligned with the version of SQLModel installed in your project and updates when you update SQLModel. + +After installing SQLModel in your project, you can install the skill with Library Skills: + +```bash +uvx library-skills +``` + +/// note + +`uvx` is an alias for `uv tool run`. It runs Library Skills in a temporary, isolated environment while Library Skills scans the packages installed in your project. + +/// + +The skill is compatible with Codex, Claude Code, Cursor, GitHub Copilot, Gemini CLI, Pi, OpenCode, and most other coding agents. For Claude Code, select `.claude/skills` when asked where to install the skill. + ## Install DB Browser for SQLite Remember that [SQLite is a simple database in a single file](databases.md#a-single-file-database)?