by faugustdev · Agent Tool · ★ 57
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
Git Context Controller (GCC) v2 Lean, git-backed context management for LLM agents. GCC v2 stores hash + intent + optional decision notes instead of verbose markdown. Full context is reconstructed on demand via . Dual mode: git-backed or standalone. Based on the research paper: Git Context Controller Why GCC? LLM agents lose context as conversations grow. GCC solves this by giving agents structured memory: Lean storage -- 50 tokens per entry vs 500 in v1 Git-backed truth -- real commits, not narrative copies Safe experimentation -- branches via git worktrees for real isolation Cross-session recovery -- reconstruct context from hashes on demand aiyoucli bridge -- auto-feeds commit data to vector memory when available How It Works Git Mode (with repo) .GCC/ ├── index.yaml # Single source of truth (50 tokens/entry) ├── branches/ # Branch-specific notes ├── worktrees/ # Worktree tracking └── .bridge-log # Sync state with aiyoucli index.yaml entry: id: C001 hash: 85c8539 ← pointer to git truth intent: "re
| Stars | 57 |
| Forks | 1 |
| Language | Shell |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 77.0318639366764/100 |
| Last Updated | 2026-07-02 |
| Created | 2026-02-25 |
| Platforms | claude-code, cli |
| Est. Tokens | ~3k |
These tools work well together with git-context-controller for enhanced workflows:
Looking for a git-context-controller alternative? If you're comparing git-context-controller with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
The skill layer for AI agents: npm for AI Agent Skills.
AI agents and Nix: parametrable skills/instructions and tools, packaged together in a reproducible and modular
Claude Code skills for Bria AI - generate, edit, and transform images with Fibo, RMBG-2.0, and VGL structured
🚀 JoySafeter: An enterprise AI Agent Platform—Not just chatting. building、running、testing, and tracing autono
Opensource Memory for Agents
Bringing Human Capabilities to AI Agents
Explore other popular agent tool tools:
git-context-controller is Structured context management framework for LLM agents. Implements Git-like operations (COMMIT, BRANCH, MERGE) to manage long-horizon agent memory.. It is categorized as a Agent Tool with 57 GitHub stars.
git-context-controller is primarily written in Shell. It covers topics such as agent-skill, agentic-workflows, ai-memory.
You can find installation instructions and usage details in the git-context-controller GitHub repository at github.com/faugustdev/git-context-controller. The project has 57 stars and 1 forks, indicating an active community.
git-context-controller is released under the MIT license, making it free to use and modify according to the license terms.
The top alternatives to git-context-controller on Agent Skills Hub include openagentskill, rigup.nix, bria-skill. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.