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.
Curated Open-Source AI Repositories
vastsa/PI-Desktop ↗
Local-first AI coding agent desktop. Electron plus Rust host core with pi agent harness and user-installable plugins. Trending Sep 2026.
“I prefer local-first desktops for client demos with patchy internet in Gujarat. Running the harness on-device keeps P95 stable when the line drops. I test it against my Rs 6K VPS setup for parity.”
davila7/claude-code-templates ↗
100-plus drop-in Claude Code configs: agents, slash commands, hooks, settings and MCP servers with one npx line. Trending Sep 2026.
“I use this as a starter shelf for new Claude Code seats, then trim hard. The Postgres and GitHub MCP entries saved me an hour per setup. My rule: read before install, keep the analytics dashboard on.”
jastfan/github-trending ↗
GitTrends AI v5.0. Real-time GitHub velocity tracker with editorial leaderboards for agent skills and MCP servers, plus 1-click MCP discovery. Shipped Sep 10 2026.
“I query this radar from my lab before adding anything to this library. Velocity plus the MCP-skill taxonomy beats raw trending for agent work. I wired its MCP server into Cursor for morning scans.”
JonusNattapong/MCPSearch ↗
Self-hosted research stack with 29 MCP tools: multi-engine search, stealth crawling, Reddit and GitHub collectors, investigate and compare workflows.
“I self-host research stacks so client queries never leak to third parties. The trending and compare tools feed my brief pipeline directly. I run it with Hishel caching to keep re-crawls cheap.”
open-gitagent/gitagent ↗
Git-native AI agent framework. Agent identity, rules, memory, tools and skills live as version-controlled files inside a repo. MCP client built in.
“I keep agent memory in git in my Junagadh lab, so git log on memory beats any dashboard. Branching a personality to test a hunch feels natural. I run it in-process with file and Postgres MCP servers attached.”
razzant/ouroboros ↗
Ouroboros — self-creating AI agent with persistent identity plus memory across restarts, live specialist swarm, self-rewriting code. Trending Sep 2026 (1.2k stars).
“I keep agent memory in git in my Junagadh lab so git log beats any dashboard. Ouroboros carrying identity plus durable memory across restarts is the exact continuity pattern I prototype for Curro, and I run it lab-only with file plus Postgres MCP servers attached for evals.”
FlowElement-xinliuyuansu/m_flow ↗
M-flow — bio-inspired cognitive memory engine, graph-is-the-scorer GraphRAG, Episode-Facet-FacetPoint-Entity cone, 81.8 percent LLM-judge. Trending Sep 2026 (4.5k stars).
“I run RAG for Junagadh client docs where plain vector search misses multi-hop answers across invoices plus specs. M-flow scoring evidence paths instead of chunk similarity matches how I debug retrieval misses in my lab, and its MCP-server mode plugs straight into my Cursor morning-scan pipeline.”
gengirish/skills-mcp ↗
skills-mcp — one MCP server to discover, search, install 9000 plus agent skills from 11 GitHub ecosystems. Searchable inside editor. Trending Sep 2026.
“I maintain a 41-skill Junagadh catalog where discovery across 11 scattered repos wastes an hour per seat setup. Skills-mcp collapsing 9000 skills into one searchable MCP call is the index shape I want in front of my library pages, and I run it with tight install approvals to block broad-permission skills.”
yantrikos/yantrikdb-server ↗
YantrikDB — cognitive memory database that forgets, consolidates, detects contradictions. HNSW plus graph plus temporal decay. Rust plus MCP. Trending Sep 2026 (171 stars).
“I watch recall degrade past 10K memories in long-running Junagadh agents where stale facts crowd out live decisions. YantrikDB adding temporal decay plus contradiction detection on top of HNSW is the maintenance loop my memory layer lacks, and its 87ms p50 skill recall fits my Rs 6K VPS latency budget.”
openai/plugins ↗
Official Codex plugin examples: plugin.json manifests, skill directories, MCP endpoint configs, and agent personas for Figma, Notion, SwiftUI, and full-stack deploys. Successor to the deprecated openai/skills catalog. When NOT to use: skip if you need one static integration — a plugin per task adds registry overhead under 100 runs per day where a shell script wins.
“I wire Codex seats for Gujarat SME pilots from Junagadh, and reference plugins beat hand-rolled prompts for repeatable deploys. I copied the Notion capture pattern for a Rajkot client site docs setup and had capture running the same evening on the Rs 6K VPS. I keep the Figma plugin disabled by default — design tokens without a reviewer in the loop produced three off-brand landing drafts before I gated it.”
heygen-com/hyperframes ↗
Typed HTML and CSS compositions compiled deterministically to video: multi-track timeline, agent-authored declarative format plus deterministic renderer. When NOT to use: avoid for single talking-head clips where ffmpeg one-liners finish faster; the composition model pays off at 10 or more variants.
“I render launch videos for Surat D2C drops where 100 creative variants beat one perfect cut. Deterministic re-renders saved a Diwali campaign when the client changed pricing at midnight — same HTML, new numbers, re-render, no editor awake. I run renders on the VPS with P95 under 4 minutes per 30-second clip.”
microsoft/markitdown ↗
Python tool converting PDF, Office documents, and audio transcripts to clean Markdown for RAG ingestion. When NOT to use: skip for already-clean HTML or Markdown sources — an extra conversion pass only adds latency and mangles tables past 50 pages.
“I feed Gujarat SME quotations, invoices, and spec sheets into pgvector from Junagadh, and MarkItDown sits at the front of that pipe. A Rajkot RFQ inbox with mixed PDF and XLS attachments went from manual copy-paste to indexed with 42ms P95 HNSW search. I still hand-check scanned Gujarati PDFs — OCR misses cost me one wrong line item in April.”
get-vix/vix ↗
Token-efficient coding agent: Tree-sitter virtual filesystem for minified reads (20-50 percent fewer tokens), JSON-defined multi-phase workflows, LSP navigation, MCP servers. Published plan-mode benchmark totals $6.64 vs $12.44 across 7 tasks. When NOT to use: skip single-file scripts where workflow scaffolding costs more than the task; plain agent answers win under 200 lines.
“I track token burn per run in my P95 ledger on fixed-price builds, so a 20-50 percent read saving is margin. I trialed Vix plan mode on a Laravel RFQ module in Junagadh and the stem-agent cache reuse across explore plus plan phases cut one review loop from $3.65 to $1.86. The 3,000-line-file case in their own benchmark still lags — I keep big-file refactors on my standard harness.”
anthropics/skills ↗
Anthropic public Agent Skills collection: SKILL.md folders across creative, technical, enterprise, and document tasks, plus authoring spec and template. When NOT to use: skip bulk-installing the catalog — 20 or more unreviewed skills widen tool permissions; audit each install against broad-permission requests before enabling.
“I maintain a 41-skill Junagadh catalog, and the official spec is what I measure third-party skills against. The document-skills section standardized how my Curro pipeline handles DOCX briefs for two Surat clients. I install with tight approvals after auditing trending skills for broad permission requests — the same gate I run before any skill touches payment keys.”
Shubhamsaboo/awesome-llm-apps ↗
100-plus hand-built agents, skills, and RAG apps tested end to end: single-file starters, multi-agent teams, voice agents, fine-tuning recipes across Claude, Gemini, GPT, DeepSeek, Llama, Qwen. When NOT to use: skip cloning the whole monorepo into production — vendor one tested example; the full tree pulls dependencies you will never audit.
“I point Junagadh interns here before they touch my client stack — rebuilding one single-file RAG starter removes magic faster than any lecture. Two interns shipped MCP tools within a month after working through the retrieval examples. For client work I vendor exactly one pattern per build and pin model versions.”
garrytan/gstack ↗
23 Markdown slash commands plus 8 power tools staging a full sprint — CEO, eng manager, QA, security officer — from idea to shipped PR with a 30-second install for Claude Code. When NOT to use: skip if your team already runs a release pipe — overlapping personas double-process small teams; adopt one role at a time.
“I run a small team from Junagadh, so a staged sprint in slash commands fits how we already ship. The QA-lead command caught a broken UPI retry path before a Surat launch — P95 held 780ms because the checklist forced a load pass. I trimmed the CEO persona on day one; strategy prompts without profit-and-loss context generated noise for my fixed-price quotes.”