From b5f451285cc001f29b09ff39c72a3cb351d6dbfd Mon Sep 17 00:00:00 2001 From: Aaron Stannard Date: Thu, 11 Jun 2026 12:43:05 -0500 Subject: [PATCH] Update link to Cloudflare Agent Skills Discovery RFC Signed-off-by: Aaron Stannard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c22fa3b..abab559 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This repository contains three components: SkillServer implements two complementary standards: - **[AgentSkills.io](https://agentskills.io)** - The SKILL.md format standard (originally by Anthropic) -- **[Cloudflare Agent Skills Discovery RFC v0.2.0](https://github.com/cloudflare/agent-skills-spec)** - Discovery via `/.well-known/agent-skills/index.json` +- **[Cloudflare Agent Skills Discovery RFC v0.2.0](https://github.com/cloudflare/agent-skills-discovery-rfc)** - Discovery via `/.well-known/agent-skills/index.json` ## Quick Start