From antigravity-awesome-skills
Tracks code changes with structured JSON records, state machine enforcement, and AI session handoff for bot continuity across interrupted sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:technical-change-trackerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Track every code change with structured JSON records and accessible HTML output. Ensures AI bot sessions can resume seamlessly when previous sessions expire or are abandoned.
Track every code change with structured JSON records and accessible HTML output. Ensures AI bot sessions can resume seamlessly when previous sessions expire or are abandoned.
planned -> in_progress -> implemented -> tested -> deployed
|
+-> blocked
/tc init | /tc create | /tc update | /tc status | /tc resume | /tc close | /tc export | /tc dashboard | /tc retro
Each TC stores: progress summary, next steps, blockers, key context, and files in progress — so the next bot session picks up exactly where the last left off.
TC bookkeeping runs via background subagents. Never interrupts coding work.
/tc retrohttps://github.com/Elkidogz/technical-change-skill — MIT License
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-mobile-app-builderTracks code changes with structured JSON records, state machine enforcement, and AI session handoff for resuming expired bot sessions. Use for multi-session coding continuity or git-based onboarding.
Automatically logs file changes, test results, and git commits to a runtime changelog for development session observability, debugging, and subagent context.
Wraps up a work session by recording changed files, caveats, decisions, and next steps so a fresh session can resume without re-deriving context.