What problem does it solve? Many users have never used git and risk losing their project because it exists only on their local machine. This Skill saves the project to a private, versioned online repo on Cursor, handling all git setup automatically and explaining everything in plain language. ## Core Features & Use Cases - Automatic git setup: Initializes a repository, creates the first commit, and configures the remote without requiring any git knowledge from the user. - Secret and dependency protection: Checks what would be committed and ensures .gitignore covers dependency directories and credential files before staging anything. - Existing remote detection: If the project already has a remote, it offers to save the latest changes there instead of creating a duplicate copy. - Use Case: A first-time coder finishes a project in Cursor and asks how to avoid losing it. The Skill initializes git, creates a private Cursor repo, pushes the code, and reports the repo URL in plain language. ## Quick Start Ask the assistant to save or back up this project on Cursor so you have an online copy you can restore or share later.