Fetching from the wire…
Top 5 · 2026-04-18 · source-backed
A single markdown file. 56,000 stars. multica-ai/andrej-karpathy-skills gained 42,000 stars in one week, making it the fastest-growing repo I've tracked this year that isn't an actual software product.
The file is derived from Karpathy's observations about LLM coding pitfalls. Drop it in your project root as CLAUDE.md and Claude Code automatically picks up the constraints. It targets five specific failure modes: making wrong assumptions without checking, over-complicating code, silently modifying unrelated files, not managing confusion actively, and being sycophantic to bad approaches.
I use a version of this in every project. My own CLAUDE.md is checked into this repo. The behavioral difference is significant. Without it, Claude Code tends toward "helpful assistant" mode, adding unnecessary abstractions, cleaning up code you didn't ask it to touch, saying "Of course!" before implementing something you both know is wrong. With the file, it surfaces assumptions explicitly, pushes back when warranted, and stays in scope.
What's happening here is bigger than one file. Addy Osmani's agent-skills repo hit 17,200 stars (+5,600 this week) with 20 production-grade engineering skills organized by development phase. Multica itself surged to 15,800 stars (+10,000 this week) as an open-source managed agents platform. ByteRover CLI 2.0 at 4,500 stars provides persistent structured memory for coding agents with a context tree architecture, scoring 96.1% on the LoCoMo benchmark.
The pattern is clear: agent configuration is becoming its own category. Not plugins. Not extensions. Config files that shape agent behavior the way .editorconfig shapes your IDE. The difference is that a misconfigured editor gives you wrong tab stops. A misconfigured agent gives you wrong architecture.
What builders should do: create a CLAUDE.md (or equivalent rules file for Cursor, Windsurf, etc.) for every project you touch. Don't copy-paste generic ones. Write constraints specific to your codebase. Document the assumptions your agent shouldn't make, the files it shouldn't touch, the patterns it should follow. Ten minutes of config saves hours of cleanup.
Each link below shares sources, entities, or timing with this story.
Forrest Chang's andrej-karpathy-skills repo is a single CLAUDE.md file distilling Karpathy's observations on LLM coding pitfalls. It topped GitHub trending with +44K weekly stars. Then the ecosystem detonated. Ten-plus related repos trended simultaneously with 70K+ combined st...
wanshuiyin/HERO-Anti-OverDefense went from creation to 68 stars in a single day. HERO is Hashing, Edge cases, Rubrics, Overbuild, and the claim is that agent over-engineering isn't diffuse but falls into four recognizable shapes suppressible with a portable prompt contract acr...
Warp released its client codebase under AGPL-3.0, surged to 56,000 GitHub stars and #2 on GitHub Trending. But the real story isn't the open-sourcing. It's the repositioning. Warp isn't calling itself a terminal anymore. It's an "agentic development environment." The product n...
Ruler (2.7K stars) solves the fragmentation problem of maintaining separate rule files for Claude Code (CLAUDE.md), Codex, Cursor, Aider, and 8+ other tools. Write once, Ruler syncs to all agent-specific formats. If you're switching between agents and your rules keep drifting,...
bradautomates/claude-video (v0.2.0, July 1) lets agents download, frame-extract, and transcribe any video via yt-dlp, ffmpeg, and Whisper, then hand it to Claude's multimodal Read (GitHub). It ships as an Agent Skill usable across 50+ agents: Claude Code, Codex, Cursor, Gemini...
VoltAgent's awesome-design-md repository packages 57 complete brand design systems as structured markdown files. Apple, Notion, Airbnb, Stripe, Uber. Drop one in your Claude Code workspace and the agent generates pixel-accurate UI matching that brand's visual language. Source:...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.