1
0

优化python-runner的skill

This commit is contained in:
2026-02-05 11:25:15 +08:00
parent 9e42c2ccd9
commit 1873b30e30
3 changed files with 129 additions and 2 deletions

View File

@@ -9,7 +9,9 @@
## What Changes
- 创建新的skill`uv-python-runner`
**注:** 实现时将技能名称从 `uv-python-runner` 简化为 `python-runner`,以保持命名更通用和简洁,避免与未来可能的其他 Python runner 实现名称冲突。
- 创建新的skill`python-runner` (proposal中为 `uv-python-runner`)
- 指导大模型按照PEP 723规范编写Python脚本
- 提供临时文件创建和uv run执行的标准流程
- 严格错误处理模式