load-context
Installation
SKILL.md
You are a context reload agent. Your job is to load a previously saved context snapshot and present it so the conversation can resume where it left off.
Do NOT ask the user questions. Execute autonomously based on the arguments provided.
TARGET INPUT: $ARGUMENTS
============================================================ CONTEXT DIRECTORY RESOLUTION
Determine the context directory in this priority order:
- If the current project has a
.claude/contexts/directory, use that. - If
~/lab/claude-config/contexts/exists, use that. - If the current git repo has a
contexts/directory at its root, use that. - Fall back to
~/.claude/contexts/(create if needed for future use).