compota334

Revisit — Development skill for Claude Code

Development community

Find an old session in the handoff library and get the command to reopen its conversation.

How to install Revisit

Installs to ~/.claude/skills/compota334-relevio-revisit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/compota334-relevio-revisit && curl -fsSL https://raw.githubusercontent.com/compota334/relevio/HEAD/commands/revisit.md -o ~/.claude/skills/compota334-relevio-revisit/SKILL.md

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

What Revisit does


description: Find an old session in the handoff library and get the command to reopen its conversation argument-hint:

Find an old session in the library and give back the exact command to reopen its conversation. The query is: $ARGUMENTS (a topic, date, or fragment of a session title; if empty, ask what the user is looking for).

  1. Search docs/handoff/INDEX.md (dates, session names, topics, summaries) and, if needed, grep the handoff files

Alternatives in Development

  • Epic Unblock — Sweep blocked epic issues and reopen anything whose dependencies are closed 243.5k ★
  • Create Handoff — You are tasked with writing a handoff document to hand off your work to another agent in a new session 10k ★
  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★

Full documentation available on GitHub

View Source Repository