git404hub

what is wrap fr?

ravsau/wrap — explained in plain English

Analysis updated 2026-07-26

1ShellAudience · developerComplexity · 1/5LicenseSetup · easy

tl;dr

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.

vibe map

mindmap
  root((repo))
    What it does
      Checks current session
      Returns STOP or CONTINUE
      Lists loose threads
    How to install
      Clone and run script
      Plugin marketplace route
      Reload after install
    Use cases
      Safe close checkpoint
      Catch unfinished work
      Session handoff summary
    Tech stack
      Shell script
      Claude Code skill
    Audience
      Claude Code users
      Developers
    Planned
      HANDOFF verdict
      Paste-ready summary

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Check if it is safe to close a Claude Code session without forgetting unfinished work.

VIBE 2

Get a short list of loose threads before walking away from a conversation.

VIBE 3

Use as a quick checkpoint before ending a coding session in Claude Code.

what's the stack?

ShellClaude Code

how it stacks up fr

ravsau/wrap100/dotfilesabdellaouiamir/palworld-server
Stars111
LanguageShellShellShell
Last pushed2016-11-18
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity1/51/53/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Clone the repo and run the install script, if the /wrap command does not appear, start a new Claude Code session.

MIT license, use freely for any purpose including commercial, just keep the copyright notice.

in plain english

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.

prompts (copy fr)

prompt 1
Clone the wrap repo, run its install script, then type /wrap in my Claude Code session and tell me whether it says STOP or CONTINUE and what loose threads it lists.
prompt 2
Install the wrap plugin via the marketplace route so I get the /wrap:wrap command, then run it in my current session to check for any unresolved items.
prompt 3
Run /wrap in my Claude Code conversation and if it says CONTINUE, show me the list of things still open so I can decide whether to finish them now or in a new session.

Frequently asked questions

what is wrap fr?

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.

What language is wrap written in?

Mainly Shell. The stack also includes Shell, Claude Code.

What license does wrap use?

MIT license, use freely for any purpose including commercial, just keep the copyright notice.

How hard is wrap to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is wrap for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.