From 081278af740081d00ad0a90b49e8496ba8711d3d Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 5 Feb 2026 09:23:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8A=80=E8=83=BD=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ skills/uv-python-runner/SKILL.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 75e6909..d8257ac 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,5 @@ $RECYCLE.BIN/ .settings *.swp *.swo + +skills/**/test diff --git a/skills/uv-python-runner/SKILL.md b/skills/uv-python-runner/SKILL.md index 963a0c7..2d97cfd 100644 --- a/skills/uv-python-runner/SKILL.md +++ b/skills/uv-python-runner/SKILL.md @@ -1,6 +1,6 @@ --- name: uv-python-runner -description: Any task that want to execute python scripts to solute. +description: Any task that requires Python processing should use this skill. --- # UV Python Runner Skill