From 4b6657f18b079dba33ab5e0f56ecc55a7e9a66e0 Mon Sep 17 00:00:00 2001 From: Richard Michael Date: Sun, 29 Mar 2026 13:28:50 +0200 Subject: [PATCH] docs: Mention Mintlify generated agent skills --- docs/getting-started/welcome.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/getting-started/welcome.mdx b/docs/getting-started/welcome.mdx index 28932284fb..35df567290 100644 --- a/docs/getting-started/welcome.mdx +++ b/docs/getting-started/welcome.mdx @@ -122,3 +122,13 @@ The docs are also available in [llms.txt format](https://llmstxt.org/): Any page can be accessed as markdown by appending `.md` to the URL. For example, this page becomes `https://gofastmcp.com/getting-started/welcome.md`. You can also copy any page as markdown by pressing "Cmd+C" (or "Ctrl+C" on Windows) on your keyboard. + +### Agent Skills + +FastMCP docs provide agent skills conforming to the [skill.md specification](https://agentskills.io/specification). + +Add them to a FastMCP project using the [skills CLI](https://www.npmjs.com/package/skills): + +```shell +npx skills add https://gofastmcp.com +```