From b9e5924e5ecefb0d1f81a3014f5c589eaef955c9 Mon Sep 17 00:00:00 2001 From: xiaolei Date: Sun, 7 Jun 2026 18:05:55 +0800 Subject: [PATCH] fix(skill): remove broken routing reference to non-existent python-installer-packaging cubic P2: the fallback skill `python-installer-packaging` does not exist in the repo, creating a broken routing dependency. Replace both references (description + When to Activate) with self-contained scoping language that keeps the "advanced optimization only" gating without pointing at a missing skill. --- skills/generating-python-installer/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/generating-python-installer/SKILL.md b/skills/generating-python-installer/SKILL.md index fd981a3f..a33643fe 100644 --- a/skills/generating-python-installer/SKILL.md +++ b/skills/generating-python-installer/SKILL.md @@ -1,6 +1,6 @@ --- name: generating-python-installer -description: "Commercial-grade Python installer expert for Windows: Nuitka extreme compilation, dist slimming, DLL footprint analysis, and Inno Setup packaging to ship the smallest, fastest installers. Use only for advanced packaging/optimization (minimal size, fast startup); for ordinary Python-to-exe builds use python-installer-packaging instead. 中文触发:Nuitka 极限优化、Python 商业打包、极限编译 Python、dist 瘦身、DLL 分析、最小安装包、最快启动、商业级打包风格" +description: "Commercial-grade Python installer expert for Windows: Nuitka extreme compilation, dist slimming, DLL footprint analysis, and Inno Setup packaging to ship the smallest, fastest installers. Use only for advanced packaging/optimization (minimal size, fast startup), not basic script-to-exe conversion. 中文触发:Nuitka 极限优化、Python 商业打包、极限编译 Python、dist 瘦身、DLL 分析、最小安装包、最快启动、商业级打包风格" --- # Generating Python Installer (Commercial-Grade) @@ -15,7 +15,7 @@ Activate when the user explicitly asks for **advanced** Python packaging or size - `dist` folder slimming, DLL footprint analysis, 32-bit vs 64-bit size tradeoffs - Inno Setup packaging with full metadata and a clean, residue-free uninstall -For ordinary "turn my script into an exe" requests, defer to `python-installer-packaging`. +This skill targets advanced size/startup optimization — not basic one-file "script to exe" conversion. ## How It Works