context-continuity-code
Installation
SKILL.md
Context Continuity - Claude Code Edition
Transfer development context between Claude Code sessions with high fidelity, preserving code state, git context, and running services.
Core Concept
When development work needs to transfer between Claude Code sessions, this skill creates structured artifacts that capture:
- Code Context - Files being worked on, functions/classes modified, pending changes
- Git State - Branch, commits, staged/unstaged changes, merge status
- Environment State - Running services, ports, environment variables, dependencies
- Development Decisions - Technical choices made, alternatives rejected, tradeoffs
- Open Loops - What's next, blockers, pending reviews