Report by The Next New Thing.
Scroll for the report ↓
A command-line tool that reads the code changes you just made and writes review comments on the exact lines that look wrong. Alibaba ran it internally for two years before opening it up.
View on GitHub →Ordinary code decides which files get reviewed and which rules apply; the AI model is used only for the judgment calls inside each file.
Its own benchmark claims higher precision than Claude Code on the same model using about one-ninth the tokens, while admitting it catches less.
The repo ships per-language rules — null-pointer and thread-safety for Java, XSS for JS/TS, SQL injection for database mapper XML.
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
快速、简洁、解决大文件内存溢出的java处理Excel工具
an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
A short instruction file you install into Claude Code, Codex, Cursor and a dozen other AI assistants. It changes how they answer you: the next action first, numbered steps, no filler.
View on GitHub →Lead with the next action, number multi-step tasks, cap lists at five items, give real time estimates, and no “Hope this helps!” closer.
INSTALL.md has copy-paste steps for Claude Code, Codex, Cursor, Gemini CLI, Copilot, Zed, OpenCode, Kimi, Qwen, Grok and more.
A blind A/B test scored it 4.47 against 4.05 for the plain prompt, then the repo names its own failed release gate and two cases it made worse.
A photorealistic 3D Earth you run on your own machine that shows real aircraft, ships, satellites, earthquakes, fires and public traffic cameras moving in near real time. You can also talk to it out loud and ask what you are looking at.
View on GitHub →Flights from OpenSky and adsb.lol, ships via AISStream, 838 satellites from CelesTrak, USGS quakes, NASA fire detections, ~3,600 city cameras.
Click any plane and the camera locks on, then drops into a cockpit view that holds the terrain under you all the way down to the runway.
Thirteen of the fifteen layers are keyless; optional keys add live ships, fires, Google 3D cities and an OpenAI voice mode with 28 tools.
Monid is the OpenRouter for agent tools. Instead of a separate subscription for every API your agent touches — scraping, enrichment, search, social data — it's one key into 1,800+ tools and you pay per call. Same layer OpenRouter built for models, the one Stripe just bought for $7 billion, except for the tools agents actually need.
monid.ai
A large pack of instructions, checklists and helper agents you install into an AI coding tool like Claude Code or Codex. It makes the assistant plan before it builds, write tests, review its own work from a clean slate, and keep notes between sessions.
View on GitHub →The README counts 68 specialized subagents, 292 on-demand skills and 94 command shims covering planning, review, build repair, security and docs.
Plan, capture a failing test, implement, review from a fresh context, verify, then save what it learned — each step leaves evidence behind.
A local Markdown memory vault carries context and handoffs between Claude Code, Codex, Kimi and other harnesses instead of re-pasting it.
AI agent security scanner. Detect vulnerabilities in agent configurations, MCP servers, and tool permissions. Available as CLI, GitHub Action, ECC plugin, and GitHub App integration. 🛡️
JARVIS: a real-time agentic intelligence-gathering platform powered by autonomous web scraping & OSINT, streamed via Meta Ray-Ban smart glasses
Multi-agent orchestration for Claude Code — decompose tasks, coordinate agents, visualize everything in a rich terminal UI
An add-on for AI coding tools that runs big, messy tool output inside a sandbox first, so only the short answer lands in the model’s limited working memory. It also keeps notes in a local database so the assistant remembers what it was doing.
View on GitHub →Raw data runs in an isolated subprocess and only what the script prints enters the chat. The README benchmark shows 315 KB becoming 5.4 KB.
Every file edit, git action, task and error is logged to a local SQLite database, so the agent resumes instead of asking you to repeat yourself.
Claude Code, Cursor, Codex CLI, Gemini CLI, Copilot, Zed, Kiro and more, through MCP plus hooks that can block an unrouted command.
Hatice is an autonomous coding agent orchestration system.
Your browser. Your sessions. Your agent.
Secure autonomous AI agents in 60 seconds.
You upload your documents and it builds a searchable knowledge base you can talk to, answering from your own files rather than from whatever the model happened to memorize. Tencent runs it behind the WeChat Dialog Open Platform.
View on GitHub →RAG means it finds the relevant passages in your files first, then has the model answer from those, with inline citations back to the source.
Wiki Mode has agents distill raw uploads into linked markdown pages with a knowledge graph, revision history and one-click rollback.
Docker Compose start, then swap in OpenAI, Gemini, DeepSeek, Anthropic or a local Ollama model, and pick your own vector database and storage.
A UI library by WeChat official design team, includes the most useful widgets/modules in mobile web applications.
ncnn is a high-performance neural network inference framework optimized for the mobile platform
小程序组件化开发框架 - 已归档
OpenAI’s official collection of add-ons for Codex, its coding agent. Each add-on teaches Codex how to work with one outside service — Figma, Slack, Stripe, Shopify — so you can ask in plain English instead of wiring it up yourself.
View on GitHub →The plugins/ directory holds 62, covering Figma, Notion, Slack, Stripe, Shopify, GitHub, Supabase, Vercel, Zoom, Datadog and more.
536 SKILL.md files hold the actual step-by-step instructions; Figma’s seven cover design-to-code, Code Connect and design-system rules.
marketplace.json offers 65 plugins to signed-in users; api_marketplace.json offers a narrower 49 to API-key users.
Lightweight coding agent that runs in your terminal
Robust Speech Recognition via Large-Scale Weak Supervision
Examples and guides for using the OpenAI API
A command-line tool for git “worktrees” — separate working copies of the same project that sit side by side on your disk. Worktrunk makes creating, listing, merging and deleting them one short command each, so several AI agents can each have their own copy.
View on GitHub →wt switch, wt list and wt remove replace the raw git incantations that make you type the branch name three times just to start.
wt switch -x claude -c feature-a -- 'Add user authentication' makes the branch, makes the folder, and launches Claude on that task in one line.
On APFS, btrfs and XFS, ten worktrees each get target/ and node_modules/ without rebuilding or copying them.
A free pack of 25 step-by-step workflows you drop into an AI coding tool like Claude Code, Cursor or Codex. Each one tells the agent how a senior engineer would do that job—write the spec first, test it, prove it works—so it stops declaring victory early.
View on GitHub →The pack front-ends the skills with slash commands: /spec, /plan, /build, /test, /constraints, /review, /webperf, /code-simplify and /ship.
Every skill ships an anti-rationalization table—the excuses agents use to skip a step, like “tests later,” each with a rebuttal.
“npx skills add addyosmani/agent-skills” installs the whole set; the README also documents native setups for nine tools, Claude Code through Codex.
Extract & Inline Critical-path CSS in HTML pages
:book: A creative-commons book on Backbone.js for beginners and advanced users alike
Repo for my 'Learning JavaScript Design Patterns' book
This is the home base for Claude Code, Anthropic’s AI coding assistant that runs in a terminal window. The repo isn’t the program—it’s where you get the install command, read what changed, and file bugs.
View on GitHub →Roughly 11,700 open issues sit against 80,700 already closed; about 7,700 were filed in the last month and only ~350 have gone untouched since June.
Ten of the repo’s thirteen GitHub Actions exist to manage issues, and two of them run Claude Code itself to label and de-duplicate every new report.
Version 2.1.275 syncs the skills and plugins on your claude.ai account into terminal sessions, and adds a ctrl+enter key that sends queued messages at once.
Public repository for Agent Skills
A collection of notebooks/recipes showcasing some fun and effective ways of using Claude.
Anthropic's Interactive Prompt Engineering Tutorial
A macOS app that holds your Claude Code, Codex, OpenCode and Antigravity sessions the way a browser holds tabs. Panels track the decisions an agent asked about and you never answered, what it finished, what it is blocked on, and a digest of everything that happened while a tab was out of view.
View on GitHub →Almost everything shipping in AI right now is aimed at managing the agents — orchestration, subagents, tool-calling — but Josh thinks the real bottleneck is the human running five or more terminals at once and losing track of which one just asked a question. Logic Loop hooks each agent's structured event stream into a side panel, so you see what actually ran without chasing tabs.
Building something? Send it to hi@TheNextNewThing.ai
A read-only local web page built entirely from the files Claude Code already writes to ~/.claude: a departures board of live sessions that turns amber with the question when one stops to ask you something, a diff of every file a session touched, full transcripts, and cost per project and per week. Plain Node, zero npm dependencies, bound to localhost.
View on GitHub →Jon watches the Next New Thing videos and sent in the dashboard he built. The problem in his own words: Claude Code runs in a terminal, and once you have two or three sessions going you lose track — which one is waiting for an answer, what it changed while you were away, what the week cost. This answers all three on one screen.
Building something? Send it to hi@TheNextNewThing.ai
A source-available engineering cockpit that pulls Jira, GitHub, GitLab and Azure DevOps into one warehouse of development data, then reports DORA metrics, dashboards, rankings and roadmaps over it. Licensed FSL-1.1: free to run at any size forever, with the one restriction that you cannot resell it as a competing hosted service, and every release converts to Apache-2.0 two years after it ships. There is a live demo at demo.deckgauge.com with no install.
View on GitHub →Yaniv is the founder of Codpal, a CTO-as-a-service company. After years of walking into new companies and needing a fast read on how engineering actually runs, they built Deckgauge — and the twist he offers for the show is that it was largely built by their own multi-agent system, Paperclip, using a 45,000-line STATE.md as shared memory. They have published the source so anyone can read it and run it themselves.
Building something? Send it to hi@TheNextNewThing.ai
An MIT-licensed folder that turns Claude or Codex into a small company: Dean, an AI chief of staff, four departments, a starter team of AI employees, and playbooks that carry multi-step work from request to finished result. Everything lives in Markdown and JSON you own, with no server and no database, and there is a non-developer install path at TrainingSites.io.
View on GitHub →James runs TrainingSites.io and open-sourced the system he uses himself. Campus AI OS is free and MIT-licensed, and gives anyone a desktop chief of staff plus an AI staff to do the work — no technical skills required, with everything staying local as a second brain they own.
Building something? Send it to hi@TheNextNewThing.ai
New hot repos every week — don't miss the next drop.
It tells YouTube to show this to more builders like you.
Tell me which repo you'll try first — or what to cover next.
New hot repos every week. Subscribe so you never miss the next drop.