Project Merge

Merge two divergent codebases that share a common baseline but implemented different features, producing a single project that has the union of both projects' features. Use whenever a user has two sibling/forked projects (project A and project B, or "两个项目"、"两份代码"、"两个分支") built on a similar starting point and wants to combine, consolidate, or "缝合/合并" them into one — especially when one variant is said to work better than the other and the user wants to keep the better base while pulling in the other's features. Trigger on phrases like "合并这两个项目", "把这两份代码合到一起", "merge project A and B", "consolidate these two forks", "把 b 缝进 a", "combine the features of both", even when the user only describes two folders and says one is better without saying the word "merge".

wakeeys Updated

File contents

wakeeys/awesome-cc-skills/tree/main/project-merge commit 2b29f0d15b

Frequently asked questions

npx skillmds@latest add wakeeys/project-merge