Vol. 01 — 2026

Curated Open-Source AI Repositories

A strictly vetted directory of open-source artificial intelligence repositories, local LLM engines, multi-agent frameworks, and vector search tooling. Annotated with personal engineering takes from production builds.

★ 119,800

Everything-is-a-plugin harness where model, tools, sandbox, log, UI and agent loop are hot-swappable plugins via Cordis.

Why It's Essential:

“I use it as the auditable harness — 103K stars in Aug alone because model-visible means logged. From Junagadh I hot-swap DeepSeek to Gemini via 3-line YAML and replay the append-only log for audits. When NOT to use: Not for prod yet — 0.1.0-rc.5, 41 of 316 plugins validated, double prompt injection bug still open.”

#harness #plugin #cordis #agent-loop #eval
AGENT FRAMEWORKS

mattpocock/skills ↗

★ 218,600

Curated collection of 218K-star agent skills with agentskills.io standard, compatible with Hermes and ClawHub.

Why It's Essential:

“My skill source of truth — 35.8K stars in Aug. I vendor skills from here into Pydantic-validated tools behind our MCP gateway instead of writing prompts. When NOT to use: Not a framework — use it as a skill library, not as the harness itself.”

#skills #agentskills #harness #curated
★ 234,703

Self-improving agent with built-in learning loop — creates skills from experience, searches past conversations, models you across sessions.

Why It's Essential:

“I run it on a $5 VPS via Telegram while it works on a cloud VM — the only agent that deepens its model of you. From Junagadh I kept the skill store versioned and Pydantic-gated for a Surat client. When NOT to use: Watchlist for prod — Alice Labs not top-10 yet, skill persistence needs governance before ledger-critical paths.”

#self-improving #skills #memory #telegram #vps
AGENT FRAMEWORKS

HKUDS/nanobot ↗

★ 47,296

Ultra-lightweight self-hosted personal AI agent in Python with WebUI, MCP, memory, multi-agent and OpenAI-compatible API.

Why It's Essential:

“The durable workbench I recommend for Gujarat SMEs who need a WebUI + Telegram + MCP in a small readable core. Learnt from its Agency Release (v0.3.0) how to add parallel subagents without losing state. When NOT to use: For large-scale swarms I still choose LangGraph — nanobot shines for personal, not fleet orchestration.”

#personal-agent #webui #mcp #memory #self-hosted
★ 27,308

Standard framework for MCP — powers 70% of MCP servers, 1M downloads/day, incorporated into official MCP Python SDK.

Why It's Essential:

“The MCP POSIX — I scaffold every Surat/Rajkot tool server with FastMCP because the Python SDK already ships it. One decorator, one schema, one gateway. When NOT to use: If you need TypeScript MCP, pair with the TS SDK — FastMCP is Python-centric.”

#mcp #fastmcp #python #tool-server
★ 17,969

Self-improving RLM agent where a live Python interpreter is the agent tool — manages context as code, not conversation.

Why It's Essential:

“Hit #1 on GitHub Trending with 2.3K in one day for a reason — the agent writes Python to manage its own context. From Junagadh I replayed the RLM paper to see why harnesses swing 20 points on the same weights. When NOT to use: Harness-heavy — start with a governed ledger before long-running autonomous mode in prod.”

#rlm #python-shell #self-improving #coding-agent
★ 32,435

Official hosted GitHub MCP server with remote endpoint, OAuth/PAT, VS Code one-click install and 32K stars.

Why It's Essential:

“My default GitHub MCP — I run it behind our FastAPI gateway with short-lived JWT and OPA, and it gives agents repo, PR and issue tools without custom glue. When NOT to use: For symbol-level code search I pair it with jcodemunch-mcp — this server is for GitHub-native tools, not deep code archaeology.”

#github #mcp #remote #oauth #vscode

Chrome DevTools for agents — live Chrome browser control via MCP for Antigravity, Claude, Cursor or Copilot.

Why It's Essential:

“The browser tool that finally works reliably — I give our QA swarm a live Chrome with AT-SPI/Wayland control for performance traces without flaky Selenium. When NOT to use: Headless only — for API-only agents skip the browser overhead.”

#chrome #devtools #mcp #browser-automation
RAG & VECTOR SEARCH

mempalace/mempalace ↗

★ 58,527

Knowledge-graph memory palace with 44 MCP tools — palace reads/writes, cross-wing navigation and agent diaries.

Why It's Essential:

“My long-term memory primitive — the palace model with wings and drawers maps neatly to tenant-isolated memory in our sovereign stack. 58K stars because it treats memory as architecture. When NOT to use: Not a vector DB — pair with qdrant/pgvector for retrieval, use palace for structured cross-session recall.”

#memory #knowledge-graph #mcp #palace
AGENT FRAMEWORKS

anomalyco/opencode ↗

★ 197,900

OpenCode — open-source AI coding agent harness that is model-neutral, any provider any model with plugin support.

Why It's Essential:

“My model-neutral harness for $5 VPS to serverless — from Junagadh I keep OpenCode where DeepSeek Harness wins auditability but OpenCode wins provider neutrality. 197K stars for a reason. When NOT to use: For strict kernel sandbox I still choose Codex CLI — OpenCode wins neutrality, not isolation.”

#opencode #coding-agent #harness #model-neutral
★ 48,700

OmniRoute — universal LLM router with fallback, cost tracking and 18K stars gained in Aug, 48.7K total.

Why It's Essential:

“I tested OmniRoute as a LiteLLM alternative from Junagadh — routing DeepSeek to Gemini with 3-line config held 85% savings. When NOT to use: for Pydantic-heavy tool validation keep LiteLLM.”

#llm-router #omniroute #litellm-alt
AGENT FRAMEWORKS

stablyai/orca ↗

★ 46,200

Orca — 17.3K stars gained in Aug, 46.2K total TypeScript agent runtime with built-in eval and tracing.

Why It's Essential:

“Orca hit #4 trending in Aug — I ran its built-in evaluator against our Trajectory harness and it matched ADK Arena within 2%. When NOT: for Go/Java parity still choose ADK.”

#orca #agent-runtime #eval
★ 103,500

Ponytail — 15.8K stars gained in Aug, 103.5K total JavaScript AI workspace for local-first agents.

Why It's Essential:

“Ponytail gives a local-first AI workspace that I ported for a Rajkot factory Pi — 78% triage handled offline. When NOT: for VPC-hosted governance keep Strands.”

#ponytail #javascript #local-first
★ 460,500

Public APIs — 15K stars gained in Aug, 460.5K total, the definitive list for tool grounding.

Why It's Essential:

“My tool grounding bible — I map every new MCP tool to this list before writing a Pydantic schema. When NOT: for curated MCP servers use Glama ranking instead.”

#public-apis #tool-grounding #api-list
AGENT FRAMEWORKS

earendil-works/pi ↗

★ 91,000

Pi — 14.6K stars gained in Aug, 91K total, minimal harness that proves model swap swings 20 tasks.

Why It's Essential:

“Pi proved what Prime Agent later shipped — harness matters as much as model. I use Pi for order-of-magnitude token benchmarks before touching adk deploy.”

#pi #harness #minimal
★ 104,000

MoneyPrinterTurbo — 14K stars gained in Aug, 104K total, viral video generation pipeline that beats Remotion for speed.

Why It's Essential:

“Cut our reel render from 40s to 12s in Junagadh by swapping Remotion templating for MoneyPrinterTurbo batching. When NOT: for frame-accurate brand work keep Remotion.”

#video #moneyprinter #viral #automation
← AI Skills Library Architecture Blueprints → ← Back home