用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bobbyroylee/smiteless --skill verify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | verify |
| description | How to build, run, and visually verify Smiteless changes on this machine. |
Dev-run any window directly (imports resolve via the path inserts in each entry file):
cd C:\Users\bobby\smiteless
python ui\smitesettings.py # settings (single-instance mutex "Global\SmitelessSettings")
python ui\smiteprofile.py # profile/home
python smiteless_main.py <cmd> # overlay|widget|settings|profile|phase|login <name>|accounts|...
Health check: python tools\selftest.py (needs network + the League client for the LCU line).
AHK syntax check (must use PowerShell — Git Bash mangles the /switches into paths):
$ahk = "$env:LOCALAPPDATA\Programs\AutoHotkey\v2\AutoHotkey64.exe"
Start-Process $ahk -ArgumentList '/ErrorStdOut','/Validate','<script>.ahk' -Wait -PassThru -NoNewWindow
# exit 0 = clean; the plain `& $ahk` form does not surface the exit code
GUI evidence: windows are Tk. Find by title (FindWindowW(None, "Smiteless Settings")),
scroll with WM_MOUSEWHEEL SendMessage, capture with PrintWindow(PW_RENDERFULLCONTENT) +
GetDIBits so it works while occluded. Never SetForegroundWindow / SetCursorPos clicks —
the user is often mid-game fullscreen. Synthetic WM_LBUTTONDOWN/UP PostMessage at client
coords works on Tk without stealing focus.
Frozen build: dist\build.ps1 → run build\pyi\SmitelessApp\SmitelessApp.exe <cmd> to
verify the shipped artifact. Full release: dist\make-release.ps1 -Version X.Y.Z
(+0.0.1 bumps, CHANGELOG entry first — it feeds the in-app Patch Notes).
Destructive paths: anything that kills the Riot/League clients (lolaccounts.switch)
or fires LCU POSTs mid-queue — don't drive live; test the engine functions and refusal
paths instead.
基于 SOC 职业分类