skills/resume/SKILL.md
Resume a thread by loading its ~800-token context capsule
npx skillsauth add genomewalker/cc-soul resumeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Load the resume capsule for a thread and surface it as context for continuing work.
Usage: /resume (shows picker) or /resume <thread_id_prefix>
_MCP_DIR=$(find $HOME/.claude/plugins/cache/genomewalker-cc-soul -name 'task_ledger.py' 2>/dev/null | head -1 | xargs dirname 2>/dev/null)
# Find matching thread
python3 "$_MCP_DIR/task_ledger.py" thread_list --status active --limit 20
Match the argument against thread_id prefix or title (case-insensitive substring). If multiple match, present them via AskUserQuestion.
List active threads:
python3 "$_MCP_DIR/task_ledger.py" thread_list --status active --limit 10
Present with AskUserQuestion. Each option: <title> [<thread_id[:8]>] — <realm>
python3 "$_MCP_DIR/resume_capsule.py" build --thread-id <thread_id>
The result JSON has a summary field — display it verbatim. It contains:
Ask: "Continue from here?" If yes, set the current thread context:
echo "<thread_id>" > "$HOME/.claude/mind/.current_thread_id"
And note the realm, git branch, conda env, and open files from the capsule so you can orient yourself immediately.
/tasks instead.development
Build, convert, and fine-tune the Qwen3-0.6B hint model for personal fact extraction. Covers corpus generation, ChatML conversion, LoRA fine-tuning with unsloth, GGUF export, and Ollama registration.
development
Build, convert, and fine-tune the Qwen3-0.6B hint model for personal fact extraction. Covers corpus generation, ChatML conversion, LoRA fine-tuning with unsloth, GGUF export, and Ollama registration.
tools
Browse and resume tasks, threads, and background jobs across sessions
tools
Browse and resume tasks, threads, and background jobs across sessions