Create an OpenCode plugin for iPolloWork. Scaffolds the plugin file with the correct API shape, tool definitions, and hook registration. Use when the user asks to 'create a plugin', 'write a plugin', or 'make a plugin that does X'.
$npx -y skills add devin-axis/ipollowork --skill create-pluginInstalls into the current project.
Run `npx skills use "https://github.com/devin-axis/ipollowork" --skill "devin-axis/ipollowork/create-plugin"` 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/devin-axis/ipollowork" that are relevant to the current task. Run `npx skills add "https://github.com/devin-axis/ipollowork"` and select the relevant skills, then follow their instructions.