Entry point for getting an app running on the Intility Developer Platform. Use when the user says things like "help me deploy", "get me started with Intility", "I want to run my app on the platform", "I'm new to Kubernetes and need to ship something", or "what do I do next?". Figures out where the user is in the journey (no cluster yet → cluster but no app → app deployed but no URL → ready to update) and routes to the right skill.
$npx -y skills add intility/for-developers-plugin --skill getting-startedInstalls into the current project.
Run `npx skills use "https://github.com/intility/for-developers-plugin" --skill "intility/for-developers-plugin/getting-started"` 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/intility/for-developers-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/intility/for-developers-plugin"` and select the relevant skills, then follow their instructions.