← Back to hub

April 2026 Catchup

Top 15 hottest Claude Code items trending in April 2026.

#1. Claude Design

Anthropic launched Claude Design on April 17 — Opus 4.7-powered tool that generates prototypes, slides, and one-pagers from prompts while reading your codebase and design files to apply your design system. Research preview for Pro/Max/Team/Enterprise; Figma stock dropped 7.28% on launch day.

anthropic design
frontend
Available at claude.ai (Pro/Max/Team/Enterprise)

#2. Claude Opus 4.7

Released April 16: 87.6% SWE-bench in new xhigh effort mode, 98.5% visual acuity, 3.75MP images (3× higher than Opus 4.6), and /ultrareview for parallel multi-agent cloud code review. Price unchanged at $5/M input, $25/M output; Auto mode now available to Max subscribers.

anthropic
agent · review

#3. Claude Code v2.1.111–2.1.114

Four releases in four days (Apr 15–18): CLI now spawns a native binary instead of bundled JS, sandbox network domain blocking, OSC 8 clickable URLs in terminal, /tui fullscreen mode, push notifications, /less-permission-prompts skill, and plan files auto-named after the prompt.

anthropic
skill · terminal

#4. CC-Beeper

Floating macOS pager for Claude Code: see what agents are doing, respond by voice, and never miss a permission prompt. 100% Swift, zero dependencies, fully local, no telemetry — hit #6 on Product Hunt daily on April 15 with 220 upvotes.

design viral
brew install --cask cc-beeper

#5. Masko Code

Desktop mascot companion that watches your Claude Code agents and shows speech bubbles for permission requests — ships with Clippy and community mascots, or generate custom ones at masko.ai. Free, MIT-licensed, 100% local.

design viral
audio
Download DMG from masko.ai

#6. Understand-Anything

Multi-platform Claude Code plugin (8.6k stars, v2.3.1 Apr 12) that renders a visual knowledge graph plus business logic dashboard for any codebase — tagline 'graphs that teach > graphs that impress'. Supports all major IDEs via the plugin marketplace.

design plugin
memory · viral · marketplace
/plugin install understand-anything

#7. caveman

"Why use many token when few token do trick" — the viral meme-skill (39.7k stars) that cuts ~65–75% output tokens and ~46% input tokens while preserving technical accuracy. Arjan Brussee's LinkedIn post spawned 30+ comments; launched on Product Hunt this week.

cost viral skill
plugin · token · marketplace
claude plugin marketplace add JuliusBrussee/caveman && claude plugin install caveman@caveman

#8. code-review-graph

MCP server (11.7k stars, v2.3.2 Apr 14) that builds an AST knowledge graph with tree-sitter + SQLite, delivering 6.8× fewer tokens on code reviews and up to 49× on daily tasks. Plugs straight into Claude Code's MCP config with a single pip install.

mcp cost
memory · token · viral
pip install code-review-graph && code-review-graph install && code-review-graph build

#9. claude-mem

Plugin (46k+ stars, gained 3k in a single day) that auto-captures sessions, compresses them with the Claude Agent SDK, and injects relevant context at the start of the next session. Uses SQLite + Chroma vector search; cross-platform.

viral plugin cost
npx claude-mem install

#10. everything-claude-code

Agent harness optimization framework with 48 agents, 183 skills, 34 language rules, and 14+ MCP configs (162k stars). v1.10.0 April 2026 added a desktop dashboard GUI and launched the ECC 2.0 alpha — the community calls it the 'Claude Code distro'.

viral skill plugin
mcp · harness
./install.sh --profile full

#11. get-shit-done

Spec-driven meta-prompting system for Claude Code (55.2k stars, updated April 19) with five slash commands: /gsd-new-project, /gsd-plan-phase, /gsd-execute-phase, /gsd-spike, and /gsd-sketch. Enforces a structured plan-then-build loop that prevents runaway agent sessions.

viral skill
npx get-shit-done-cc@latest

#12. claude-squad

Terminal app (7.1k stars) for managing multiple Claude Code, Codex, and Gemini agents in parallel — each in its own isolated git workspace with a tmux pane. Supports any agent that speaks the Claude Code protocol.

viral plugin
terminal
curl -fsSL https://raw.githubusercontent.com/smtg-ai/claude-squad/main/install.sh | bash

#13. claude-code-plugins-plus-skills

Open-source marketplace index with 423 plugins, 2,849 skills, and 177 agents (2k+ stars). The ccpi CLI lets you search and install anything from the index with a single command.

marketplace
plugin · terminal
pnpm add -g @intentsolutionsio/ccpi && ccpi install [plugin-name]

#14. awesome-claude-plugins (ComposioHQ)

Curated list of 40+ Claude Code plugins (1.4k stars) led by connect-apps — a flagship plugin with 500+ integration connectors — plus frontend-design, CCHub, and other high-signal picks.

marketplace plugin
design · frontend · viral
See README

#15. levnikolaevich/claude-code-skills

Full dev lifecycle plugin suite (413 stars): 7 core plugins covering planning through deployment, plus three MCP servers (hex-line, hex-graph, hex-ssh) for graph visualization and remote SSH sessions inside Claude Code.

plugin mcp
viral · marketplace
/plugin marketplace add levnikolaevich/claude-code-skills