gh-subtrees とは?
サブツリーの公開とプロジェクトの卒業。モノリポジトリの変更をスタンドアロン GitHub リポジトリに公開し、プロジェクトをラボから本番環境に段階的に移行します。 ソース: nikhilmaddirala/gtd-cc。
サブツリーの公開とプロジェクトの卒業。モノリポジトリの変更をスタンドアロン GitHub リポジトリに公開し、プロジェクトをラボから本番環境に段階的に移行します。
コマンドラインで gh-subtrees AI スキルを開発環境にすばやくインストール
ソース: 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.
サブツリーの公開とプロジェクトの卒業。モノリポジトリの変更をスタンドアロン GitHub リポジトリに公開し、プロジェクトをラボから本番環境に段階的に移行します。 ソース: nikhilmaddirala/gtd-cc。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill gh-subtreesサブツリーの公開とプロジェクトの卒業。モノリポジトリの変更をスタンドアロン GitHub リポジトリに公開し、プロジェクトをラボから本番環境に段階的に移行します。 ソース: nikhilmaddirala/gtd-cc。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/nikhilmaddirala/gtd-cc --skill gh-subtrees インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/nikhilmaddirala/gtd-cc