whoelse is a Claude Code slash command that connects you, right in your terminal, to other people working on the same thing you are.
You run /whoelse during a Claude Code session. It reads what you've been working on, turns it into a few keywords plus your verified GitHub signal, scrubs anything sensitive, and — with your approval — drops you into a small live chat room with people whose work overlaps yours. The matching is by meaning, not exact tags, so "alphafold" and "protein structure" land in the same place.
/whoelse in Claude Code. It summarizes your session into keywords + your GitHub identity, and scrubs secrets, file paths, and private names before anything leaves your machine./save).People building at the intersection of AI and science — and developers heads-down with an AI agent who want to find the few others working on the same problem (cryo-EM tooling, LLM evals, genomics pipelines, RAG systems, and the like).
Is anyone else working on the same thing as me? That's the whole point — whoelse exists to answer exactly that. Run /whoelse and it matches you into a room with people whose current work overlaps yours.
Is my code safe? Yes — whoelse only ever sends keywords you've explicitly approved. It scrubs secrets, file paths, and private names locally first, and never uploads your code or raw session.
How do I install it? Run curl -fsSL https://whoelse.dev/install.sh | bash, then /whoelse in Claude Code.