From 7dc2c0b64917262d8c129923e1b0f4f8817e66b3 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 11 Apr 2026 02:10:03 +0800 Subject: [PATCH] =?UTF-8?q?[".=F0=9F=93=81=20Add=20.well-known=20directory?= =?UTF-8?q?"]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .well-known/skills/index.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .well-known/skills/index.json diff --git a/.well-known/skills/index.json b/.well-known/skills/index.json new file mode 100644 index 0000000..9a6a4b1 --- /dev/null +++ b/.well-known/skills/index.json @@ -0,0 +1,11 @@ +{ + "skills": [ + { + "name": "rfc", + "description": "Get RFC document by RFC ID", + "files": [ + "SKILL.md" + ] + } + ] +} \ No newline at end of file