← Back to hub

Daily Digest — April 29, 2026

Top 15 hottest Claude Code ecosystem items from the past 72 hours.

Claude Managed Agents Memory (Public Beta)

Memory for Claude Managed Agents entered public beta on April 23 under the standard `managed-agents-2026-04-01` header — no waitlist, no separate access request. Memories are stored as a workspace-scoped folder of Markdown files that agents read, write, and update using the same bash/code execution tools they already use. Early adopters include Netflix, Rakuten, Wisedocs (97% reduction in first-pass errors), and Ando (30% speed increase in document verification). Audit trails log every memory change per session; memories are browsable and editable directly in the Claude Console.

anthropic cost
memory
Add managed-agents-2026-04-01 beta header — see docs at platform.claude.com/docs/en/managed-agents/memory

antigravity-awesome-skills

35.7k stars — installable library of 1,436+ agentic `SKILL.md` playbooks spanning planning, coding, debugging, testing, security review, infrastructure, and product work. v10.7.0 released April 26. Single CLI installs the full catalog or a role-based bundle; tool-specific flags (`--claude`, `--cursor`, `--gemini`, `--codex`, `--antigravity`) write only what each agent needs. Hosted web interface and local browsable catalog included. The cross-agent support means your skill investments transfer if you switch tools.

skill viral
agent · terminal · security · testing
npx antigravity-awesome-skills

wshobson/agents

34.5k stars, updated April 28 — production-grade multi-agent system combining 184 specialized AI agents, 16 orchestrators, 150 skills, and 78 focused single-purpose plugins for Claude Code. Three-tier model strategy built in: Opus for critical reasoning, Sonnet for complex tasks, Haiku for routine operations. New this week: PluginEval quality evaluation framework, Agent Teams plugin for parallel workflows, and Conductor plugin for context-driven track-based development. Install with one marketplace command.

skill
plugin · agent · viral · marketplace
/plugin marketplace add wshobson/agents

Claude Code System Prompts + tweakcc

9.7k stars — every string in Claude Code's instruction architecture extracted from the compiled source, updated within minutes of each release. Tracks 110+ strings across the main system prompt, 24 builtin tool descriptions, Plan/Explore/Task sub-agent prompts, CLAUDE.md templates, and 40+ system reminders — all tagged per version so `git diff v2.1.122..v2.1.123` shows exactly what Anthropic changed. **Updated today for v2.1.123.** Companion tool `tweakcc` lets you customize individual prompt pieces as Markdown files and patch your local Claude Code installation, making it the only way to surgically adjust Claude Code's behavior without forking.

cost
anthropic · viral
See README (browse on GitHub; install companion: npx tweakcc)

awesome-claude-code-subagents (VoltAgent)

18.7k stars — 131 specialized Claude Code subagents across 10 categories (core development, language specialists, infrastructure, security, data/AI, and business functions), each running in its own isolated context window so tasks don't cross-contaminate. Smart model routing automatically selects Opus, Sonnet, or Haiku per subagent based on task complexity. Standardized template structure makes it easy to add team-specific subagents. Interactive `install-agents.sh` lets you pick by category.

skill
plugin · subagent · context · viral · security
./install-agents.sh  (or: claude plugin install <plugin-name>)

claw-code

185k+ stars — clean-room Rust rewrite of the Claude Code agent harness, initiated April 1 after security researcher Chaofan Shou found the complete 512K-line TypeScript source in the npm package. Sigrid Jin (world's most active Claude Code user by token count) leads the project. 109k forks; active Discord; not affiliated with Anthropic.

viral
harness · anthropic · security
git clone https://github.com/ultraworkers/claw-code && cd claw-code/rust && cargo build --workspace
↑ Day 7 — 185k+ stars; Rust rewrite actively merging contributors

awesome-agent-skills (VoltAgent)

19.2k stars — 1,100+ agent skills curated from official engineering teams at Anthropic, Google, Vercel, Stripe, Cloudflare, Netlify, Microsoft, Hugging Face, Figma, and more. The pitch: 'hand-picked, not AI-slop generated.' Compatible with Claude Code, Codex, Gemini CLI, Cursor, and GitHub Copilot. Browse the full catalog at officialskills.sh. Positioned as the authoritative source for production-grade skills backed by the companies that built the APIs.

skill
anthropic · viral · terminal
See README (browse at officialskills.sh)
↑ Day 2 — 19.2k stars; the official-team-curated alternative to community lists

graphify

36.3k stars — turns any folder of code, docs, papers, images, or videos into a queryable knowledge graph wired into Claude Code via a PreToolUse hook. v0.5.0 benchmarks: 70x fewer tokens per search vs brute-force reads. Covered by @charlieautomates as core to their 'replaces OpenClaw' stack.

cost
memory · token · viral
uv tool install graphifyy && graphify install
↑ Day 3 — 36.3k stars; knowledge-graph context narrowing still the strongest token-reduction pattern

CodeBurn

4.3k stars — TUI dashboard that shows where your AI coding tokens actually go, by reading Claude Code's JSONL session transcripts from disk (no proxy, no wrapper, no API key). Classifies every turn into 13 task categories, tracks one-shot success rates vs retry-burn spirals, and surfaces cost per task type across Claude Code, Codex, Cursor, and GitHub Copilot. macOS menubar app updated April 25.

cost
token · proxy · viral
npm install -g codeburn
↑ Day 3 — 4.3k stars; Show HN post climbing

claude-code-plugins-plus-skills (jeremylongshore)

2k stars — open-source Claude Code marketplace with 423 plugins, 2,849 skills, and 177 agents, browsable at tonsofskills.com. The `ccpi` CLI package manager (`pnpm add -g @intentsolutionsio/ccpi`) makes install as fast as `ccpi install devops-automation-pack`. Covers 18+ categories including SaaS packs for ClickUp, Algolia, Fly.io, and Intercom. All MIT-licensed, updated daily by GitHub Actions.

skill
viral · marketplace · terminal
pnpm add -g @intentsolutionsio/ccpi && ccpi install <pack-name>
↑ Day 2 — 2k stars; fastest-growing community marketplace

claude-code-best-practice (shanraisshan)

47.6k stars — the community's definitive agentic engineering guide: 82+ actionable tips across 11 categories, including 6 directly from Boris Cherny (the Anthropic engineer who built Claude Code). Covers every major feature: subagents, Routines, Ultraplan, Ultrareview, Channels, Devcontainers, Computer Use, hooks, MCP, and context management. The Routines + Memory section is newly relevant now that Managed Agents Memory entered public beta.

skill
mcp · agent · memory · context · anthropic · viral
See README
↑ Day 6 — 47.6k stars; Managed Agents Memory section gaining traffic

Almanac MCP

Show HN: an MCP that installs proper web access into Claude Code and other coding agents, described as 'turn Claude Code into a Deep Research agent.' One-command setup — `npx openalmanac setup` — adds structured web-search and crawl tools via the MCP protocol, giving Claude Code live access to documentation, papers, and web content without copy-paste workflows.

mcp
scraping
npx openalmanac setup
↑ Day 3 — deepening discussion in HN thread; web-access for Claude Code still the #1 requested workflow

claude-context (Zilliz)

9.8k stars — MCP plugin that adds full-codebase semantic search to Claude Code and other agents via hybrid BM25 + dense-vector retrieval (Milvus/Zilliz Cloud backend). Natural language queries across your entire repo surface precisely the relevant files without manual inclusion. Supports Claude Code, Cursor, Windsurf, Claude Desktop. Requires an OpenAI API key for embeddings and a Zilliz Cloud endpoint.

mcp
plugin · viral · search
See README (requires OpenAI API key + Zilliz Cloud)
↑ Day 3 — 9.8k stars; hybrid BM25+dense retrieval differentiates it from pure-vector alternatives

Claude Code v2.1.122 / v2.1.123 (April 28–29)

Two releases in 24 hours. v2.1.122 (April 28): paste any PR URL into `/resume` — GitHub, GitLab, GitHub Enterprise, or Bitbucket — and Claude Code finds the session that created it; no more hunting through session IDs. Also ships `ANTHROPIC_BEDROCK_SERVICE_TIER` for Bedrock flex/priority/default tier selection, image auto-resize to 2000px, and OAuth token handling fixes. v2.1.123 (April 29, today): patches a 401 retry loop when `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` is set.

anthropic
npm update -g @anthropic-ai/claude-code  # → v2.1.123

caveman

"Why use many token when few token do trick" — 47.8k+ stars. Cuts ~65–75% output tokens and ~46% input tokens while preserving technical accuracy. One-line install for Claude Code, Cursor, Windsurf, Copilot, Gemini CLI, and 40+ others. Still the first recommendation in every r/ClaudeAI budget thread.

cost skill
plugin · token · marketplace · terminal
claude plugin marketplace add JuliusBrussee/caveman && claude plugin install caveman@caveman
↑ Day 10 — 47.8k+ stars; fading but still #1 cost-reduction recommendation