🔧

Gcc

🔓Unverified
by faugustdev · v1.0.0 · MITRepository

Git Context Controller (GCC) - Manages agent memory as a versioned file system under .GCC/. This skill should be used when working on multi-step projects that benefit from structured memory persistence, milestone tracking, branching for alternative approaches, and cross-session context recovery. Triggers on /gcc commands or natural language like 'commit this progress', 'branch to try an alternative', 'merge results', 'recover context'.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add gcc npx -- -y @trustedskills/gcc
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "gcc": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/gcc"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

Git Context Controller (GCC) provides lean, git-backed context management for LLM agents. It stores a combination of hash values, intent descriptions, and optional decision notes instead of lengthy markdown files. GCC offers two modes: one utilizing a Git repository for structured memory and another standalone mode compatible with previous versions.

When to use it

  • Long conversations: When an agent needs to maintain context over extended interactions that would otherwise exceed token limits.
  • Experimentation: To safely test different approaches using Git worktrees, providing isolation for experimentation.
  • Cross-session memory: To reconstruct and leverage past decisions and reasoning across multiple sessions of the AI agent.
  • Vector database integration: When combined with aiyoucli, GCC can automatically feed commit data into a vector memory system.

Key capabilities

  • Lean storage: Stores approximately 50 tokens per entry, significantly reducing context size compared to previous versions.
  • Git-backed truth: Uses Git commits as the source of record for all stored information.
  • Safe experimentation: Enables branching and worktrees for isolated testing.
  • Context reconstruction: Reconstructs full context on demand using git show.
  • Standalone mode: Provides compatibility with previous versions through markdown files.

Example prompts

  • "Show me the last 5 entries in my GCC."
  • "What was the intent behind commit hash abc123?"
  • "Display all decisions recorded in GCC."

Tips & gotchas

  • Requires a basic understanding of Git for optimal use, especially when utilizing the Git-backed mode.
  • The standalone mode offers compatibility but lacks the full benefits of Git versioning and isolation.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Verified Commit85c85391

Installing this skill downloads the exact code at commit 85c85391, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
v1.0.0
License
MIT
Author
faugustdev
Installs
0
Updated
Feb 25, 2026
Published
Feb 25, 2026

🔓 Unverified

Not yet reviewed. Use with caution.

Pinned commit85c85391

Install command fetches the verified snapshot, not the live repository.