From 122396a002ea94c31392bf4131fb5fd23d033ae2 Mon Sep 17 00:00:00 2001 From: Necati Ozmen Date: Tue, 20 Jan 2026 23:25:26 +0300 Subject: [PATCH] docs: update README to clarify the adoption of Agent Skills standard --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bcdaaa6..90c6cc0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Claude Skills are folders with instructions, scripts, and resources that teach Claude specific tasks. Skills can include executable code and are loaded only when needed, allowing you to maintain hundreds without performance impact. Multiple skills can run together for complex tasks like document creation, code testing, and data analysis. +**Note:** Claude Skills have now become the **Agent Skills** standard adopted by multiple AI coding assistants. This means skills listed here can also be used with Codex, Gemini CLI, and other compatible tools. See the table below for paths and documentation. + ### What a Basic Skill Looks Like?