From cc9600ac2d7a0e1bcfef13dd7730d1677321034b Mon Sep 17 00:00:00 2001 From: Marco Walz Date: Fri, 17 Apr 2026 21:37:11 +0200 Subject: [PATCH] docs: mention Agent Skills open standard and Anthropic announcement --- docs/guides/tools/ai-coding-agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/tools/ai-coding-agents.md b/docs/guides/tools/ai-coding-agents.md index dfb8d902..a266055f 100644 --- a/docs/guides/tools/ai-coding-agents.md +++ b/docs/guides/tools/ai-coding-agents.md @@ -47,7 +47,7 @@ Each ICP skill covers one capability area and includes: Skills are maintained by DFINITY and updated frequently. The full list is at [skills.internetcomputer.org](https://skills.internetcomputer.org). -ICP skills follow the [Agent Skills Discovery RFC](https://github.com/cloudflare/agent-skills-discovery-rfc) — a standard for machine-readable skill indexes that coding agents can auto-discover and load without manual configuration. +ICP skills follow the [Agent Skills](https://agentskills.io/specification) open standard — [published by Anthropic](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills) in December 2025 to define a portable SKILL.md format that works across coding agents. The registry uses the [Agent Skills Discovery RFC](https://github.com/cloudflare/agent-skills-discovery-rfc) so agents can auto-discover and load skills without manual configuration. ## How discovery works