AI Repos Overview - krushna-pro-max/AI-Coding-Agents GitHub Wiki
A curated set of notable GitHub repositories in the Claude Code and LLM ecosystem, including the most important additions you may have missed.
1. Openclaw
⭐ ~250k+ | 🍴 5k+ — Biggest AI story of early 2026
The fastest-growing open-source project in GitHub history. OpenClaw (formerly Clawdbot → Moltbot) is a self-hosted, always-on personal AI agent created by PSPDFKit founder Peter Steinberger. It lives inside the messaging apps you already use — WhatsApp, Telegram, iMessage, Discord, Slack, and 15+ others — and actually does things: runs shell commands, manages files, browses the web, controls smart home devices, and writes its own new skills. It crossed 250k stars in roughly 60 days, surpassing React. Steinberger later joined OpenAI and the project moved to an open-source foundation. Privacy-first: everything runs on your own machine. Worth knowing for the architecture lessons alone even if you don't run it yourself.
⭐ 74.7k | 🍴 9.3k
An Anthropic hackathon-winning performance optimization system for AI coding agents. Far more than a config pack — it provides skills, instincts, memory persistence hooks, security scanning (AgentShield), continuous learning, and cross-harness support for Claude Code, Cursor, Codex, OpenCode, and Antigravity. Includes 65+ skills, 40 commands, 16 subagents, and a comprehensive test suite (997 tests). Actively maintained with regular releases.
⭐ 96.9k | 🍴 14.1k
A massive, actively growing collection of runnable LLM applications covering AI agents, multi-agent teams, RAG, voice agents, MCP integrations, memory, fine-tuning, and more. Uses models from OpenAI, Anthropic, Gemini, xAI, and open-source alternatives like Llama and Qwen. Each project is self-contained with its own README and requirements. Ideal for learning by example or finding a starting point for a new AI app idea.
⭐ 41.4k | 🍴 4k
An AI skill that injects professional design intelligence into Claude Code and 14+ other AI coding tools. When you ask for any UI/UX work, it runs a reasoning engine across 161 industry-specific rules, 67 UI styles, 161 color palettes, 57 typography pairings, and 99 UX guidelines to generate a complete, tailored design system before writing a single line of code. Supports 13 tech stacks and installs via a CLI (uipro init --ai claude) or the Claude Code marketplace.
⭐ 31k | 🍴 4.9k
A collection of 120+ meticulously crafted AI agent personalities organized into 12 divisions — Engineering, Design, Marketing, Sales, Testing, and more. Each agent ships with a distinct personality, proven workflows, and concrete deliverables. Originally built for Claude Code but includes conversion scripts for Cursor, Aider, Windsurf, GitHub Copilot, and others. Born from a Reddit thread, battle-tested in production. Think of it as assembling a dream team of AI specialists on demand.
⭐ 26.7k | 🍴 1.7k
The definitive curated directory of Claude Code resources. Selectively catalogues agent skills, hooks, slash commands, orchestrators, usage monitors, IDE integrations, CLAUDE.md examples, and alternative clients — with editorial commentary that actually helps you decide what's worth your time. PRs are handled exclusively by Claude itself. An essential bookmark for anyone building seriously with Claude Code.
⭐ 25.9k | 🍴 2.4k
An AI-powered task management system that turns a Product Requirements Document (PRD) into a structured, dependency-aware task list you can drop into Cursor, Claude Code, Windsurf, Lovable, Roo, and 13 other IDEs. The agent breaks down complex projects into prioritized subtasks, tracks progress, handles research via a configurable research model, and keeps future tasks in sync as your implementation diverges from the plan. Works with any major LLM provider; Claude Code users need no API key at all.
8. claude-mem
⭐ 18k | 🍴 1.2k
A Claude Code plugin that gives the agent persistent memory across sessions. It automatically captures tool usage and observations, compresses them with AI, stores everything in a SQLite database with Chroma vector search, and injects relevant context back into future sessions. Features a real-time web viewer UI, MCP search tools with a token-efficient 3-layer workflow, privacy controls via <private> tags, and a beta "Endless Mode." Installs in two commands via the Claude Code marketplace.
9. repomix
⭐ 20.6k | 🍴 945
Packs your entire repository into a single AI-friendly file so you can feed a whole codebase to Claude, ChatGPT, Gemini, or any LLM in one shot. Supports plain text, XML, and Markdown output; respects .gitignore; provides per-file token counts; and has a --split-output flag for large repos that exceed context limits. Also ships as an MCP server so AI agents can call it directly. One of the most practical utility tools in the AI dev ecosystem.
10. gstack
⭐ 3 | 🍴 0 — Quality over quantity
Six opinionated Claude Code workflow skills created by Y Combinator President Garry Tan. The skills map to distinct cognitive modes: /plan-ceo-review (founder taste, rethink the problem), /plan-eng-review (architecture and diagrams), /review (paranoid staff engineer, find production bugs), /ship (release engineer, sync-test-push-PR), /browse (QA engineer via a persistent Chromium daemon with sub-200ms commands), and /retro (weekly engineering retrospective with commit analytics). Low stars, high signal.
All star counts as of March 2026.