Design, implement, refactor, or review the visual style of Wox's portable Go UI under wox.core/ui. Use for Settings, dialogs, forms, tables, catalogs, management pages, shared Wox controls, typography, semantic colors, spacing, alignment, icons, control…
Wox-launcher/Wox
SkillsMP has collected 12 skills from Wox-launcher/Wox. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 12
- GitHub stars
- 27,222
- GitHub forks
- 2,423
Skills in this repository
Showing 12 of 12 collected skills.
Use when the user invokes Wox test assurance or asks to run Wox tests; direct invocation is explicit permission to execute the current core, Go UI unit, and native smoke suites and fix failures until they pass.
Measure CPU usage, attribute CPU hotspots, and optimize them without materially increasing Go or native memory in the real single-process Wox Go UI. Use for continuous-query CPU regressions, high idle or hidden CPU, plugin/query hot paths, renderer or native…
Diagnose memory leaks in the current single-process Wox Go UI by launching the real debug build with its automation endpoint enabled, replaying representative launcher searches and settings-window open/close cycles, sampling the same process across repeated…
Analyze Wox feature code and plugin-exposed settings, recommend high-value native UI smoke scenarios and user flows, then generate focused Go UI smoke test cases using the automation driver and shared-process harness. Use when the user asks to identify smoke…
Align Wox Go UI screens, behavior, and interactions with the archived Flutter implementation through source-level contract tracing by default, then implement focused Go UI changes and run targeted tests. Use for Flutter-to-Go UI parity work, Settings or…
Align Wox Go UI screens, behavior, and interactions with the Flutter implementation through source-level contract tracing by default, then implement focused Go UI changes and run targeted tests. Use for Wox Flutter-to-Go UI migrations, Settings or launcher…
Generate a repository-style commit message from the current Wox working tree, stage the intended changes, and create the commit. Use when the user asks to commit current changes, generate a commit message and commit, or explicitly invokes `$wox-commit`.
Update Wox CHANGELOG.md based on commits since the last release. Use when the user asks to "update changelog", "write release notes", or "summarize changes since last release" and the output must follow the repository's existing changelog format.
Create, scaffold, implement, and package Wox plugins (nodejs, python, script-nodejs, script-python). Use when cloning official SDK templates, generating script plugin templates, editing plugin.json metadata, defining SettingDefinitions and validators, wiring…
Submit the current Wox plugin repository to the official Wox store by ensuring the user has a reusable fork of Wox-launcher/Wox, checking whether the plugin ID already exists in Wox's store-plugin.json, adding a new store entry when missing, and preparing a…
Update Wox CHANGELOG.md based on commits since the last release. Use when the user asks to "update changelog", "write release notes", or "summarize changes since last release" and the output must follow the repository's existing changelog format.