用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/kruseio/hygg --skill verify命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | verify |
| description | Build, launch, and drive hygg-pwa in a browser to verify changes at the UI surface. |
Rust/WASM (Leptos CSR) app built by Trunk.
cargo check -p hygg-pwa --target wasm32-unknown-unknown
cargo clippy -p hygg-pwa --target wasm32-unknown-unknown -- -D warnings
cargo fmt -p hygg-pwa
cd packages/hygg-pwa && trunk serve # serves http://127.0.0.1:8080, run in background
# poll http://127.0.0.1:8080/ until 200 — first wasm build takes ~1–2 min
cargo run -p hygg-pwa is an equivalent launcher that shells out to trunk.
Use the Playwright MCP tools against http://127.0.0.1:8080/.
Gotchas:
goto /settings): base_path()
derives the router base from document.baseURI, and dev has no <base>
tag, so a deep link is misread as the deploy base and renders Home.
Always land on / and click through the UI (production Pages deploys
inject <base href>, so this is dev-only).localStorage under key hygg.settings — inspect it
to confirm persistence; clear it to simulate a fresh install.performance.getEntriesByType('resource').