Gate Resume banner
toxiccoder777 toxiccoder777

Gate Resume

Development community

Description

--- description: Resume a previously-interrupted verification-gate chain from state.json argument-hint: [project-path] --- Resume an interrupted `verification-gate` chain. `$ARGUMENTS` is the project path (default `.`). Before resuming, check `<project>/.gate-state/state.json` (path from that project's `verification-gate.config.json`'s `stateDir`, default `.gate-state`) for `lastStage` and whether anything under `src/`, `tests/`, or other gate-relevant paths changed **since** that stage's `at`

Installation

Installs to ~/.claude/skills/toxiccoder777-agentic-claude-gate-resume/SKILL.md

Terminal
mkdir -p ~/.claude/skills/toxiccoder777-agentic-claude-gate-resume && curl -fsSL https://raw.githubusercontent.com/toxiccoder777/agentic-claude/HEAD/commands/gate-resume.md -o ~/.claude/skills/toxiccoder777-agentic-claude-gate-resume/SKILL.md

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

Full documentation available on GitHub

View Source Repository