Whatsup — AI skill for Claude Code
AI agent skill: render the current session as a compact status panel (goal, progress, timeline).
How to install Whatsup
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open its-ahoh/whatsup and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Whatsup does
AI agent skill: render the current session as a compact status panel (goal, progress, timeline).
Alternatives in AI
- Open Multi Agent — TypeScript multi-agent orchestration engine — one runTeam() call from goal to result 5.8k ★
- CodeIsland — Real-time AI coding agent status panel in your MacBook notch — live status, approvals & replies for 13 AI tool 2.3k ★
- LongHorizon Harness — The long-horizon computer-use harness 1.3k ★
README
whatsup
An agent skill that renders the current session as a compact, fixed-width **status panel** — goal, progress, status, next action, and a recent timeline — inspired by the [Codey](https://github.com/its-ahoh/codey/) Mac app's Task HUD.
┌─ STATUS ───────────────────────────────────────────────┐
│ GOAL Wire up auth token refresh │
│ silently renew expired tokens so users stay │
│ logged in across restarts │
├────────────────────────────────────────────────────────┤
│ STATE [working] ████████░░ 78% · step 4 / 5 │
├────────────────────────────────────────────────────────┤
│ NEXT Add retry on 401 responses │
│ wrap fetch in interceptor │
├────────────────────────────────────────────────────────┤
│ RECENT • refresh endpoint added — 2m ago │
│ • token store wired — 8m ago │
│ • added interceptor with retry and back- │
│ off on expired tokens — 12m ago │
└────────────────────────────────────────────────────────┘
Install
Clone into your agent's skills directory. For Claude Code:
git clone https://github.com/its-ahoh/whatsup.git ~/.claude/skills/whatsup
For other agents, clone into wherever that agent loads skills from.
Usage
Invoke it mid-task to get a snapshot of where things stand:
/whatsup- or just ask: "whatsup", "what's up", "where are we", "summarize progress"
The panel is a fixed **58-column** outlined box that wraps long lines so it fits a narrow terminal, with right-aligned timestamps that form a clean column. See [`SKILL.md`](SKILL.md) for the full format spec.
Related Skills
AgentMonitor
An AgentMonitor for managing multiple Claude Code or Codex session states, monitoring pending confirmation, co
Claude Usage Panel
See your Claude Code plan usage everywhere: GNOME top bar, macOS menu bar, a status line under the Claude Code
ClaudeCodeStatusLine
Display real-time Claude Code model info, token usage, and rate limits in a compact status line without affect
Gsd Omp
Oh My Pi host plugin for the GSD Embeddable Orchestration System — extension bindings, slash-command surface,
Multipov Performance
Run a multi-agent performance-focused code review on $ARGUMENTS (default: current branch changes) via the mult
Multipov Reliability
Run a multi-agent reliability-focused code review on $ARGUMENTS (default: current branch changes) via the mult
Related Agents
Status
Display the current status of the Conductor project, including overall progress, active tracks, and... - wshob
Summarize
Gather current session context for compact survival using Aspy data
Doc Maintainer
Use proactively for documentation maintenance (HANDOFF, ROADMAP, CHANGELOG, ADR, lecons, code-map). Invoke at