スキル一覧に戻る
Zpankz

git-orchestrator

by Zpankz

MCP Skillset - Claude Code skills, references, and knowledge base

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: git-orchestrator description: | Meta-orchestrator for managing ~/.claude as a private git repository with automatic versioning, branch orchestration, and DAG-based issue tracking. Use when initializing the config repo, committing configuration changes, managing feature branches, creating worktrees for parallel experimentation, or investigating configuration history. allowed-tools: Task, Bash, Read, Write, Edit, Grep, Glob, TodoWrite model: opus context: fork agent: git-orchestrator-agent user-invocable: true

Git-Orchestrator

##Trigger Patterns

  • "/git-orchestrator init"
  • "/git-orchestrator commit"
  • "/git-orchestrator worktree"
  • "initialize claude config repo"
  • "commit my configuration changes"
  • "create worktree for experiment"
  • "show configuration history"

Applicable Agents

  • git-orchestrator-agent (primary meta-orchestrator)
  • refactor-agent (consumer for 24hr commits)
  • build-domain-agent (git-master integration)

Infrastructure Dependencies

ToolPurposeHealth Check
bvGraph analysis, metricsbv --version
bdIssue tracking, DAGbd --version
gitVersion controlgit --version
claude-memActivity loggingcurl localhost:37777/health

Core Operations

1. Repository Initialization

~/.claude/skills/git-orchestrator/scripts/init-repo.sh

2. Session Lifecycle

  • SessionStart: Record initial state, create session branch
  • PostToolUse (Write|Edit): Track pending changes
  • SessionEnd: Auto-commit with detailed message

3. Worktree Management

  • Create: Isolated experimentation environments
  • Switch: Parallel configuration testing
  • Cleanup: Remove stale worktrees

Integration Points

PillarHookPurpose
refactor-agentPostToolUseCommit optimizations
code-skillPreToolUsePreflight validation
claude-memSessionStartActivity context
ralph-loopNotificationActivity logging
learn-skillStopCrystallize learnings

Progressive Loading

L0 - Trigger (50 tokens)

Frontmatter only - activation check

L1 - Core (300 tokens)

Core architecture, session hooks, commit automation

L2 - Worktree Operations (500 tokens)

Branch management, parallel experimentation, worktree lifecycle

L3 - Pillar Integration (800 tokens)

Cross-pillar coordination, bv/bd integration, compound engineering

Scripts Reference

ScriptPurposeHook
init-repo.shInitialize ~/.claude as git repositoryManual
session-start.shRecord session state, create branchSessionStart
track-change.shLog file modifications, bd trackingPostToolUse
session-commit.shAuto-commit, merge, pushSessionEnd
worktree-manager.shCreate/list/remove worktreesManual
atomic-write.shResilience layer for safe writesUtility
lock-manager.shDetect and fix stale locksUtility
secret-scanner.shPre-commit secret validationUtility

Commands

CommandUsage
/git-orchestrator initInitialize repository
/git-orchestrator commitManual commit
/git-orchestrator worktree create <name>Create worktree
/git-orchestrator worktree listList worktrees
/git-orchestrator worktree cleanupRemove stale worktrees

Invariants

  • K-Monotonicity: Configuration changes preserve history (git never loses commits)
  • Homoiconicity: Meta-orchestrator manages its own versioning
  • Vertex-Sharing: Integration preserved across all pillars
  • Orthogonality: Worktrees enable parallel experimentation without conflict

See Also

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です