Games · Claude Code mod cc-arcade
Nine games above the prompt — Snake, Tetris, Doom, 2048, Minesweeper, Flappy, Pong, typing, Invaders — plus a pet fed by Claude’s work.
45 mods listed · vote for the ones you want as mod of the day.
Explore function-hook mods that run inside Claude Code. Choose a category, open a repository-backed listing and follow the install guide.
Games · Claude Code mod Nine games above the prompt — Snake, Tetris, Doom, 2048, Minesweeper, Flappy, Pong, typing, Invaders — plus a pet fed by Claude’s work.
Games · Claude Code mod A first-person pixel-art shooting gallery above the Claude Code prompt, playable while Claude works.
Games · Claude Code mod Four arcade games — /racer, /breakout, /dino, /shooter — that react to Claude’s real edits, tests and commits.
Games · Claude Code mod Wild creatures appear above the prompt based on where your prompt leads; catch them and level a partner as Claude works.
Games · Claude Code mod The Chrome offline dinosaur game, above the Claude Code prompt.
Games · Claude Code mod Embeds real SDL programs — games, RetroArch, ScummVM — as pixel-graphics panels above the prompt; Claude can even play them.
While You Wait · Claude Code mod A guided breathing animation above the prompt while Claude thinks — coherent, box, 4-7-8 or a physiological sigh — gone when the answer lands.
While You Wait · Claude Code mod A 260K-parameter TinyStories transformer running inside Claude Code writes a short story above the prompt about whatever Claude is working on.
Dashboards & HUDs · Claude Code mod A btop-style live dashboard: context fill, tokens, cost, cache hits, rate limits, per-tool latency and subagents.
Dashboards & HUDs · Claude Code mod A live /context line under the prompt: context-window fill, growth per turn and turns left before auto-compaction.
Dashboards & HUDs · Claude Code mod Your 5-hour and 7-day plan windows as a pinned line with reset countdown and a burn-rate projection.
Dashboards & HUDs · Claude Code mod A pinned line with session cost, the last turn’s tokens and the cache hit ratio; /ledger opens a table of recent turns.
Starters & Other · Claude Code mod The minimal demo mod: a live token and cost panel above the prompt with clickable buttons and its own animation thread.
Workflow & CI · Claude Code mod /flow opens a live tree of the session’s subagents and teammates beside the transcript.
Workflow & CI · Claude Code mod Replaces the Workflow progress list with a live graph: phases as columns, agents as nodes with state, cost and model, click a node for its prompt and answer.
Workflow & CI · Claude Code mod Watched pull requests as lines above the prompt: merge state, review decision, required checks, and a toast when one changes.
Workflow & CI · Claude Code mod GitHub Actions runs for the session’s repo pinned above the prompt with links to the PR and the run.
Workflow & CI · Claude Code mod Pins the linked project’s Vercel deploy queue under the prompt, one line per deploy, woken by a push or merge.
Workflow & CI · Claude Code mod A phase gate for coding agents where shell checks, not the model, decide pass or fail; ships a run pane for Claude Code.
Workflow & CI · Claude Code mod /q <text> while Claude works queues prompts in a reorderable stack above the prompt, sent one by one when the turn ends.
Workflow & CI · Claude Code mod Runs OpenAI Codex and Google Antigravity as detached execution lanes inside Claude Code, with in-session tools and a browser dashboard.
Safety & Privacy · Claude Code mod Stops a session before it runs past a budget: warns near a cost or plan-window limit, then refuses tool calls and asks before the next prompt.
Safety & Privacy · Claude Code mod Swaps secrets, email addresses and IPs for stable placeholders before the model reads them, and restores them on the way into a tool call.
Safety & Privacy · Claude Code mod Client-side redaction of API keys and sensitive identifiers from Read, Bash and Grep output before it reaches the model.
Memory & Context · Claude Code mod A read-only side chat in a pane: ask about the session so far and a tool-less fork of the transcript answers.
Memory & Context · Claude Code mod Segmented, scoped long-term memory — identity, procedural, episodic — in one SQLite file; wakes at session start, recalls on every prompt.
Memory & Context · Claude Code mod Repo-local memory and durable tasks that learn from your conversations, as a function-hooks plugin.
Interface & Rendering · Claude Code mod Every ```mermaid block Claude writes is drawn as colour box art in the transcript, right where the fence was.
Interface & Rendering · Claude Code mod Draws the time you sent each message above it in the transcript.
Interface & Rendering · Claude Code mod Retells what Claude just said in plain words in a band above the prompt; nothing enters the transcript or the model’s context.
Built into Claude Code · Claude Code mod /diff opens the session’s uncommitted changes in a pane beside the transcript, file by file, refreshed as Claude edits.
Built into Claude Code · Claude Code mod The security default for organizations: keeps managed hooks, prompt content, settings and tool policy out of reach of user-installed plugins.
Built into Claude Code · Claude Code mod Adds $.telemetry (log, mark) so any plugin can record an event as a first-party analytics row; sends nothing when analytics are off.
Starters & Other · Claude Code mod /whatsnew opens an interactive pane with the unofficial Claude Code changelog: releases, search and an entry reader.
Games · Claude Code mod The offline T-rex above the prompt, with an online leaderboard by X handle. /dino auto opens it whenever Claude starts working.
Games · Claude Code mod Replaces the Working spinner with an animated ASCII slot machine: pull the lever on submit, cash in when the turn completes.
While You Wait · Claude Code mod Text chat roulette in a pane: get matched with another human who is also waiting on Claude.
While You Wait · Claude Code mod A pixel-art maid with 26 expressions in a panel beside the transcript, her face changing with Claude’s mood.
While You Wait · Claude Code mod Finds people working on the same problem as your session, matched on a 40-word public card that haiku writes from your prompts.
While You Wait · Claude Code mod Live presence and token leaderboards for a private group, inside Claude Code, with a self-hosted Cloudflare Worker and D1 relay.
Memory & Context · Claude Code mod Lossless context management: every message stored in SQLite, older context compacted into a DAG of summaries, with an in-process hooks module.
Safety & Privacy · Claude Code mod PII de-identification as a mod: placeholders go to the model, real values are restored before Edit, Write and Bash, exfiltrating tools are refused.
Starters & Other · Claude Code mod OpenTelemetry for Claude Code plugins: adds $.autotel in engine.create, traces every hook dispatch, shows tool-call duration on its row.
Starters & Other · Claude Code mod A sample mod that wraps every tool call with a running notice and a duration toast, plus /tool-stats, /skill-stats and /agent-stats.
Interface & Rendering · Claude Code mod A one-key rotate button above the prompt once the context window passes the critical band, for the cs session manager.