Code Graft

Use when user wants to vendor a slice of a library into their project as inline source — copy only the code actually used, trim the rest, keep the ability to re-sync from upstream later. Triggers on phrases like "vendor this library", "copy this lib into my project", "internalize X", "fork just the parts I use", "stop depending on Y but keep the code I need", or user wants to patch a lib locally without losing future upstream changes. Pairs with surgical-github-extraction (one-off small lifts); code-graft handles meaningful slices with a sync manifest.

jeet-dhandha c4dead9 4.4 KB Updated

File contents

jeet-dhandha/jd-skills/tree/main/skills/code-graft commit c4dead9326

Frequently asked questions

npx skillmds@latest add jeet-dhandha/code-graft