Claude-skill-registry exit

Safely terminate the current Claude Code session. Use when user explicitly asks to end session.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/exit" ~/.claude/skills/majiayu000-claude-skill-registry-exit && rm -rf "$T"
manifest: skills/data/exit/SKILL.md
source content
<!-- @agent-architect owns this file. Delegate changes, don't edit directly. --> <prerequisites> All tasks complete. Changes committed if applicable. Summarize accomplishments. </prerequisites> <execution> claude-exit </execution> <notes> Script verifies parent is 'claude' before sending SIGTERM. Fallback: tell user to type /exit or press Ctrl+D. </notes>