This repository syncs personal Cursor Skills. The layout matches Cursor’s default conventions.
*/SKILL.md— main definition file for each skill- Each subdirectory is one independent skill
Place the repository at:
~/.cursor/skills/
Cursor discovers skills under that directory automatically.
On any machine, pull the latest skills:
git -C ~/.cursor/skills pullAfter editing skills, commit and push:
git -C ~/.cursor/skills add .
git -C ~/.cursor/skills commit -m "update skills"
git -C ~/.cursor/skills pushIn a Cursor chat you can say:
| Command | Action |
|---|---|
| 更新skill / pull skill | Pull from GitHub into ~/.cursor/skills/ |
| 提交skill / commit skill | Commit and push local skill changes to the remote |
The skill-sync skill guides the agent through these steps. On conflicts, the agent explains the situation and discusses options with you; it does not auto-merge.
- Do not mix in content from the built-in directory
~/.cursor/skills-cursor/