share

Creates a private Cursor-hosted git repository to back up and share a project.

Updated Oct 15, 2019
One-click install
npx skills add https://github.com/kkkaoru/dotfiles --skill share-kkkaoru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share
Source: https://github.com/kkkaoru/dotfiles/tree/main/.cursor/skills-cursor/share
Command: npx skills add https://github.com/kkkaoru/dotfiles --skill share-kkkaoru

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about share

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I back up my project without knowing git?

Ask the assistant to save or back up your project on Cursor. It initializes git, commits your files, creates a private Cursor-hosted repo, and pushes the code, explaining each step in plain language without git jargon.

How do I share my Cursor project with someone else?

The Skill creates a private repo at a cursor.com/codebase URL that is never public. On a personal account only you can see it; on a team, teammates in the team space can see it. Access for others is managed from the repo page.

What happens if my project already has a git remote?

The Skill detects the existing remote and offers to save the latest changes to it with a commit and push. It never creates a second repo or modifies an existing remote configuration.

Are secrets like .env files pushed to the repo?

No. Before staging anything, the Skill lists what would be committed and verifies .gitignore covers dependency directories and credential files like .env. If a potential secret would be staged, it asks for confirmation first.

What if repo creation fails due to account permissions?

If the account has no namespace or access, nothing is lost and no partial state is created. The Skill follows the origin skill's recovery guidance, which typically means a team admin must enable the feature for the account.