Given a component name, generate a complete standalone ODH module operator repository. Produces Go module, CRD types implementing PlatformObject, controller skeleton with reconciler builder pattern, Helm chart, Makefile, CI config, singleton webhook, and AGENTS.md. Use when starting a new module from scratch.
$npx -y skills add opendatahub-io/ai-helpers --skill module-scaffoldInstalls into the current project.
Run `npx skills use "https://github.com/opendatahub-io/ai-helpers" --skill "opendatahub-io/ai-helpers/module-scaffold"` 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/opendatahub-io/ai-helpers" that are relevant to the current task. Run `npx skills add "https://github.com/opendatahub-io/ai-helpers"` and select the relevant skills, then follow their instructions.