Spin up a live local Omnigent server and exercise the Cursor SDK harness end-to-end — build cursor agents, run real turns, smoke-test, and bug-bash. Load when developing, testing, or debugging the cursor harness (omnigent/inner/cursor_executor.py, cursor_harness.py, cursor_auth.py) or its auth / model / tool-bridge behavior.
$npx -y skills add omnigent-ai/omnigent --skill cursor-sdk-e2e-devInstalls into the current project.
Run `npx skills use "https://github.com/omnigent-ai/omnigent" --skill "omnigent-ai/omnigent/cursor-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.