원클릭으로
jd-skills
jd-skills에는 jeet-dhandha에서 수집한 skills 2개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.
Use when user references GitHub repo as inspiration, not dependency — phrases like "look at this repo", "borrow from X", "use approach from Y", "implement like Z", or GitHub URL handed in as reference. Prevents clone or install. Fetches raw files to tempdir, lifts minimum useful snippet or concept, adapts to user project style. Output version-independent, dep-free.