Add a brand-new primary page to the launcher's left sidebar (a top-level view like Maps / Players / Servers, not a detail page). Use when the request is to "add a page", "add a new sidebar tab", "add a <thing> leaderboard/browser page", or otherwise create a…
UT-BT/launcher
SkillsMP has collected 5 skills from UT-BT/launcher. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 6
- GitHub forks
- 1
Skills in this repository
Showing 5 of 5 collected skills.
Add or modify a sortable / visibility-toggleable column on an existing DataTable page (Maps, Players, World Records, Servers, Cap It All). Use when the request mentions adding a column, a new sortable field, showing/hiding a field, reordering columns, or a…
Add a new Conveyor IPC channel so the renderer can call the Electron main process (filesystem, child process, OS dialog, network from main, config). Use when the request needs the renderer to do something only the main process can — read/write a file, spawn…
Wire new data from the backend API into the launcher UI — add or extend a fetcher in app/utils/api.ts and render it. Use when a page/detail needs a field, list, or endpoint it doesn't fetch yet (e.g. "show X on the player page", "add a column backed by new…
Maintenance check that the agent docs still match the code and leak no closed-source internals. Use when asked to audit/verify the docs, before a release, or after a large refactor — NOT during normal feature work. Diffs each doc's verify_against source files…