Skip to content

Commit b5a77d8

Browse files
committed
📝 Add Library Skills documentation
1 parent e73839e commit b5a77d8

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/install.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,24 @@ Read the [Virtual Environments guide](https://tiangolo.com/guides/virtual-enviro
4343

4444
///
4545

46+
## AI Agent Skills
47+
48+
SQLModel includes an official skill with the latest best practices for AI coding agents.
49+
50+
After installing SQLModel in your project, you can install the skill with <a href="https://library-skills.io">Library Skills</a>:
51+
52+
```bash
53+
uvx library-skills
54+
```
55+
56+
/// note
57+
58+
`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.
59+
60+
///
61+
62+
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.
63+
4664
## Install DB Browser for SQLite
4765

4866
Remember that [SQLite is a simple database in a single file](databases.md#a-single-file-database)?

0 commit comments

Comments
 (0)