Use when adding a new domain to Nuclear's plugin system, or implementing a host. Covers the host pattern (how player functionality is exposed to plugins), the host interface and API class structure, how hosts are implemented in the player, error handling conventions, and what files to create and modify. Trigger phrases include "add a domain", "new domain", "host implementation", "host pattern", "createPluginAPI".
$npx -y skills add nukeop/nuclear --skill host-patternInstalls into the current project.
Run `npx skills use "https://github.com/nukeop/nuclear" --skill "nukeop/nuclear/host-pattern"` 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/nukeop/nuclear" that are relevant to the current task. Run `npx skills add "https://github.com/nukeop/nuclear"` and select the relevant skills, then follow their instructions.