From: Sebastián Ramírez Date: Thu, 23 Jul 2026 18:52:31 +0000 (+0200) Subject: 📝 Add Library Skills documentation (#16041) X-Git-Tag: 0.140.0~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f155486f0c1465c5e1f8701544acc10cb8a78bb;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add Library Skills documentation (#16041) --- diff --git a/docs/en/docs/tutorial/index.md b/docs/en/docs/tutorial/index.md index c7f3c899f6..6a9f44b4a6 100644 --- a/docs/en/docs/tutorial/index.md +++ b/docs/en/docs/tutorial/index.md @@ -112,6 +112,24 @@ Read the [Virtual Environments guide](https://tiangolo.com/guides/virtual-enviro /// +## AI Agent Skills { #ai-agent-skills } + +FastAPI includes an official skill for AI coding agents. It is bundled with the package, so its guidance stays aligned with the version of FastAPI installed in your project and updates when you update FastAPI. + +After installing FastAPI 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. + ## Advanced User Guide { #advanced-user-guide } There is also an **Advanced User Guide** that you can read later after this **Tutorial - User Guide**.