BerryKuipers

Resumption System โ€” Development skill for Claude Code

Development community

Smart Resumption System for Claude Code Commands.

How to install Resumption System

Installs to ~/.claude/commands/berrykuipers-claude-code-toolkit-_resumption-system.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/BerryKuipers/claude-code-toolkit/HEAD/.claude/commands/_resumption-system.md -o ~/.claude/commands/berrykuipers-claude-code-toolkit-_resumption-system.md

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

What Resumption System does

Smart Resumption System for Claude Code Commands

๐Ÿ“‹ **Copy-Paste Integration Template**

Add this to the beginning of ANY command:

## ๐Ÿ”„ Smart Resumption Check

**BEFORE STARTING ANY WORK:**

1. **Check for existing state:**
   ```bash
   STATE_FILE=".claude/state/[COMMAND_NAME].json"
   if [ -f "$STATE_FILE" ]; then
     echo "๐Ÿ“‹ Found previous [COMMAND_NAME] session:"
     echo "๐ŸŽฏ Context: $(jq -r '.context.issueNumber // .context.targetFile // .context.prNumber // "N/A"' "

Alternatives in Development

  • Auto โ€” Smart router - Single entry point with natural language intent detection 2.8k โ˜…
  • Create Todos โ€” Create Smart TODOs 2.8k โ˜…
  • Ccmanager โ€” 940+ Session manager supporting 8 coding agents with smart auto-approval 946 โ˜…

Full documentation available on GitHub

View Source Repository