faugustdevfaugustdevCommunityยท1 Agent Skills Included

git-context-controller

Git-backed memory and context recovery for coding sessions

Stores coding milestones as lean git commit hashes with intent and decision notes instead of verbose markdown logs. Reconstructs full project context on demand, cutting memory usage from roughly 500 tokens to 50 per entry. Supports safe experimentation through isolated git worktrees, automatic cleanup, and cross-session recovery so long projects never lose track of prior decisions.
npx skills add faugustdev/git-context-controller --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Git Context Controller?โ–ผ

Run `npx skills add faugustdev/git-context-controller --all -g -y` in your terminal to install it globally for your agent.

How to stop AI coding sessions from losing context?โ–ผ

GCC saves each milestone as a git commit hash plus a short intent note, then rebuilds full context on demand with git show. Your agent can recover exactly where it left off in any new session.

Does GCC work without a git repository?โ–ผ

Yes. It automatically falls back to a standalone markdown mode compatible with v1 when no git repo is detected.

Can I try experimental approaches safely with GCC?โ–ผ

Yes. The branch command creates isolated git worktrees for experiments, and the merge command integrates successful results back with a summary of what was learned.

Does GCC work with Claude Code and other agents?โ–ผ

Yes. It follows the standard SKILL.md format and responds to slash commands or plain-English phrases like 'save this progress' or 'where were we?'.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’