A handpicked collection of open-source repositories and tools to supercharge your AI local coding, LLM orchestration, and developer workflows.
ALL REPOSITORIES
A handpicked collection of open-source repositories and tools to supercharge your AI local coding, LLM orchestration, and developer workflows.
NO MATCHING TOOLS FOUND
Try searching for another term like 'Ollama', 'scraping', or 'Shadcn', or reset your category filter.
01 // LOCAL AI & INFERENCE
Run, query, and chat with AI models locally on your own hardware.
Ollama
Lightweight, extensible framework to build and run large language models locally. Ollama runs as a background service, exposing a simple local API.
Open WebUI
A user-friendly ChatGPT-style web interface that runs entirely locally, supporting Ollama, OpenAI-compatible APIs, and advanced RAG integration.
llama.cpp
The engine behind local CPU/GPU inference. A port of LLaMA in C/C++ that provides ultra-efficient model loading and processing across various platforms.
LLM CLI
A lightweight command-line tool to pipeline text through LLMs, perfect for shell scripts, logs parsing, and quick local AI prompts.
02 // AI AGENTS & CODING
Autonomous agents and modular skills to write and refactor code from the terminal.
Aider
An autonomous terminal assistant that chats with you, edits your local files directly, handles git commits automatically, and debugs runtime errors.
Mentat
A command-line coding tool that coordinates complex changes across multiple files concurrently, understanding the dependency graph of your project.
Awesome Claude Skills
A curated directory of modular instruction packages (SKILL.md) to teach AI coding assistants and agents how to execute specific APIs and tools.
03 // SMART CONTEXT & AST INDEXING
Index, bundle, and optimize massive repositories to feed LLMs without wasting tokens.
Repomix
Lightweight tool to pack your entire repository into a single formatted Markdown file, automatically stripping out lockfiles and unnecessary assets to optimize token usage with LLMs.
Gitingest
Analyze any GitHub or local repository and extract a clean structure and code summary ready to copy and paste directly into LLM prompts.
Graphify
Index source code, PDFs, and schemas into a local knowledge graph, reducing token costs drastically (up to 70x) for coding agents and LLM tools.
04 // WEB SCRAPING & ANTI-BLOCK CRAWLING
Bypass bot protections, scrape dynamically, and crawl data structured for LLMs.
Crawl4AI
An open-source web crawler optimized for LLMs. Crawl any web page (including heavy JS sites), bypass anti-bot measures, clean up clutter, and extract structured Markdown perfect for RAG systems.
DrissionPage
A Python framework that bypasses bot detection by avoiding WebDriver entirely. Seamlessly switches between fast HTTP requests and real Chromium browser control.
Crawlee
Apify's modern web scraping framework built to prevent bans. Automatically handles proxy rotation, persistent request queues, and browser fingerprint spoofing.
Scrapy
Python's industry standard for large-scale web scraping. Asynchronous processing handles hundreds of pages in parallel with robust data pipeline exports.
Playwright
Microsoft's cross-browser automation library. Ideal for JS-heavy dynamic websites (React, Vue, Next.js) requiring simulated scrolling, clicks, and state transitions.
FlareSolverr
An auxiliary proxy server to bypass Cloudflare and DDoS-GUARD protections. Runs a headless browser in the background to solve challenges and return clean HTML.
05 // APIS, WORKFLOWS & ORCHESTRATION
Connect services, build visual chains, standardize LLM APIs, and orchestrate logic.
n8n
The ultimate workflow automation platform for technical teams. Connect over 400 applications and APIs visually, with the flexibility to insert custom JavaScript/Python code and native AI agents into any node.
Langflow
A drag-and-drop visual editor to build advanced AI pipelines, prompt chains, and RAG systems. Connect agents, vector databases, and models like building blocks and export them as APIs.
LiteLLM
Universal proxy to translate inputs for any LLM API (Ollama, Claude, Cohere) into the standard OpenAI format, making model switching seamless.
06 // UI, DESIGN & EMAILS
Modern components, infinite canvases, and responsive React email development.
Shadcn UI
The modern standard for web UI. Instead of importing heavy packages, copy-paste clean, accessible, and themeable components built with Tailwind and Radix UI directly into your codebase.
TLDraw
An open-source interactive infinite canvas. Its powerful API and AI integrations allow you to 'sketch' user interfaces and automatically turn them into functional code components in seconds.
React Email
Take the headache out of styling emails. Program clean, responsive email templates using reusable React components and TypeScript that compile perfectly across all major clients.
07 // BACKEND, BILLING & NOTIFICATIONS
PostgreSQL instances, omnichannel notification hubs, CRMs, and complex pricing models.
Supabase
The open-source Firebase alternative. Spins up a full PostgreSQL database in seconds, complete with user authentication, file storage, realtime subscriptions, and native AI vector search via pgvector.
Lago
A powerful open-source alternative to Stripe Billing. Designed to handle complex metered usage, custom subscriptions, hybrid billing plans, and global payment gateways.
Refine
A React meta-framework for building admin panels, CRMs, and internal developer tools. Connects to any backend and auto-generates CRUD screens (create, read, update, delete) instantly.
Novu
Unified notification infrastructure. Centralize SMS, email, push notifications, Slack, and WhatsApp alerts into a single API instead of stitching together Twilio, Resend, and Firebase manually.
08 // VOICE & TTS GENERATION
Hyperrealistic speech synthesis and real-time open-source voice cloning.
Bark (Suno AI)
Transformer-based audio generation model. Unlike robotic text-to-speech, it produces hyperrealistic human voices, complete with emotion, laughter, sighs, and ambient background music.
Retrieval-based Voice Conversion (RVC)
An open-source WebUI for Retrieval-based Voice Conversion. Train a custom voice model with just a few minutes of audio to clone, modulate, and convert speech or vocals in real time.
09 // PROMPT TESTING & EVALUATION
Automate prompt testing, detect regressions, and evaluate agent capabilities.
Promptfoo
A CLI tool to run automated test suites and benchmarks on your prompts, ensuring code-generation and LLM outputs are high-quality and regression-free.
SWE-bench
A software engineering benchmark to evaluate LLMs on resolving real-world, complex software bugs and issues across actual open-source projects.
10 // OFFICIAL REPOSITORIES
First-party CLIs, SDKs, and skills from Anthropic, OpenAI, and Google.
Claude Code
Anthropic's official agentic coding tool that lives in your terminal β edits files, runs commands, and ships features from natural-language prompts.
Agent Skills
Anthropic's official library of Agent Skills β modular SKILL.md packages that teach Claude specialized capabilities and workflows.
Claude Code SDK (Python)
The official Python SDK to build custom agents and automations on top of Claude Code programmatically.
Claude Code Security Review
Anthropic's AI-powered security review action that scans pull requests for vulnerabilities using Claude.
Claude Plugins (Official)
The official marketplace of Claude Code plugins β slash commands, agents, and hooks maintained by Anthropic.
Claude Code Action
The official GitHub Action to run Claude Code inside your CI/CD pipelines and automate PR reviews and fixes.
Claude Cookbooks
Anthropic's official collection of code recipes and notebooks showing best practices for building with the Claude API.
OpenAI Codex CLI
OpenAI's official open-source coding agent for the terminal, the reference implementation of the Codex CLI.
Codex Skills Catalog
OpenAI's official catalog of skills that extend the Codex CLI with reusable capabilities.
Codex Universal
OpenAI's official Docker base image that reproduces the Codex cloud environment locally for consistent runs.
Antigravity CLI (Google)
Google's official command-line interface for the Antigravity agentic development platform.
Antigravity SDK (Python)
Google's official Python SDK to build agents and integrations on the Antigravity platform.
Gemini CLI (Google)
Google's official open-source AI agent that brings Gemini directly into your terminal.
Gemini Skills
Google's official repository of skills that extend the Gemini CLI with specialized workflows.
Google Agent Skills
Google's official cross-product collection of agent skills and reusable capabilities.
11 // AWESOME LISTS
Curated 'awesome' directories β the best starting points to explore each ecosystem.
Awesome Claude Code
The most popular curated list of Claude Code resources β commands, workflows, and tooling. The best starting point for the ecosystem.
Awesome Claude Code (jQueryScript)
An alternative curated directory of Claude Code tools, plugins, and community resources.
Awesome Claude Code (LangGPT)
A bilingual (Chinese/English) curated list of Claude Code resources, guides, and prompts.
Awesome Codex CLI
A curated list of tools, plugins, and resources for the OpenAI Codex CLI.
Awesome Codex CLI (150+)
A large curated directory of 150+ tools and extensions for the Codex CLI.
Awesome Codex Plugins
A curated collection of plugins that extend the OpenAI Codex CLI.
Awesome AI Plugins
A cross-tool plugin directory covering Claude, Codex, Gemini, and OpenCode.
Antigravity Awesome Skills
A massive curated catalog of 1500+ skills for Google Antigravity.
Awesome Antigravity
A curated list of resources, guides, and tools for the Google Antigravity platform.
Awesome CLI Coding Agents
A side-by-side comparison of terminal coding agents to help you pick the right one.
12 // CLAUDE CODE ECOSYSTEM
Subagents, orchestration, memory, and frameworks that supercharge Claude Code.
wshobson/agents
A production-ready collection of specialized Claude Code subagents for real development workflows.
Claude-Flow
Enterprise-grade orchestration that runs swarms of Claude agents in parallel with shared memory and coordination.
Contains Studio Agents
A curated set of role-based Claude Code agents (design, engineering, marketing, and more) from Contains Studio.
Claude Squad
A terminal manager to run and supervise multiple AI agents (Claude Code, Aider, Codex, OpenCode) at once.
Awesome Claude Agents
An orchestrated team of specialized subagents that act like a full AI development crew.
Claude Task Master
An AI task-management system with MCP integration that breaks projects into structured, trackable tasks.
Repomix
Packs your entire repository into a single AI-friendly file, optimizing token usage for LLMs and agents.
Superpowers
A skills-based methodology that gives coding agents a disciplined test-driven-development workflow.
Claude Code Router
Route Claude Code requests to any model or provider (local or cloud) for cost and performance control.
SuperClaude Framework
A configuration framework that adds specialized commands, personas, and workflows to Claude Code.
Claude Code Templates
A CLI to quickly scaffold and configure Claude Code with ready-made agents, commands, and settings.
Claude-Mem
Adds persistent cross-session memory so Claude Code remembers context between conversations.
Claudia
A desktop GUI for Claude Code with visual session management, usage analytics, and agent controls.
Vibe Kanban
A kanban board to plan, queue, and track tasks executed by coding agents.
ccusage
A CLI that analyzes your Claude Code token consumption and costs from local usage logs.
13 // PROXIES, MCP & OBSERVABILITY
MCP servers, model routers, and dashboards to connect and monitor your agents.
CodexBar
A macOS menu-bar app showing live Codex and Claude Code usage stats at a glance.
Zen MCP Server
An MCP server that lets one agent tap into Claude, Gemini, OpenAI, and Grok together for multi-model workflows.
Crystal
Run and compare multiple parallel Claude Code sessions, each isolated in its own git worktree.
GitHub MCP Server
GitHub's official MCP server, giving agents native access to issues, PRs, and repository actions.
Claude Code Settings
A curated settings and configuration setup optimized for fast vibe-coding with Claude Code.
14 // CODEX CLI ECOSYSTEM
Workstations, sandboxes, and setup tools built around the OpenAI Codex CLI.
Codexia
A GUI workstation for driving Codex and Claude Code with project and session management.
VibeKit
A secure sandbox to run Codex, Gemini, and Claude agents in isolation, safe from destructive actions.
just-every/code
A feature-rich Codex fork adding a built-in browser and multi-agent capabilities.
ZCF
A zero-config setup tool that provisions Claude Code and Codex with sensible defaults in seconds.
Oh My Codex
An oh-my-zsh-style configuration framework to supercharge your Codex CLI setup.
Codex 1up
A toolkit of enhancements and presets to level up your Codex CLI workflow.
AgentSys
A cross-tool system of plugins, agents, and skills that works across multiple coding assistants.
Async Code
Run Codex-style coding tasks in parallel, asynchronously, across your codebase.
CCManager
A unified session manager for Claude, Gemini, and Codex agents from one interface.
Coding Agent Session Search
Search across your coding-agent session history to find past conversations and solutions.
15 // GOOGLE ANTIGRAVITY ECOSYSTEM
Workspace templates, skills, and managers for Google's Antigravity platform.
Antigravity Workspace Template
A cross-IDE workspace template that acts as a shared knowledge engine for Antigravity projects.
Antigravity IDE Toolkit
A community toolkit for Antigravity featuring a quota dashboard and productivity add-ons.
Antigravity Kit
Ready-made templates bundling skills, agents, and workflows for Google Antigravity.
Antigravity Skills (guanyang)
A curated collection of skills that extend Google Antigravity's capabilities.
Antigravity Skills (Enterprise)
An enterprise-grade set of 300+ skills for Google Antigravity.
Antigravity Workspace Manager
A manager to organize and switch between multiple Antigravity workspaces.
16 // VIBE CODING TEMPLATES
Multi-tool starters, courses, and prompt archives to kickstart AI-assisted builds.
System Prompts & Models of AI Tools
A large archive of leaked system prompts and model configs from Claude Code, Cursor, Antigravity, and more.
Vibe Coding Template
A full-stack starter (Next.js + FastAPI + Supabase) built for AI-assisted vibe coding.
Vibe Coding (Wasp)
A Wasp-based starter project demonstrating an end-to-end vibe-coding workflow.
Easy Vibe
A complete, multilingual vibe-coding course that teaches AI-assisted development from scratch.
Awesome ChatGPT Repositories
A huge curated index of ChatGPT and LLM repositories, including a dedicated Codex section.