From a3169930fdc14c23a63816efb465c759147435ac Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 5 Feb 2026 09:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96python=20runner=E7=9A=84skill?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/{uv-python-runner => python-runner}/SKILL.md | 2 +- .../{uv-python-runner => python-runner}/script/get_temp_path.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename skills/{uv-python-runner => python-runner}/SKILL.md (99%) rename skills/{uv-python-runner => python-runner}/script/get_temp_path.py (100%) diff --git a/skills/uv-python-runner/SKILL.md b/skills/python-runner/SKILL.md similarity index 99% rename from skills/uv-python-runner/SKILL.md rename to skills/python-runner/SKILL.md index 2d97cfd..f75e3db 100644 --- a/skills/uv-python-runner/SKILL.md +++ b/skills/python-runner/SKILL.md @@ -1,5 +1,5 @@ --- -name: uv-python-runner +name: python-runner description: Any task that requires Python processing should use this skill. --- diff --git a/skills/uv-python-runner/script/get_temp_path.py b/skills/python-runner/script/get_temp_path.py similarity index 100% rename from skills/uv-python-runner/script/get_temp_path.py rename to skills/python-runner/script/get_temp_path.py