55.4k stars (5.9k forks) — Composio's curated 78+ automation skills wire Claude to 1,000+ SaaS apps (Slack, Linear, GitHub, Stripe, Notion, Salesforce, HubSpot) via a single connect-apps plugin. Skills run identically in Claude.ai, Claude Code, and the API.
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.
designplugin
memory · viral · marketplace
/plugin install understand-anything
↑ Day 2 — consistently top-cited codebase visualization tool this week
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.
designviral
brew install --cask cc-beeper
↑ Day 2 — PH launch momentum; referenced heavily in r/ClaudeCode threads
Code search MCP for Claude Code (6.4k stars): indexes your entire codebase with AST-aware chunking, stores embeddings in Milvus/Zilliz Cloud, and cuts ~40% of tokens vs loading whole directories. Hybrid BM25 + dense vector queries; Merkle-tree incremental re-indexing means only changed files are re-processed.
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.
"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.
costviralskill
plugin · token · marketplace
claude plugin marketplace add JuliusBrussee/caveman && claude plugin install caveman@caveman
↑ Day 2 — still trending; LinkedIn engagement ongoing
GitHub shipped native `gh skill` in CLI v2.90.0 (April 16, public preview): discover, install, update, and publish agent skills directly from any GitHub repo. Targets Claude Code with `--agent claude-code --scope user`; every release is SHA-pinned so supply chain tampering is detectable with `gh skill update`.
16.7k stars — 1,100+ hand-picked agent skills from official dev teams at Anthropic, Google, Vercel, Cloudflare, Stripe, and Microsoft plus community contributions. "Hand-picked, not AI-slop generated" — works across Claude Code, Codex, Gemini CLI, and Cursor via the new `gh skill` command.
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.
viralplugincost
npx claude-mem install
↑ Day 2 — 46k+ stars; community calling it essential for long multi-day projects
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.
viralskill
npx get-shit-done-cc@latest
↑ Day 2 — updated April 19 (yesterday); fresh commit activity
Single-command skill syncer (v0.19.3, April 19): `skillshare sync` pushes your skills, agents, rules, and commands to 50+ AI platforms simultaneously — Claude Code, Codex, Cursor, OpenClaw, and more. Shipped as a zero-dependency Go binary with built-in prompt-injection and data-exfiltration security scanning plus a web dashboard.
skill
security
curl -fsSL https://raw.githubusercontent.com/runkids/skillshare/main/install.sh | sh
Released April 20: /resume is up to 67% faster on sessions over 40MB, MCP startup with multiple stdio servers is deferred (faster launch), and thinking now displays inline progress — "still thinking" → "thinking more" → "almost done thinking". Security fix: sandbox auto-allow no longer bypasses dangerous-path checks for rm/rmdir.
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.
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'.
viralskillplugin
mcp · harness
./install.sh --profile full
↑ Day 2 — 162k stars, ECC 2.0 alpha discussion active on Reddit