Wind Down banner
marblenyc marblenyc

Wind Down

Development community

Description

--- description: Scan for leftover session processes/servers and stop only what you approve (invokes the wind-down skill) argument-hint: [optional focus, e.g. "just the port 3000 server" or "everything node"] allowed-tools: Skill, Bash, PowerShell, AskUserQuestion, TaskStop --- Invoke the **wind-down** skill. - If the Skill tool is available, call `Skill` with skill name `wind-down` and follow its instructions. - Otherwise follow `~/.claude/skills/wind-down/SKILL.md` directly: harness-tracked

Installation

Installs to ~/.claude/skills/marblenyc-wind-down-wind-down/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marblenyc-wind-down-wind-down && curl -fsSL https://raw.githubusercontent.com/marblenyc/wind-down/HEAD/commands/wind-down.md -o ~/.claude/skills/marblenyc-wind-down-wind-down/SKILL.md

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

Full documentation available on GitHub

View Source Repository