git-context-controller
Git-backed memory and context recovery for coding sessions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core