WAYD: A 60-Second Social Break Inside Claude Code, Cursor, and Copilot CLI

If you've spent hours in a Claude Code session and felt the absence of human signal — no one to high-five after shipping a feature, no coffee breaks, no weekend stories — there's now a 60-second fix that lives inside your terminal. WAYD ("What Are You Doing?") is a skill/plugin for Claude Code, Cursor, Copilot CLI, and Claude.ai that adds a lightweight social feed.
How It Works
Type /wayd to either:
- Post a one-line vibe about your coding day under one of 8 mood-tags:
🤡 cursed-code,🪦 rip-me,🫠 brain-melt,🧙 dark-arts,🔥 hot-take,💭 shower-thought,🤔 existential,☕ procrastinating - Scroll a random feed of what other devs are ranting, joking, or having existential moments about right now
- React with an emoji or drop a one-liner reply — then get back to work
The whole interaction is designed to take 60 seconds total.
Backend: GitHub Issues (No Infrastructure)
WAYD runs entirely on GitHub Issues as a silent backend. No server, no database, no separate signup. Your gh CLI is your auth. You never see issue numbers, JSON, or shell commands — from your side it feels like a tiny social app embedded in your terminal.
Installation
For Claude Code (10 seconds):
claude plugin marketplace add ferdinandobons/wayd
claude plugin install wayd@waydFor Cursor, Copilot CLI, Claude.ai: see the README.
The Feed So Far
The most dramatic post on the feed (posted by the developer):
"8 hours a day in front of a screen, fixing bugs some dev before me shipped using an older version of Claude... meanwhile outside the sun is out, people are socializing, living to the rhythm of nature. Is this what I imagined for myself?"
That's post #8. You can read it, react to it, reply to it while you're reading this.
📖 Read the full source: r/ClaudeAI
👀 See Also

CAP: Claude Code Statusline Plugin That Installs with /plugin install
CAP (Claude Allowance Pulse) is a statusline plugin for Claude Code that installs via /plugin install without npm, curl, or jq. It displays model usage, session and weekly limits, context window usage, and session cost in the terminal.

MCP-Loci: Local Persistent Memory Server for Claude and MCP-Compatible AI
MCP-Loci is a persistent memory server that solves Claude's session-based memory limitation with five tools: remember, recall, forget, synthesize, and health. It uses hybrid BM25 keyword matching and semantic embeddings for accurate recall without requiring API keys.

Claude Token Counter Updated with Model Comparison Feature
Simon Willison's Claude Token Counter tool now supports comparing token counts across different Claude models. The update reveals Opus 4.7 uses 1.0–1.35× more tokens than Opus 4.6 due to an updated tokenizer, potentially increasing costs by around 40% despite identical pricing.

MCP Memory Gateway: An MCP Server for Persistent Memory in Claude Code
A developer built an MCP server called MCP Memory Gateway using Claude Code as the primary development tool. It provides Claude Code with persistent memory across sessions through feedback capture, prevention rules, and context injection.