Environment Wrapup banner
diegovogel diegovogel

Environment Wrapup

Development community

Description

--- description: Tears down the current agent environment and runs /session-wrapup. --- The PR for this environment's work is merged. Wrap up the agent environment: 1. Note this env's name from the current worktree branch (`worktree-<name>`) before you move — once you leave the worktree, the name is harder to recover. Note the **main checkout's absolute path** too (`git rev-parse --path-format=absolute --git-common-dir`, minus the trailing `.git`); every later step uses it, because after a mov

Installation

Installs to ~/.claude/skills/diegovogel-claude-code-tools-environment-wrapup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/diegovogel-claude-code-tools-environment-wrapup && curl -fsSL https://raw.githubusercontent.com/diegovogel/claude-code-tools/HEAD/commands/environment-wrapup.md -o ~/.claude/skills/diegovogel-claude-code-tools-environment-wrapup/SKILL.md

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

Full documentation available on GitHub

View Source Repository