Spin up a live local Omnigent server and exercise the GitHub Copilot SDK harness end-to-end — build copilot agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the copilot harness (omnigent/inner/copilot_executor.py, copilot_harness.py, omnigent/onboarding/copilot_auth.py) or its auth / model / tool-bridge behavior.
$npx -y skills add omnigent-ai/omnigent --skill copilot-sdk-e2e-devInstalls into the current project.
Run `npx skills use "https://github.com/omnigent-ai/omnigent" --skill "omnigent-ai/omnigent/copilot-sdk-e2e-dev"` 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/omnigent-ai/omnigent" that are relevant to the current task. Run `npx skills add "https://github.com/omnigent-ai/omnigent"` and select the relevant skills, then follow their instructions.