ما هي gh-subtrees؟
نشر الشجرة الفرعية وتخرج المشروع. انشر تغييرات monorepo على مستودعات GitHub المستقلة، ومشاريع التخرج من المختبر إلى الإنتاج. المصدر: nikhilmaddirala/gtd-cc.
نشر الشجرة الفرعية وتخرج المشروع. انشر تغييرات monorepo على مستودعات GitHub المستقلة، ومشاريع التخرج من المختبر إلى الإنتاج.
ثبّت مهارة الذكاء الاصطناعي gh-subtrees بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: nikhilmaddirala/gtd-cc.
The monorepo uses git-sync to auto-commit and sync main every 2 minutes across machines (see your git-sync or auto-commit configuration). This means the commit history on main is not meaningful -- it's full of auto-commits like "vault backup: 2024-06-06 09:03:02".
This skill syncs monorepo subtrees with standalone GitHub repos using clean, rewritten commit history. The sync process uses rsync to copy the monorepo subtree into a worktree checked out from the remote, then the AI writes clean commit messages based on the diff and monorepo history. It also handles pulling genuine remote additions back into the monorepo.
CRITICAL: You MUST load the appropriate sub-skill from the sub-skills/ directory based on user intent.
نشر الشجرة الفرعية وتخرج المشروع. انشر تغييرات monorepo على مستودعات GitHub المستقلة، ومشاريع التخرج من المختبر إلى الإنتاج. المصدر: nikhilmaddirala/gtd-cc.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill gh-subtreesنشر الشجرة الفرعية وتخرج المشروع. انشر تغييرات monorepo على مستودعات GitHub المستقلة، ومشاريع التخرج من المختبر إلى الإنتاج. المصدر: nikhilmaddirala/gtd-cc.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill gh-subtrees بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/nikhilmaddirala/gtd-cc