Coherent Gameface (Cohtml) domain knowledge for the game-UI middleware that renders HTML/CSS/JS inside games (Cities: Skylines II and many others). Use when writing or debugging UI that runs in a Gameface view, when HTML/CSS/JS behaves differently in the game than in a browser, when checking whether a web feature exists in a game's Cohtml version, or when working with data-bind-* attributes or the engine JS API. Also the domain reference for skills that drive a Gameface UI via the game_* tools.
$npx -y skills add citiesskylinesmodding/agents-plugins --skill gamefaceInstalls into the current project.
Run `npx skills use "https://github.com/citiesskylinesmodding/agents-plugins" --skill "citiesskylinesmodding/agents-plugins/gameface"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/citiesskylinesmodding/agents-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/citiesskylinesmodding/agents-plugins"` and select the relevant skills, then follow their instructions.