Wrap Up banner
thefilesareinthecomputer thefilesareinthecomputer

Wrap Up

Git community

Description

--- description: Full session closeout in one pass - reflect, then notes, then the git sync ritual, ending with the work pushed and the tree clean on the branch the repo's workflow says work belongs on. --- Invoke the `wrap-up` skill. Close out this session end to end. Three existing skills run in order; this command owns the sequence, the handoffs and the guards between them, not their procedures. **Fetch first, before anything else.** Inbound commits from another machine change what is true

Installation

Installs to ~/.claude/skills/thefilesareinthecomputer-dotagents-wrap-up/SKILL.md

Terminal
mkdir -p ~/.claude/skills/thefilesareinthecomputer-dotagents-wrap-up && curl -fsSL https://raw.githubusercontent.com/thefilesareinthecomputer/dotagents/HEAD/commands/wrap-up.md -o ~/.claude/skills/thefilesareinthecomputer-dotagents-wrap-up/SKILL.md

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

Full documentation available on GitHub

View Source Repository