Laojin GlobalAI · GO GLOBAL
LaoJin's Picks

Other people's great work, filtered by Laojin

GitHub holds thousands of AI projects — what beginners lack isn't lists, it's filtering. Only repos and tools Laojin personally verified, proven by time or by numbers, make this board. Small, sharp, continuously updated. Our own 365 products never appear here.

Stars are a 2026-07 snapshot for scale reference only; see GitHub for live numbers.

MCP Servers(官方合集)
Agent SkillsClassics

MCP Servers(官方合集)

⭐ 88.7k · 2026-07 snapshot

The official entry point for connecting agents like Claude or Cursor to real data and tools — filesystem, search, databases, Slack, all with reference implementations. If you're learning what a good MCP server looks like, copy the official ones.

Why it's picked
Awesome Claude Code
Agent SkillsClassics

Awesome Claude Code

⭐ 50.5k · 2026-07 snapshot

A one-stop, community-maintained list for Claude Code users: workflows, hooks, slash commands, CLAUDE.md templates and MCP configs. Everything you need to take Claude Code from 'works' to 'fits like a glove'.

Why it's picked
n8n
AutomationClassics

n8n

⭐ 197.2k · 2026-07 snapshot

A workflow-automation platform non-programmers can actually use, with native AI nodes. For the repetitive flows on your desk — syncing data, scheduled notifications, form handling — this should be your first stop.

Why it's picked
AutoGPT
AutomationClassics

AutoGPT

⭐ 185.6k · 2026-07 snapshot

The project that kicked off autonomous agents. Its value today is the platform shape: an agent marketplace, reusable blocks, triggers. The most complete specimen if you want to see where fully-autonomous agents hit product walls.

Why it's picked
CrewAI
AutomationClassics

CrewAI

⭐ 55.9k · 2026-07 snapshot

The fastest on-ramp among multi-agent frameworks: write each agent a job description (role, goal, backstory) and they work as a crew. Even founders from a business background can follow its design logic.

Why it's picked
AutoGen
AutomationClassics

AutoGen

⭐ 59.9k · 2026-07 snapshot

Microsoft's multi-agent conversation framework, credible in both research and engineering: built for complex tasks where agents must discuss, review and debate to produce a result — code review, proposal critique and the like.

Why it's picked
Dify
EnterpriseClassics

Dify

⭐ 149.5k · 2026-07 snapshot

For companies that want AI apps fast without writing everything: visual orchestration, RAG, dozens of model providers, access control — all self-hostable. The default base for an SME's AI proof-of-concept.

Why it's picked
Firecrawl
Content & GrowthClassics

Firecrawl

⭐ 153.6k · 2026-07 snapshot

Feed any website to an LLM cleanly: crawl, denoise, convert to markdown in one API call. The most frictionless 'web → corpus' plumbing for content pipelines, competitor monitoring and knowledge-base ingestion.

Why it's picked
Awesome LLM Apps
Content & GrowthClassics

Awesome LLM Apps

⭐ 125.2k · 2026-07 snapshot

100+ runnable AI agent and RAG applications, all with code and docs. Clone one close to your business and adapt it — ten times faster than a blank page, and the best material for learning how real apps are assembled.

Why it's picked
Ollama
Models & InfraClassics

Ollama

⭐ 176.5k · 2026-07 snapshot

The lowest bar for running open models locally: one command brings up Llama, Qwen or DeepSeek, and private data never leaves your machine. Always the first step in testing 'is a local model good enough for this'.

Why it's picked
llama.cpp
Models & InfraClassics

llama.cpp

⭐ 121.1k · 2026-07 snapshot

The engine under local inference: Ollama and countless desktop AI apps are built on it. Unavoidable when you need models on low-spec machines or edge devices, or fine control over quantization and VRAM.

Why it's picked
Generative AI for Beginners
StartersClassics

Generative AI for Beginners

⭐ 113.3k · 2026-07 snapshot

Microsoft's 21-lesson generative AI course: progressive from concepts to hands-on, with code and videos. The most standard starting line worldwide for learning how AI applications are built.

Why it's picked
Prompt Engineering Guide
StartersClassics

Prompt Engineering Guide

⭐ 76.8k · 2026-07 snapshot

An encyclopedic guide to prompting: from basics through CoT, RAG and agent-related papers, with Chinese translations available. The one course to take if you want noticeably better output from AI.

Why it's picked
LLM Cookbook(吴恩达课程中文版)
StartersClassics

LLM Cookbook(吴恩达课程中文版)

⭐ 24.4k · 2026-07 snapshot

The Chinese edition of Andrew Ng's LLM course series, maintained by the Datawhale community: eleven courses covering prompting, RAG, evaluation and agents. The smoothest textbook for Chinese-speaking developers entering LLM application development, bar none.

Why it's picked
Anthropic Agent Skills(官方)
Agent SkillsTrending

Anthropic Agent Skills(官方)

⭐ 163.0k · 2026-07 snapshot

Anthropic's official Agent Skills repo — the de facto reference set for the SKILL.md format: document processing, design and office automation with official implementations. Agent skills are moving from a Claude-only feature to an industry-wide convention.

Why it's picked
OpenAI Agents SDK
AutomationTrending

OpenAI Agents SDK

⭐ 28.0k · 2026-07 snapshot

OpenAI's official Agents SDK: lightweight, built-in tracing, and a clean handoff mechanism. The shortest path to production agents if you're already in the OpenAI ecosystem.

Why it's picked
GitHub Spec Kit
AutomationTrending

GitHub Spec Kit

⭐ 122.9k · 2026-07 snapshot

GitHub's official Spec-Driven Development toolkit: write the spec (spec/plan/tasks) first, then let AI generate the code — pulling vibe coding back into engineering discipline. The key remedial step as AI coding moves from toy to production.

Why it's picked
Gemini CLI
AutomationTrending

Gemini CLI

⭐ 106.1k · 2026-07 snapshot

Google's open-source terminal agent: a generous free tier, built-in Google Search and MCP support. A capable assistant right in your shell — and the best second knife to keep beside Claude Code.

Why it's picked
Chrome DevTools MCP
Agent SkillsTrending

Chrome DevTools MCP

⭐ 47.3k · 2026-07 snapshot

Google's official MCP that lets coding agents drive Chrome directly — inspect the DOM, read console errors, run performance traces. The missing piece for having AI verify frontend work in a real browser itself.

Why it's picked
Coze Studio(扣子开源版)
EnterpriseTrending

Coze Studio(扣子开源版)

⭐ 21.2k · 2026-07 snapshot

ByteDance's open-sourced agent development platform: visual orchestration, a plugin ecosystem and knowledge bases, with a Chinese-friendly experience. A ready-made foundation if your company wants its own 'Coze-like' internal AI platform.

Why it's picked
Superpowers(Agent 技能框架)
Agent SkillsClassics

Superpowers(Agent 技能框架)

⭐ 258.4k · 2026-07 snapshot

The most influential agent-skills collection in the community: obra turned a full software-development methodology — TDD, plan-first, systematic debugging, code review — into installable SKILL.md skills. Once installed, Claude Code's discipline visibly improves.

Why it's picked
skill-creator(Anthropic 官方造技能技能)
Agent SkillsClassics

skill-creator(Anthropic 官方造技能技能)

⭐ 163.0k · 2026-07 snapshot

The official 'skill for creating skills' inside Anthropic's repo: tell the agent about a process you want to capture and it walks you through producing a standard SKILL.md — frontmatter, trigger description, steps and resource files. The first brick for any team starting its own skill library.

Why it's picked
wshobson/agents(子代理技能市场)
Agent SkillsClassics

wshobson/agents(子代理技能市场)

⭐ 38.1k · 2026-07 snapshot

The largest community subagent collection: dozens of role-based Claude Code / Codex plugins — security audit, performance analysis, architecture review, per-language specialists — installable out of the box, covering most professional coding-agent scenarios.

Why it's picked
Claude Code Templates(aitmpl)
Agent SkillsClassics

Claude Code Templates(aitmpl)

⭐ 29.8k · 2026-07 snapshot

A one-stop template library plus CLI for Claude Code: agents, commands, hooks and MCP configs organized by framework and language, installed into your project with one command. The fastest cold-start for Claude Code on a new project.

Why it's picked
DeepSeek Harness
AutomationTrending

DeepSeek Harness

⭐ 102.0k · 2026-08 snapshot

DeepSeek's official open-source agent runtime: everything is a plugin, MIT licensed, one npx command for the Web UI. If you want to see how the layer around a model comes apart, this is the new repo to watch in August 2026.

Why it's picked
Pi Coding Agent
AutomationTrending

Pi Coding Agent

⭐ 90.6k · 2026-08 snapshot

Mario Zechner's minimal terminal coding harness: 4 base tools, zero forced abstractions, fully hackable via TypeScript extensions, skills and SDK. Laojin Global's own dev stack runs on it.

Why it's picked
OpenCode
AutomationTrending

OpenCode

⭐ 197.6k · 2026-08 snapshot

A leading open-source coding agent across terminal, desktop and IDE with any LLM. Open transparency with a near-commercial out-of-box experience.

Why it's picked
OpenClaw(小龙虾)
AutomationTrending

OpenClaw(小龙虾)

⭐ 386.3k · 2026-08 snapshot

A personal AI assistant on your own devices, a local Gateway unifying 8+ channels like WhatsApp/Telegram/Slack. The lobster way 🦞, your data stays yours.

Why it's picked
Hermes Agent(爱马仕)
AutomationTrending

Hermes Agent(爱马仕)

⭐ 230.8k · 2026-08 snapshot

Nous Research's self-improving agent: a learning loop that auto-builds skills from experience, cross-session memory, scheduled automation, any model.

Why it's picked
Aider
AutomationClassics

Aider

⭐ 48.2k · 2026-08 snapshot

The veteran AI pair-programming agent (Apache-2.0, Paul Gauthier): git-centric, every change a reviewable diff commit. 6.8M PyPI installs; 88% of its latest release written by itself.

Why it's picked
ECC
StartersTrending

ECC

⭐ 239.7k · 2026-08 snapshot

The agent harness performance optimization system. Skills, instincts, memory, security, and research

Why it's picked
hermes-agent
StartersTrending

hermes-agent

⭐ 229.5k · 2026-08 snapshot

The agent that grows with you

Why it's picked
skills
StartersTrending

skills

⭐ 215.0k · 2026-08 snapshot

Skills for Real Engineers. Straight from my .agents directory.

Why it's picked
opencode
StartersTrending

opencode

⭐ 196.6k · 2026-08 snapshot

The open source coding agent.

Why it's picked
claw-code
StartersTrending

claw-code

⭐ 195.1k · 2026-08 snapshot

An agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintaine

Why it's picked
watermarks-remover
StartersTrending

watermarks-remover

⭐ 5.1k · 2026-08 snapshot

Strip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/me

Why it's picked
transformers
StartersTrending

transformers

⭐ 164.2k · 2026-08 snapshot

🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text

Why it's picked
JavaGuide
StartersTrending

JavaGuide

⭐ 157.9k · 2026-08 snapshot

Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发

Why it's picked
langflow
StartersTrending

langflow

⭐ 153.4k · 2026-08 snapshot

Langflow is a powerful tool for building and deploying AI-powered agents and workflows.

Why it's picked
agency-agents
StartersTrending

agency-agents

⭐ 146.1k · 2026-08 snapshot

A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whi

Why it's picked
langchain
StartersTrending

langchain

⭐ 144.5k · 2026-08 snapshot

The agent engineering platform.

Why it's picked
cc-switch
StartersTrending

cc-switch

⭐ 128.1k · 2026-08 snapshot

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build

Why it's picked
ui-ux-pro-max-skill
StartersTrending

ui-ux-pro-max-skill

⭐ 117.9k · 2026-08 snapshot

An AI skill that provides design intelligence for building professional UI/UX across multiple platfo

Why it's picked
browser-use
StartersTrending

browser-use

⭐ 109.7k · 2026-08 snapshot

🌐 Make websites accessible for AI agents. Automate tasks online with ease.

Why it's picked
MoneyPrinterTurbo
StartersTrending

MoneyPrinterTurbo

⭐ 110.4k · 2026-08 snapshot

利用 AI 大模型和自动化工作流,根据主题或关键词一键生成高清短视频。Generate HD short videos from a topic or keyword with an automate

Why it's picked
ip-as-logo-skill
StartersTrending

ip-as-logo-skill

⭐ 3.0k · 2026-08 snapshot

A compact Agent Skill for highly simplified, rounded, subtly neo-skeuomorphic IP mascot logos.

Why it's picked
codex
StartersTrending

codex

⭐ 117.0k · 2026-08 snapshot

Lightweight coding agent that runs in your terminal

Why it's picked
ponytail
StartersTrending

ponytail

⭐ 119.9k · 2026-09 snapshot

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you nev

Why it's picked