Context Dump banner
joelhooks joelhooks

Context Dump

AI community

Description

--- description: Dump current context for model switch or context limit recovery --- You're hitting context limits or switching models. Dump everything needed to continue seamlessly. ## Step 1: Capture Conversation State Analyze the current conversation to extract: - **Goal:** What are we trying to accomplish? - **Progress:** What's been done so far? - **Current State:** What file/function are we in the middle of? - **Blockers:** Any issues or decisions pending? ## Step 2: Gather Technical C

Installation

Installs to ~/.claude/skills/joelhooks-opencode-config-context-dump/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joelhooks-opencode-config-context-dump && curl -fsSL https://raw.githubusercontent.com/joelhooks/opencode-config/HEAD/command/context-dump.md -o ~/.claude/skills/joelhooks-opencode-config-context-dump/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository