Git
Just a repo to sync my cursor skills, rules and commands.
npx -y skills add MarcoAntolini/cursor-sync --skill gitAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Router for user-invoked git skills — commit, push, sync, switch branch, land onto another branch.
SKILL.md
0.9 KB, 191 tokens by cl100k_base, as published. Nobody here has run it
Git skills
Type the skill name in chat (or attach it). This router only names them — invoke each skill yourself.
| Skill | Reach for it when |
|---|---|
git-commit | Stage everything and create one Conventional Commits commit (no push) |
git-push-branch | Push existing commits on the current branch only (no stage/commit) |
git-fetch-pull | Sync: fetch --all then pull on the current branch |
git-checkout-branch | Switch to a named branch; create only after explicit confirm |
git-merge-into-branch | Land the branch you are on onto a named target, push target, switch back |
Args go in the same message (e.g. git-checkout-branch feature/foo, git-merge-into-branch main).