From 462cf2eb67bc0b3d796fc9dfb530863f7efdbdf2 Mon Sep 17 00:00:00 2001 From: Marco Walz Date: Tue, 31 Mar 2026 14:05:40 +0200 Subject: [PATCH] Restore skill reuse instruction in llms.txt Re-add "use it if already loaded in your context" to avoid unnecessary re-fetches of skills the agent already has. --- src/pages/llms.txt.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/llms.txt.ts b/src/pages/llms.txt.ts index 0735b99..53d9e66 100644 --- a/src/pages/llms.txt.ts +++ b/src/pages/llms.txt.ts @@ -12,7 +12,8 @@ export const GET: APIRoute = () => { 1. Fetch the skills index and remember each skill's name, description, and url: ${SITE_URL}/.well-known/skills/index.json -2. When a task matches a skill's description, fetch the skill content from its url. +2. When a task matches a skill's description, use it if already loaded in your + context. Otherwise, fetch the skill content from its url. Do not construct skill URLs manually. Example: for the skill named "internet-identity", its url is: