Check if it is safe to close a Claude Code session without forgetting unfinished work.
Get a short list of loose threads before walking away from a conversation.
Use as a quick checkpoint before ending a coding session in Claude Code.
| ravsau/wrap | 100/dotfiles | abdellaouiamir/palworld-server | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Shell | Shell | Shell |
| Last pushed | — | 2016-11-18 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 1/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Clone the repo and run the install script, if the /wrap command does not appear, start a new Claude Code session.
wrap is a small skill for Claude Code that checks whether you can safely close your current session. When you run the /wrap command, it reviews the conversation you are in right now and gives you one of two answers: STOP or CONTINUE. STOP means you are clear to close the window, and it lists any loose threads so you do not forget them. CONTINUE means there is still something in that session worth finishing before you walk away. The skill deliberately keeps its scope narrow. It does not scan your backlog, look at other sessions, or invent new work for you to do. It only looks at the current conversation and tells you if that specific session has unresolved items. This makes it a simple checkpoint tool: before you close a tab or end a session, you ask it whether anything is hanging, and you get a direct answer plus a short list if anything is still open. Installation is straightforward. You clone the repository, move into the folder, and run the install script. After that, you type /wrap inside any Claude Code session. If the command does not show up right away, starting a new session fixes it. There is also a plugin marketplace route, where you add the marketplace, install the plugin, and reload your plugins. That path gives you /wrap:wrap because plugins are namespaced, while the direct installer gives you the bare /wrap. The README is short and to the point. It covers what the skill does, how to install it, and one planned improvement for a future version. The planned feature is a HANDOFF verdict: when work should continue but in a fresh session, the skill would produce a paste-ready summary you could carry into the next one. That idea is listed but not yet built. Beyond that, there is no further documentation, configuration options, or usage examples. The license is MIT.
A Claude Code skill that adds a /wrap command which checks your current conversation for loose threads and tells you whether it is safe to close the session or if you should keep working.
Mainly Shell. The stack also includes Shell, Claude Code.
MIT license, use freely for any purpose including commercial, just keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.