← All posts

AI + Dev Digest — May 25, 2026

Code knowledge graphs dominate GitHub trending as the AI coding agent ecosystem matures with new plugins, education resources, and team orchestration platforms.

If there's a single thread running through today's GitHub trending page, it's this: the infrastructure around AI coding agents is growing faster than the agents themselves. Developers are building the scaffolding that makes agents smarter about codebases, more configurable, and easier to deploy in team settings. The days of "here's a capable model, good luck" are giving way to a richer toolchain of plugins, graphs, and managed runtimes.

Understand-Anything: Interactive Code Knowledge Graphs

Lum1104/Understand-Anything gained nearly 4,000 stars today with a simple but powerful premise: point it at any codebase and it builds an interactive knowledge graph you can explore, search, and query in plain language. Rather than reading files linearly, you navigate a web of relationships — functions calling functions, modules importing modules — and ask questions about what you find. For developers dropped into unfamiliar codebases, or agents that need structural context before writing code, this is a meaningful step up from raw file reads.

github.com/Lum1104/Understand-Anything

Codegraph: Pre-Indexed Code Knowledge for Coding Agents

colbymchenry/codegraph picked up over 3,000 stars today with a complementary approach: a pre-indexed knowledge graph designed specifically for consumption by coding agents like Claude Code, Codex, Cursor, and others. Where Understand-Anything is built around human exploration, Codegraph is built for agent ingestion — structured, queryable context that agents can pull from without incurring the token cost of reading entire repositories. The explicit multi-agent compatibility makes it a natural fit for any team running more than one coding tool against the same repo.

github.com/colbymchenry/codegraph

Andrej Karpathy Skills: Battle-Tested Claude Code Configuration

multica-ai/andrej-karpathy-skills is deceptively minimal — a single configuration file distilling observed LLM coding behavior patterns into actionable Claude Code skill tuning. The repo earned 2,500+ stars today, suggesting it's touching a real pain point: developers who find themselves repeatedly correcting the same agent habits now have a ready-made starting point. It pairs naturally with Multica's managed agents platform (multica-ai/multica, 585 stars), which wraps coding agents in team-facing workflows so they behave like accountable collaborators rather than one-off tools.

github.com/multica-ai/andrej-karpathy-skills

AI Engineering from Scratch: End-to-End Systems Education

rohitg00/ai-engineering-from-scratch earned nearly 1,900 stars today as a structured Python curriculum for learning to build and deploy full AI systems. The repo covers the full stack from raw model calls through production deployment, filling a gap most tutorials leave open: the messy middle between "I can call an API" and "I have something I can actually ship." As AI engineering solidifies into its own discipline, opinionated end-to-end resources like this one are finding an eager audience fast.

github.com/rohitg00/ai-engineering-from-scratch

Anthropic's Official Claude Code Plugin Directory

Anthropic published anthropics/claude-plugins-official, a curated directory of high-quality Claude Code plugins maintained directly by the team, pulling in 1,173 stars on day one. A companion repo, anthropics/knowledge-work-plugins, targets knowledge workers — writing, research, and document workflows — and added 550 more. The move toward a first-party plugin registry signals that the Claude Code ecosystem is maturing: rather than each user assembling ad hoc tool collections, there's now a vetted baseline everyone can build from.

github.com/anthropics/claude-plugins-official