container-git-environment
CommunityDefine container-based git workflows for agents.
Authorbuchananwill
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Containers interact with a bare git repository on the host. This skill describes the git data flow.
Core Features & Use Cases
- Branch Model: Each container agent works on its own branch docker/{project-id}/{agent-name}, with the seed branch docker/{project-id}/current-root that is synced from the exterior repo. Agent branches fork from current-root on first launch.
- Clone & Working Copy: The container's entrypoint clones from the bare repo at startup, and your workspace is a normal git checkout of your agent's branch.
- Persistence & Safety: Write agents automatically push to docker/{project-id}/{agent-name}, build-intercept agents push before the host build, and read-only agents keep a ephemeral workspace with no persistence. You can read other branches with specified commands.
- Visibility & Lifecycle: Branches are visible to the coordination server; the bare repo is persistent and created once by setup.sh.
- Reading Other Branches: You can inspect other branches locally using git commands such as git show docker/{project-id}/agent-2:Source/MyFile.cpp, git log docker/{project-id}/current-root --oneline -10, git diff HEAD..docker/{project-id}/current-root -- Source/
Quick Start
Launch a container agent; it will clone the bare repository into its dedicated docker/{project-id}/{agent-name} branch on startup.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: container-git-environment Download link: https://github.com/buchananwill/ue-claude-scaffold/archive/main.zip#container-git-environment Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.