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

Ops Dashboard OpenClaw: Local-First Dashboard for Solo Devs with Multiple Repos
A solo developer built ops-dashboard, a local-first app that indexes Obsidian vaults, repos, and logs into a single queryable dashboard. BYOK, MIT-licensed, no cloud required.

OpenClaw Setup on Ubuntu UTM VM with LLM API and Ollama Access
A user successfully configured OpenClaw in a sandboxed Ubuntu VM on an M3 Mac, with access to both local Ollama on macOS and external LLM APIs like Gemini, Claude, and DeepSeek. Sample configuration files and troubleshooting notes are available on GitHub.

Reverse-engineered Claude Design System Prompt for slop-free AI UI agents
Open-source system prompt that replaces generic SaaS trope output with a disciplined design philosophy: WCAG, real CSS Grid, token-based systems, and 14 procedural skills.

Beagle SCM: A Source Code Management System That Stores AST Trees
Beagle is an experimental source code management system that stores abstract syntax trees instead of binary blobs, using a CRDT-ish data format called BASON and backing storage with key-value databases like RocksDB.