What is gh-subtrees?
Subtree publishing and project graduation. Publish monorepo changes to standalone GitHub repos, graduate projects from lab to production. Source: nikhilmaddirala/gtd-cc.
Subtree publishing and project graduation. Publish monorepo changes to standalone GitHub repos, graduate projects from lab to production.
Quickly install gh-subtrees AI skill to your development environment via command line
Source: 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.
Subtree publishing and project graduation. Publish monorepo changes to standalone GitHub repos, graduate projects from lab to production. Source: nikhilmaddirala/gtd-cc.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill gh-subtreesSubtree publishing and project graduation. Publish monorepo changes to standalone GitHub repos, graduate projects from lab to production. Source: nikhilmaddirala/gtd-cc.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill gh-subtrees Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/nikhilmaddirala/gtd-cc