Armory
Source
Browse
Skills

gcc

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'.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install gcc --cli claude

writes the skill into.claude/skills/gcc/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/gcc/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

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'.

When to use it

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'.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/git/git-context-controller/SKILL.md -o .claude/skills/git-context-controller/SKILL.md

Notes

Extracted from davila7/claude-code-templates, git-context-controller category.