ui
Original:🇺🇸 English
Translated
Use when the user wants multiple UI, theme, or font directions.
7installs
Sourcedeveloping-gamer/roids
Added on
NPX Install
npx skill4agent add developing-gamer/roids uiTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →UI
This file is only a bootstrap. The full rules live in the hosted skill.
When To Invoke
Use this skill when the user wants:
- multiple UI directions to compare
- multiple theme directions to compare
- multiple font directions to compare
- a preview-first workflow before cleanup
Mandatory: roid-tool.js
roid-tool.jsWhen you show more than one comparable direction, you must load once per page and use the contract from the hosted (wrapper + options / themes / fonts as documented there).
https://tryroids.com/roid-tool.jsdata-roid-*SKILL.txtDo not replace this with custom comparison UI (tabs, accordions, your own bottom bar, , radio groups, etc.). Agents sometimes do that to “save time”; it breaks the shared preview surface and hides the machine-readable state the tool sets on the wrapper.
<select>The only exception is a higher-priority instruction that explicitly forbids this script or URL—then agree on a fallback with the user first.
Instructions
When this skill is invoked:
- Fetch (read it as documentation—do not load it with
https://tryroids.com/SKILL.txt; that URL is not executable JavaScript).<script src="…"> - Treat the fetched file as the only source of truth.
- Follow that file exactly unless a higher-priority instruction overrides it.
- If the URL cannot be loaded, tell the user and ask whether to continue with a fallback interpretation.
- Do not stop after fetching. Execute the full workflow from the hosted file—including wiring whenever variants are shown for comparison.
https://tryroids.com/roid-tool.js
Hosted Skill URL
https://tryroids.com/SKILL.txt