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.

★ 2

Skills-Manager — sync AI coding assistant skills across Claude Code, Codex, Gemini, Cursor, OpenCode. Trending #1 Sep 7.

Why It's Essential:

“I maintain 41 skills under .claude/skills and .gemini/skills — Skills-Manager syncs them across Claude Code + Codex + Gemini + Cursor in one command instead of manual copy. Its cross-platform sync is the missing catalog layer I patched for Gujarat SME teams.”

#skills-manager #sync #mcp #claude-skills
AGENT FRAMEWORKS

wagneripjr/skills ↗

★ 0

Wagner Skills — 8 engineering + 14 RE pipeline skills (marketplace). JS, trending #2 Sep 7.

Why It's Essential:

“I reverse 26% vulnerable MCP skills per audit — wagner 14-skill RE pipeline standardizes that RE flow in Claude Code marketplace format. Its JS plugin is the RE template I graft onto my SkillSpector gate.”

#reverse-engineering #skills #marketplace #engineering
★ 4

iOS Agentic Skills — audit skills + playbooks for iOS/watchOS QA. JS, trending #8 Sep 7 (4 stars).

Why It's Essential:

“I ship QA swarms that cut bugs 87% in CI/CD — ios-agentic-skills brings that swarm to iOS/watchOS audit with consistent playbooks. Its QA harness is the iOS analog of my autonomous QA swarm pattern.”

#ios #watchos #qa #skills
AGENT FRAMEWORKS

CeAlthubaiti/agents ↗

★ 4

Agents — automate Polymarket trading via AI agents for strategy + opportunity. Python, trending #21 Sep 7 (4 stars).

Why It's Essential:

“I gate Razorpay ₹15K+ via HITL where money moves — CeAlthubaiti agents apply the same OPA+HITL gate to Polymarket trades. Its strategy + opportunity loop is the market analog of my RFQ → OTel audit.”

#polymarket #trading #agents #python
★ 7,900

Codex Plugin CC — use Codex from Claude Code to review code or delegate tasks. Monthly trending +679 (7.9k stars).

Why It's Essential:

“I run Claude Code + Codex + OpenCode harnesses where cross-harness delegation is manual — codex-plugin-cc lets Claude Code delegate review tasks to Codex natively. Its harness-bridge pattern is the interop layer my Junagadh multi-harness setup needed.”

#codex #claude-code #delegation #review
★ 3,133

Munder Difflin — local multi-agent harness in TypeScript. Daily trending 507 stars today (3.1k total).

Why It's Essential:

“I test Google ADK vs LangGraph vs CrewAI for Gujarat subagents — munder-difflin is the local-first multi-agent harness that runs the same supervisor pattern without cloud lock-in. Its TS harness is the lightweight alternative I benchmark against ADK from Junagadh.”

#multi-agent #local #harness #typescript
★ 1,397

Substrate — agent substrate core system in Go. Daily trending 252 stars today (1.4k total).

Why It's Essential:

“I gate every tool via OPA + HITL at the runtime layer — substrate builds that substrate as a Go core system instead of Python glue. Its systems-level agent runtime is the foundation pattern I study for Pi 5 edge agents at 62 tok/s.”

#agent-runtime #go #substrate #core-system
AGENT FRAMEWORKS

cloudflare/computer ↗

★ 5,700

Cloudflare Computer — give your agent a computer. Browser + OS automation primitive for AI agents. Weekly trending Sep 2026 (5.7k stars).

Why It's Essential:

“I ship browser-use automation where agents stall on Cloudflare and logins — Cloudflare giving agents a first-class computer primitive removes the whole stealth-browser arms race. Its sandbox-as-API design is the computer-use layer I want beneath my Gujarat SME browser agents instead of fragile Playwright scripts.”

#computer-use #browser-automation #agents #cloudflare #sandbox
AGENT FRAMEWORKS

ayghri/i-have-adhd ↗

★ 46,866

Skill that stops coding agents from burying the answer. ADHD-friendly output formatting for Claude Code and friends. Daily trending Sep 2026.

Why It's Essential:

“I installed this in my Junagadh lab after agents kept dumping 400-line answers on small fixes. Responses got scannable in one day. It pairs well with my P95 ledger reviews where I skim 20 agent runs fast.”

#agent-skills #claude-code #productivity
★ 106,987

TradingAgents: multi-agent LLM financial trading framework. Researcher, analyst and trader agents debate before orders. Daily trending Sep 2026.

Why It's Essential:

“I ran the paper-trading loop for a Surat client who wanted research summaries, not auto-orders. The debate logs read like an analyst desk. I cap it at end-of-day reports on the VPS, never live execution.”

#multi-agent #trading #finance
★ 30,760

100-plus drop-in Claude Code configs: agents, slash commands, hooks, settings and MCP servers with one npx line. Trending Sep 2026.

Why It's Essential:

“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.”

#claude-code #templates #mcp
★ 686

Git-native AI agent framework. Agent identity, rules, memory, tools and skills live as version-controlled files inside a repo. MCP client built in.

Why It's Essential:

“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.”

#agents #git-native #mcp-client
AGENT FRAMEWORKS

razzant/ouroboros ↗

★ 1,258

Ouroboros — self-creating AI agent with persistent identity plus memory across restarts, live specialist swarm, self-rewriting code. Trending Sep 2026 (1.2k stars).

Why It's Essential:

“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.”

#self-modifying #persistent-memory #swarm #desktop-agent #mcp
AGENT FRAMEWORKS

openai/plugins ↗

★ 6,949

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.

Why It's Essential:

“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.”

#codex #plugins #agent-skills #mcp
AGENT FRAMEWORKS

get-vix/vix ↗

★ 279

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.

Why It's Essential:

“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.”

#coding-agent #token-efficiency #tree-sitter #workflows
AGENT FRAMEWORKS

anthropics/skills ↗

★ 176,985

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.

Why It's Essential:

“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.”

#agent-skills #claude #anthropic #spec
← AI Skills Library Architecture Blueprints → ← Back home