From 77469e15992143187e65e06f80508feed03bb383 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sun, 25 Jan 2026 20:53:43 +0100 Subject: [PATCH] docs(coding-agent): link to agentskills.io integration spec for XML format --- packages/coding-agent/docs/skills.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/coding-agent/docs/skills.md b/packages/coding-agent/docs/skills.md index 99e26216..ab17627f 100644 --- a/packages/coding-agent/docs/skills.md +++ b/packages/coding-agent/docs/skills.md @@ -57,7 +57,7 @@ For project-level Claude Code skills, add to `.pi/settings.json`: ## How Skills Work 1. At startup, pi scans skill locations and extracts names and descriptions -2. The system prompt includes available skills in XML format +2. The system prompt includes available skills in XML format per the [specification](https://agentskills.io/integrate-skills) 3. When a task matches, the agent uses `read` to load the full SKILL.md 4. The agent follows the instructions, using relative paths to reference scripts and assets