What problem does it solve? Git operations against Cursor-hosted repositories at origin.cursor.com fail when the origin CLI is missing, outdated, or unauthenticated, and diagnosing these failures manually is time-consuming. ## Core Features & Use Cases - CLI Installation and Detection: Detects whether the origin binary is on PATH or at ~/.local/bin/origin and installs it via the official install script when missing. - Authentication Setup: Runs origin auth login to configure the git credential helper for origin.cursor.com so git push and pull work without extra setup. - Failure Recovery: Maps common failure signatures such as authentication errors, missing namespaces, and stuck browser logins to concrete fixes. - Use Case: A developer clones a Cursor-hosted repo and git push fails with an authentication error; the skill checks auth status, re-runs login, and retries the push. ## Quick Start Set up the origin CLI and sign me in so I can clone and push to my Cursor-hosted repository.