Wims — Development skill for Claude Code
Where Is My Session — find, preview and resume any Claude Code session, from any folder.
How to install Wims
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open pluginslab/wims and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Wims does
Where Is My Session — find, preview and resume any Claude Code session, from any folder.
Alternatives in Development
- Earnings Preview — 财报前预览 — 一致预期对照 + 行业观察指标 + Bull/Base/Bear 三情景 + 催化剂清单 + 预期波幅 6.6k ★
- Maestro Session Manage — Manage a v3 Session — inspect status/resume-view, review knowledge candidates, complete, archive/unarchive 530 ★
- Harness Remote — Native-session control plane for Codex, Claude Code, OpenCode, OMP and PI 356 ★
README
wims: where is my session
**Find, preview and resume any Claude Code session, from any folder.**
[](https://github.com/pluginslab/wims/actions/workflows/ci.yml) [](https://www.npmjs.com/package/@pluginslab/wims) [](LICENSE) [](https://nodejs.org)
You started a Claude Code session about that webhook bug. It was a good session. It was also three days and forty folders ago, and `claude --resume` only lists sessions for the directory you happen to be standing in. So you either remember where you were, or you lose the thread.
`wims` lists **every** Claude Code session on your machine, wherever you started it. Search it, preview it, hit enter, and your shell lands *in that folder* with the conversation resumed.

Install
Requires **Node 20+**, and the `claude` CLI to actually resume anything.
From npm
npm install -g @pluginslab/wims
That gives you the `wims-tui` binary. To get the `wims` command that also moves your shell, install the shell function once:
mkdir -p ~/.config/wims
wims-tui --print-shim > ~/.config/wims/wims.sh
echo '[ -f ~/.config/wims/wims.sh ] && . ~/.config/wims/wims.sh' >> ~/.zshrc
Use `~/.bashrc` for bash. For fish, drop it straight into the autoload directory and skip the sourcing line entirely:
wims-tui --print-shim fish > ~/.config/fish/functions/wims.fish
Open a new shell and run `wims`.
Writing the shim to a file is deliberate. `eval "$(wims-tui --print-shim)"` in your rc file also works, but it starts Node on every single shell you open.
From source
git clone https://github.com/pluginslab/wims.git
cd wims
./install.sh
``
Related Skills
Zehn
Fuzzy-find any prompt across claude, codex, pi & opencode histories, then resume that session. Fast Zig TUI.
Find Claude Session
Find Claude sessions by searching content and return resume command
Find Footage
Search and download stock footage from Pexels for your Remotion project. Provide a description of what you nee
Resume From
Continue coding sessions across Pi, Claude Code, and Codex with a preview-first native handoff.
Bib Coverage
Compare a project .bib against a Paperpile project/topic folder to find
Lantern
A terminal board for the conversations your coding agents leave behind — Claude Code and five more — grouped b
Related Agents
Chronicler
You are a specialized session analyst. Your job is to analyze past sessions, extract learnings, and find relev
Deployment Expert
Specializes in Vercel deployment strategies, CI/CD pipelines, preview URLs, production promotions, rollbacks,
Code Preview.Nvim
A Neovim plugin that shows a live diff preview of AI coding agent's file edits before you accept or reject the