Engage.Pickup banner
hypnguyen1209 hypnguyen1209

Engage.Pickup

Development community

Description

--- description: Resume an engagement from the engine trace — skip completed steps, continue where you left off --- # /engage.pickup Resume an in-progress engagement. The autopilot engine writes an append-only trace (`<state>/trace.jsonl`); pickup re-runs the workflow with `--resume`, so completed steps are skipped and the run continues from the first unfinished step. ## Usage `/engage.pickup [--workflow <name>] [--state .engage/engine]` ## Process ### 1. Locate prior run Read `<state>/tra

Installation

Installs to ~/.claude/skills/hypnguyen1209-offensive-claude-engage.pickup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hypnguyen1209-offensive-claude-engage.pickup && curl -fsSL https://raw.githubusercontent.com/hypnguyen1209/offensive-claude/HEAD/commands/engage.pickup.md -o ~/.claude/skills/hypnguyen1209-offensive-claude-engage.pickup/SKILL.md

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

Full documentation available on GitHub

View Source Repository