git-context-controller — Agent Tool by faugustdev

by faugustdev · Agent Tool · ★ 57

Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h

About git-context-controller

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

agent-skillagentic-workflowsai-memoryclaude-code-skillcontext-managementdevops-for-aigit-context-controllerllm-agentsskills

Quick Facts

Stars57
Forks1
LanguageShell
CategoryAgent Tool
LicenseMIT
Quality Score77.0318639366764/100
Last Updated2026-07-02
Created2026-02-25
Platformsclaude-code, cli
Est. Tokens~3k

Compatible Skills

These tools work well together with git-context-controller for enhanced workflows:

git-context-controller alternative? Top 6 similar tools

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.

  • openagentskill by Leon-Drq · ⭐ 185

    The skill layer for AI agents: npm for AI Agent Skills.

  • rigup.nix by YPares · ⭐ 80

    AI agents and Nix: parametrable skills/instructions and tools, packaged together in a reproducible and modular

  • bria-skill by Bria-AI · ⭐ 58

    Claude Code skills for Bria AI - generate, edit, and transform images with Fibo, RMBG-2.0, and VGL structured

  • JoySafeter by jd-opensource · ⭐ 285

    🚀 JoySafeter: An enterprise AI Agent Platform—Not just chatting. building、running、testing, and tracing autono

  • forgetful by ScottRBK · ⭐ 275

    Opensource Memory for Agents

  • human-mcp by mrgoonie · ⭐ 271

    Bringing Human Capabilities to AI Agents

More Agent Tool Tools

Explore other popular agent tool tools:

View all Agent Tool tools →

Popular Shell Agent Tools

Frequently Asked Questions

What is git-context-controller?

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.

What programming language is git-context-controller written in?

git-context-controller is primarily written in Shell. It covers topics such as agent-skill, agentic-workflows, ai-memory.

How do I install or use git-context-controller?

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.

What license does git-context-controller use?

git-context-controller is released under the MIT license, making it free to use and modify according to the license terms.

What are the best alternatives to git-context-controller?

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.

View on GitHub → Browse Agent Tool tools