youtube.nixfred.com nixfred.com

10 NEW Github Repos Every Claude User Must Use

Chase Hannegan runs down ten open source repositories that surfaced in the past month, from DeepSeek Harness, a plugin based agent framework that picked up over 200,000 GitHub stars in two weeks, to Claude of Tanks, a browser playable World of Tanks recreation built entirely with Claude Code. In between: Omarchy bakes AI agents into Arch Linux itself, Anydoc converts fourteen document formats to Markdown in milliseconds, Herdr and Orca give agents a terminal and an IDE built around them, Claudex-Loop makes Claude and Codex grade each other's work, and OpenMontage, OmniRoute and Archify handle AI video, model routing and codebase diagrams. Every pick is demonstrated live, with an honest verdict on who should install it.

Published Aug 30, 2026 13:58 video 22 min read Added Sep 9, 2026 Open on YouTube →

At a glance

Chase Hannegan counts down ten open source repositories that surfaced in the last month or so, from an agent framework that picked up over 200,000 GitHub stars in about two weeks to a fan built recreation of World of Tanks sitting at roughly 200. Every entry connects back to Claude Code or Codex in some way: some replace the terminal or IDE you run them in, some feed them documents or video, one makes the two agents police each other's work, and one is simply proof of what they can build with nobody touching the keyboard. Chase demonstrates each tool live on his own machine, states plainly who should install it and who should skip it, and closes with a plug for his own paid Claude Code course. This page treats each of the ten as a standalone reference: what it is, the problem it solves, what Chase actually shows and claims, and what it takes to go try it yourself.

The ten, in the order Chase ranks them

Chase opens with no throat clearing: a bunch of interesting open source repositories turned up over the past month, and he is running through ten favorites, from skills you drop into an existing Claude Code project to fully customizable tooling for AI agents. He tells beginners and long time users alike that there is something in the list for them, then goes straight into the countdown.

Read top to bottom, the ten sort into a rough stack: an operating system at the base, an agent framework that runs on top of it, a gateway that decides which model answers, two different front ends for actually watching the agent work, a skill that keeps two agents honest with each other, two tools that feed the agent raw material (documents in, video out), a tool that turns the agent's own output into something a human can follow, and, right at the top, a finished game that exists only because all of the above eventually works.

CLAUDE CODE / CODEX OPERATING SYSTEM Omarchy Arch Linux with an AI agent wired into the OS itself AGENT ENGINE DeepSeek Harness Rebuilds the agent's own plumbing, not just its prompts MODEL ACCESS OmniRoute One gateway to 350+ providers, auto switches on failure or quota WHERE YOU WORK Herdr Agent aware terminal, remembers every session WHERE YOU WORK Orca Same idea, full IDE plus a mobile companion QUALITY CONTROL Claudex-Loop Codex reviews Claude's plan and work, and vice versa FEEDS IT MATERIAL Anydoc Legacy Office documents in, clean Markdown out FEEDS IT MATERIAL OpenMontage Research, script and prompts for AI video, out SHOWS OFF THE RESULT Archify ("Archy") Turns the codebase itself into a shareable diagram SHOWS OFF THE RESULT Claude of Tanks A finished, playable game, built end to end
Figure 1. None of the other nine repositories require Omarchy. It is the only one of the ten that reaches all the way down to the operating system; everything above it is optional and composable on any machine running Claude Code or Codex.

1. DeepSeek Harness: rebuilding the agent's plumbing, not just prompting it

First on Chase's list is DeepSeek Harness, which he says gathered over 200,000 stars in about two weeks, making it, in his words, the fastest growing GitHub repository in history. He does not pretend that number is clean: "are these numbers backed up by a very enthusiastic Chinese community? Of course," he says, but he argues there is something real underneath the hype, because the tool does something neither Claude Code nor Codex lets you do, which is customize the framework itself at a fundamental level.

The mantra of the project, and its own tagline on GitHub, is that everything is a plugin. Chase's analogy: think of the harness as a car chassis. You can put any engine in it, customize the seats and the upholstery, to a degree no competing tool allows. Concretely, that means the model layer runs through OpenRouter, so literally any existing model can sit behind it, and beyond that you can write custom extensions that change how tools are invoked, how agent workflows run, or even small things like the interface's look and colors. He is explicit that you can approximate some of this in Claude Code or Codex using hooks or skills, but you cannot touch the actual "plumbing" of the system the way you can here. There is also a growing library of community plugins for the harness already on GitHub.

His verdict: if you are an open source fan who likes to experiment and wants the ability to customize, try DeepSeek Harness. If you just want to get work done without touching the engine, it is not built for you.

To actually run it, the project is a developer preview from DeepSeek built on a plugin runtime called Cordis, where models, tools, skills, sessions, sandboxes and even scheduling are all separately swappable plugins mounted onto the core. It ships breaking changes as it iterates, so Chase's "if you like to experiment" framing is also a fair warning.

2. Omarchy: an operating system with an agent wired into it

Second is Omarchy, a custom Linux distribution that combines Arch Linux with AI agents. The pitch, in Chase's phrasing, is that AI agents are becoming part of the operating system itself, not an app you launch inside it. His example: if something throws an error at the OS level, that error gets automatically sent to your AI agent of choice, running in the background, whether that is Codex, Claude Code or Gemini. The agent ships as part of the operating system, distributed as a Linux package rather than bolted on afterward.

Chase is upfront that this is a bigger commitment than everything else on the list: "installing and using this is definitely a level above anything else we'll talk about here." If you are not already comfortable with Linux, he thinks it will be too complicated. If you already love both Linux and AI, he says give it a try.

What the video does not say, because it predates this episode, is whose project this is: Omarchy is built by DHH, the creator of Ruby on Rails, and pairs Arch with the Hyprland tiling window manager and a custom shell. By the time of this video it ships ten coding agent CLIs pre wired as launchers, Claude Code and Codex among them, which is exactly the "agents baked into the OS" behavior Chase is demonstrating.

Right after Omarchy, Chase breaks for a sponsor read, and the sponsor is himself: a plug for the newly updated Claude Code masterclass inside Chase AI Plus, aimed at people with no technical background, with a link in the pinned comment. He returns to the list immediately after.

3. Anydoc: fourteen document formats to Markdown in single digit milliseconds

Third is Anydoc, built by Firecrawl, the web scraping company. It is a Rust library that converts documents to Markdown. The problem it targets: AI systems work best on Markdown, but most real world documents are Word, PowerPoint or Excel files, and the existing converters for those formats are either inaccurate or slow. Chase presents Firecrawl's own published benchmark, with the caveat, said out loud, to "take it with a grain of salt" since it is the vendor's own data. By his numbers, Anydoc handles all 14 of 14 tested formats with a median conversion time of 4.4 milliseconds. Mammoth, a comparison tool, handles only 1 of the 14 formats in 52.5 milliseconds. LibreOffice, one of the "giants" he says Anydoc beats, handles 12 of the 14 formats but takes about 1,100 milliseconds, roughly 250 times slower. Quality was judged by a third party AI model comparing outputs for completeness and structure; Chase is careful to note that beating the field on speed and coverage does not mean every single conversion comes out perfect.

Worth knowing beyond what Chase says on screen: Firecrawl's own published benchmark (482 judged comparisons, scored by Claude Sonnet 5 against a page rendered ground truth) puts Anydoc's quality score at 81 out of 100 against LibreOffice's 87, so the tradeoff is real, Anydoc is dramatically faster and covers more formats, LibreOffice is a little more faithful to the original when it can handle the format at all. For anyone converting thousands of legacy Office documents so an LLM can read them, that tradeoff is normally an easy one to accept.

His verdict: if you have a pile of old Word or PowerPoint files to turn into something an AI system can ingest, Anydoc is the tool built for exactly that.

MEDIAN TIME TO CONVERT ONE DOCUMENT TO MARKDOWN, LOG SCALE Anydoc 4.4ms · 14 of 14 formats Mammoth 52.5ms · 1 of 14 formats LibreOffice ~1,100ms · 12 of 14 formats 10ms 100ms 1,000ms
Figure 2. Firecrawl's own numbers, as Chase reads them out. The gap is not close: Anydoc converts in about a 250th of the time LibreOffice needs, while also being the only tool of the three that covers all 14 tested formats.

4. Herdr: a terminal that remembers every agent you were running

Fourth is Herdr, which Chase says he uses every day: an improved terminal interface with a sidebar of extra information about whatever agents and workspaces are currently running. On screen he shows a normal terminal with a panel on the left listing agent one and agent two, plus a "main space" workspace that he can duplicate into a new one, each workspace standing in for a separate folder or project. He can split panels to hold multiple agents in one place at once.

The feature he singles out as the coolest: it saves your state. He closes every tab, quits the app, reopens it, and everything, agents, workspaces and layout, is exactly where he left it. He calls it a lightweight, simple add on, ideal for anyone who lives in a terminal and runs multiple agents at once.

To actually use it, Herdr is a single Rust binary with no external dependencies, built as a client server terminal multiplexer where the server owns the running processes so a detach never kills your agents. It auto detects more than 15 coding agent CLIs, Claude Code and Codex included, with zero configuration.

5. Orca: the IDE version of the same idea, with a phone in your pocket

Fifth is Orca, which Chase frames directly against Herdr: "if Herdr was for those who are passionate about the terminal, Orca is a kind of equivalent for those who prefer VS Code and other more complex development environments." It has 56,000 stars by his count, and it is effectively VS Code rebuilt from scratch for AI agents. He calls out a mobile companion app that makes remote supervision much easier, and a built in design mode, noting that design modes are starting to show up across many desktop AI tools, including Claude Code and Codex themselves, so an IDE with the same feature but a full desktop app around it fills a gap. Orca also ships its own CLI, which flips the usual direction: AI agents can control Orca the IDE, instead of only the other way around. It runs on macOS, Windows and Linux.

His verdict: if you like what Herdr does but do not want to work exclusively inside a terminal, choose Orca.

Beyond what Chase demonstrates, Orca is built to run several agent CLIs, Claude Code, Codex, Cursor, OpenCode or Pi, side by side, each isolated in its own Git worktree, and its design mode works by letting you click any element in an embedded Chromium browser and injecting the resulting HTML, CSS and a screenshot straight into the agent's prompt.

6. Claudex-Loop: making Claude and Codex grade each other

Sixth is Claudex-Loop, a Claude Code and Codex skill that Chase built himself and has separately reviewed in detail on his channel. The problem it exists to solve, in his words: AI systems are very bad at evaluating their own work. "Ask Codex how well he did the job, and he'll say great. Ask Claude, and he'll say he did an impressive job." His fix is to bring in a third party AI system to grade the first one. When Claude produces something, or generates a plan, the skill hands it to Codex, which reports back what is right, what is wrong, and what needs to change.

The skill runs a full four phase process for building any project or feature. It starts with exploration, where the agent searches online to work out what to do, then moves into a round of questions, functioning as an advanced planning mode before Claude drafts a plan. From there, Codex and Claude go back and forth, competing over several rounds until they land on a shared conclusion. Finally, one of the two, Codex or Claude, actually builds the project, and once the build is done, the other system steps back in to say what it thinks is right and wrong about the result. The upshot, per Chase, is a second pair of eyes across the entire process and a better outcome using fewer tokens overall, because you skip the usual loop of building something that looks fine, watching it break later, and going back to fix it. The decisions get made up front instead.

His verdict: if you already use both Claude Code and Codex and want to combine what each is good at, this is worth a look.

7. OpenMontage: a video studio in a box, with you still holding the wheel

Seventh is OpenMontage, sitting just under 54,000 stars, which Chase describes as a huge video studio in a box for anyone trying to get into AI video production. He is clear that it is not a one shot, hands off tool: there is real human work in the loop, so you keep creative control rather than handing everything to the agent. It will research a topic for you, write a script, and prepare prompts, but you still have to supply things like API keys if you want the best possible output, because top tier AI video quality currently requires paid, frontier models rather than cheap or local ones, unless you own a very powerful machine. The model he names on screen is Seedance 2.5, ByteDance's current flagship video model. If you would rather not spend anything, he says you can still produce something using visuals a coding agent builds directly, naming Remotion and HyperFrames as the free route, both of which render programmatic, code driven video rather than generating pixels from a prompt.

OpenMontage is also tuned for specific pipelines rather than one generic mode: he lists animated explainer videos, general animation, a "clip factory," and screen demo or talking head style videos, and says the project ships different skills for each of those jobs.

His verdict: if you want to get into AI video and want a tool flexible enough to cover more than one style of output, try OpenMontage.

8. OmniRoute: one gateway to 350+ AI providers, 90 of them free

Eighth is OmniRoute, at 58,000 stars by Chase's count, which he calls a completely free AI gateway, a one stop shop for over 350 AI providers, 90 of which cost nothing. The feature he leans on hardest: you can set it to use only free providers, and it will automatically switch between them for you, so you are never stuck burning through one provider's free allowance and then having to manually hunt for the next. He is honest that free does not automatically mean cutting edge, but says you can configure the system toward more advanced models, wire it into Claude Code or Codex, set your own priorities, and decide exactly when it should switch. The project's own term for this is a "combo," a chain of models along one route; routing happens automatically, and if something fails or a quota runs out, OmniRoute moves to the next working model without you touching anything. There are 19 ready made routing strategies out of the box, and you can build custom ones. Chase's summary: it turns your computer into a gateway to hundreds of AI models, and you decide how complicated to make it, all the way down to entirely free.

His verdict: if you regularly use many different AI models, or want to squeeze the most out of free token allowances, this is worth trying.

9. Archify: turning a codebase AI wrote into something a human can read

Ninth is a project Chase's on screen chapter title calls "Archy," at 30,000 stars and, for a while, the number one trending repository on GitHub for the day; the project's actual published name is Archify, which is what you will find if you search for it directly. Its core trick is turning your codebase, or any system description, into what Chase calls an artifact: an interactive, shareable map that explains how the code actually works. He describes taking a fairly complex codebase and turning it into something like an Excalidraw style diagram that you can hand to someone else, which matters especially for code written entirely by an AI agent, where the person reading it did not write a line of it.

He is careful to note it is not just a static snapshot tool: you can build sequences of movement that explain specific interactions or changes over time, and customize how data flows through the diagram, so it can be as simple or as complicated as the underlying system demands.

His verdict: if you work on codebases and regularly have to explain how they function to people who cannot just read the code, turning it into a visual product like this makes that job much easier.

10. Claude of Tanks: proof, not a tool

Last on the list is Claude of Tanks, which Chase says nobody else has covered yet, and which sits at only around 200 stars. He calls it an incredible project anyway: a recreation of World of Tanks built in three.js, made entirely with Claude Code. He praises the graphics, calls the physics "far superior to what you would expect from a typical Claude built video game," and highlights a deep combat system, a full interface, and an X-ray camera that shows hits and destruction in detail. The game supports multiplayer over LAN or browser hosting. On screen he flips through a set of different maps, a roster of selectable tanks, customizable camouflage, and a settings panel covering individual modules, guns, engine, fuel tank and radio. He thanks its creator, whom he credits on screen as Kevin Lu; the repository itself credits Kevin B. Liu as the person who designed, directed and wrote every line of original gameplay code, with Claude and Codex assisting on research, vehicle modeling, simulation, networking, performance and deployment.

His framing: a cool example for anyone who wants to build a video game using Claude Code, and worth going to actually play.

Chase closes the video there, hoping the viewer discovered at least a few repositories they had not seen before, inviting comments on what people think, and pointing once more to Chase AI Plus and his Claude Code masterclass.

GITHUB STARS AS STATED IN THE VIDEO, LOG SCALE DeepSeek Harness 200,000 OmniRoute 58,000 Orca 56,000 OpenMontage ~54,000 Archify ("Archy") 30,000 Claude of Tanks ~200 100 1,000 10,000 100,000
Figure 3. Chase gives star counts for six of the ten. DeepSeek Harness dwarfs the rest not because it is necessarily more useful, a point Chase makes himself, but because of the scale of attention on it; Claude of Tanks sits at the opposite end because almost nobody had covered it yet, not because it is worse made.

Ten at a glance

RepositoryCategoryWhat it doesWhat it needsBest for
DeepSeek HarnessAgent frameworkRebuilds the agent's own plumbing: tools, workflows, UI, all as pluginsAn OpenRouter account, comfort extending a plugin architectureTinkerers who want to modify the framework, not just prompt it
OmarchyOperating systemBakes AI agents into Arch Linux itself; OS errors auto route to an agentA machine you can dedicate to Arch and HyprlandLinux veterans who also live in AI agents
AnydocDocument conversionConverts Word, PowerPoint, Excel, RTF, EPUB, CSV and PDF to clean MarkdownA Rust, Node or Python runtime, or the CLIAnyone feeding legacy documents to an LLM at scale
HerdrTerminal interfaceAdds agent aware workspaces and panes to your terminal, and remembers themA terminal plus an existing agent CLITerminal users running several agents across several projects
OrcaIDE / agent environmentA full desktop IDE built around agents, with a phone companion and design modeA desktop install, macOS, Windows or LinuxPeople who want Herdr's idea without living in a terminal
Claudex-LoopClaude Code / Codex skillMakes Claude and Codex review and challenge each other's plans and workBoth Claude Code and Codex installed and signed inAnyone running both agents who wants a built in second opinion
OpenMontageVideo production pipelineResearch, script, prompts and editing skills for AI generated video, human still steersAn AI coding agent, plus API keys for top tier video models to go all inCreators who want a process for AI video, not a slot machine
OmniRouteModel gateway / routerOne endpoint to 350+ AI providers, auto switches on quota or failureAn npm or Docker install, provider accounts as neededAnyone burning through free tiers or juggling many providers
Archify (shown as "Archy")Codebase visualizationTurns a codebase or system description into a shareable interactive diagramAn AI coding agent to generate the diagram dataAnyone who has to explain an AI written codebase to people
Claude of TanksShowcase / gameA browser playable tank combat game, built end to end by Claude and CodexNothing beyond a browser, it just runsAnyone who wants proof of what the other nine add up to
Figure 4. All ten, sorted the way Chase counts them down. Read left to right per row for a full picture; read the "what it needs" column down the whole table and the split between "install and go" and "commit real time or hardware" becomes obvious.

Key takeaways

Chapters

Notable quotes

The mantra of the DeepSeek harness is that everything is a plugin. Chase Hannegan, on DeepSeek Harness, 0:35

Are these numbers backed up by a very enthusiastic Chinese community? Of course. But there's something real here. Chase Hannegan, on DeepSeek Harness's star count, 0:30

AI agents are becoming a part of the operating system itself. Chase Hannegan, on Omarchy, 2:00

Ask Codex how well he did the job, and he'll say great. Ask Claude, and he'll say he did an impressive job. Chase Hannegan, on why Claudex-Loop exists, 7:10

This turns your computer into a gateway to hundreds of AI models. Chase Hannegan, on OmniRoute, 10:40

The physics are far superior to what you would expect from a typical Claude built video game. Chase Hannegan, on Claude of Tanks, 13:10

Resources mentioned

Where this leaves you

Nothing here is presented by Chase as a verdict on which single repository to install; the video works as a survey, and the honest way to read it is by commitment level rather than by star count. Claudex-Loop, Herdr and OmniRoute are close to zero risk: they sit on top of tools you likely already run, and removing them later costs nothing. Orca and OpenMontage ask more, a full application install or a paid video model subscription, but nothing that touches the rest of your setup. Anydoc and Archify are narrow, purpose built tools that either solve a real problem you have today or sit unused, with little in between. DeepSeek Harness and Omarchy sit apart from the other eight: one asks you to learn a new plugin architecture instead of prompting a familiar one, the other asks you to change your operating system, and Chase's own framing, "a level above anything else we'll talk about here," is the right amount of caution to bring to that pair. Claude of Tanks needs no decision at all; it is worth a look for exactly what it is, an existence proof, not a workflow tool.

Full transcript
======================================== We've seen a bunch of cool new open source repositories this month, and in today's video, I'll show you 10 of my favorites, from skills you can add to your next cloud-based code project to fully customizable tools for AI agents. So whether you've been into this topic for a long time or are just starting out, there's something here for everyone. So, first on the list is DeepSeek harness . This thing has garnered over 200,000 stars in about 2 weeks, making it the fastest growing GitHub repository in history. Are these numbers backed up by a very enthusiastic Chinese community? Of course, but there's something real here because this tool does something that Claude Code or Codex can't, namely—it allows you to customize the framework itself at a basic level. What do I mean? Well, the mantra of the DeepSeek harness is that everything is a plugin. Think of this frame as a car chassis: we can put any engine in it , customize the seats, the upholstery—all to a degree that no one else allows. First of all, I can use any model I want with it. Now you see that the models come through OpenRouter, so literally every existing model can be used. But the main thing about plugins: I can create my own custom extensions that change the way the framework works at a fundamental level. For example, I can change the way tools are invoked , agent workflows, or even small things like the interface, its look and colors. Again, things that the Claude Code does not allow you to do. You can try to replicate these changes in Claude Code or Codex using hooks or certain skills, but you won't be able to change the actual "plumbing" of the system. So, if you are an open source fan, like to experiment, and appreciate the ability to customize—you should try the DeepSeek harness. There is also an ever-growing library of plugins for the DeepSeek harness on GitHub that completely change how it works. Second on the list is Umachi, and it's something that's started to create a huge buzz over the past few days. Umachi is a custom Linux distribution that essentially combines Arch with AI agents. AI agents are becoming a part of the operating system itself. A simple example of this: let's say you have some kind of error in the OS itself, it is automatically sent to your AI agent of choice. Choose any one you want to run in the background . It could be Codex, Cloud Code, or Gemini, but the main thing is that it is a part of this operating system with a Linux package. Installing and using this is definitely a level above anything else we'll talk about here. So if you are not familiar with Linux, it might be too complicated, but if you love Linux and AI, I think you should give it a try. And now, before moving on to the next repository, a quick word from the sponsor of today's release—me. I just released a brand new updated masterclass with Claude Code as part of Chase AI Plus, and it's the best way to go from zero to AI developer, especially if you don't have a technical background. We focus on real-world use cases. I assume you don't know anything at the beginning. So if you want to learn how to master the most powerful AI tool, this is for you. You can find a link to it in the pinned comment. So, the third on the list is any. doc , and it is a development from Firecrawl, the creators of web scrapers. This is a Rust library that converts documents to Markdown. We all know that AI loves Markdown, but many of us work with traditional documents like Microsoft Office. Think Word , PowerPoint, Excel, etc. There are many programs that allow you to convert Word or PowerPoint to Markdown, but they are either inaccurate or slow, and any.doc solves both of these problems. If you look at the performance metrics— again, this is data from Firecrawl themselves, so take it with a grain of salt—they show an advantage over giants like LibreOffice; Not only does it handle all formats (14 out of 14), but it does it incredibly fast. The median speed was 4.4 milliseconds. Next was Mammoth, which managed in 52.5 ms. He mastered only one of the 14 formats. On the other hand, Office, which processed 12 out of 14 formats, took 1100 milliseconds. So, you know, it's faster than everyone else, supports more formats, and according to the evaluation results, it also performed better. The evaluation was conducted by a third-party AI judge, who checked the completeness of the data, structure, etc. Of course, this doesn't mean that every conversion will be perfect, but if you have thousands or tens of thousands of documents in legacy formats like PowerPoint or Word and you want to convert them to markdown so that AI can work with them better, then this is the perfect solution for you. Number four on our list—Herder. I love Herder. I use it every day, it's essentially an improved interface for your terminal with a few extra features. When I work with Herder, I have a regular terminal, as you see here, and on the left, additional information about my agents that are already running and the different workspaces. Essentially, this allows me to multitask better when I'm using multiple agents on different projects at the same time. So if I run an agent here, you see I have agent number one and agent number two. You see, I have this workspace— my main space. I can add a new workspace. You can think of it as separate folders or different projects I'm working on. Okay, I launched this agent. I see that I have workspace one and two, different agents, and so on. Plus, it makes it really easy to separate panels, you know? Now I can have multiple agents in one place. And the coolest thing here is that it actually saves your work. So if I exit here, close all the tabs, and then reopen the app, everything will stay in place. So, I run Herder again, and boom— all our materials are in place. This is a very lightweight and simple add-on that is ideal if you a terminal and work with multiple agents. Next we have Orca, which has 56,000 stars. If Herder was for those who are passionate about the terminal, then Orca is a kind of equivalent for those who prefer VS Code and other more complex development environments . That's because Orca is essentially VS Code, if it were built specifically for AI agents. Among the notable features is a mobile companion , which makes remote work much easier. It has a built-in design mode. We're starting to see design modes in many desktop applications , like Claude Code and Codex. But if you want to use a desktop app but still crave design mode, this is the perfect option. It also has its own CLI, so AI agents can actually control Orca, the IDE itself, rather than the other way around. It works on macOS, Windows, and Linux. So if you like the idea of ​​Herder, but you don't like working exclusively in the terminal, I would choose Orca. So, sixth on the list—Claudex Loop, this is a skill for Claude Code and Codex. I created this skill myself. I have also done detailed reviews of this skill. But the whole point is that AI systems are very bad at evaluating their own work. Ask Codex how well he did the job and he'll say great. Ask Claude did the job and he will say he did an impressive job. So how do we solve this? Well, we bring in a third-party AI system to evaluate the performance of the first system. So when Claude creates something or generates a plan, this skill connects to Codex , and Codex says: this is right, this is wrong, this is what needs to be changed. In fact, this skill essentially gives you a complete four-phase step- by-step process for creating any project or feature. It all starts with exploration: he goes online, does a search to figure out what to do, then asks you a series of questions— think of it as an advanced planning mode before Claude creates a plan, and then Codex and Claude compete against each other over several rounds until they reach a conclusion. Finally, one of these systems creates the project, it could be Codex or Claude, and at the end of the build, another system steps in and says: okay, here's what I think, and here's what I don't, about what's right and what's wrong. So the point is , you get a "second pair of eyes" on the whole process, and it ultimately produces a better result for fewer tokens because we don't get stuck in a scenario where Claude builds something, it seems to work, then it breaks, we go back and repeat. We just decide everything at the initial stage. So, if you use Claude Code and Codex and just want to combine the capabilities of both, be sure to pay attention to this. Next up we have Open Montage, which has just under 54,000 stars, and it's the perfect repository if you're trying to get into AI video production because it's essentially a huge video studio in a box. This repository walks you through everything, and there's a lot of human work involved in the loop, so it's not as simple as giving a request to have it do everything on its own. You have a say in the process, so you can retain some creative control. He will conduct research for you , write a script, prepare prompts, but you will have to provide other things, such as API keys, if you want to get the most out of it, because for high-quality AI video you need to top models, for example, C Dance 2.5. You can't completely rely on cheap or local video models unless you have a very powerful computer. But if you don't want to pay a cent, you can still do something using graphics created by, for example, Claude Code using Remotion or Hyperframes. So if you are looking for videos created using a computer, this will also be a perfect option for you. Additionally, it is customized for specific video pipelines. So if you want something like an animated explainer video , animation, clip factory, or something like a screen demo or "talking head." He actually has different skills for each of these tasks . So if you want to get into AI video and are looking for a versatile AI tool for it, be sure to try Open Montage. Next on the list, we have Omni Route with 58,000 stars—an AI gateway that is completely free to use. It is essentially a one-stop shop for over 350 AI providers, 90 of which are free. And the coolest thing is that you can set it to use only free providers and it will automatically switch between them for you. So you'll never get stuck on one task, exhausting all the free tokens from the provider, and then stop and switch. No, it's all done for you. So you can just switch between providers one by one and literally get free AI. Of course, if it's a free AI provider, do we necessarily cutting-edge models? No, but we can configure this system to advanced models. I can connect this to services like Claude Code or Codex, set priorities, and specify when to models. This turns your computer into a gateway to hundreds of AI models , and you can configure the system to be as complex as you want, or keep it as simple as possible. And again, it can be completely free if you want it to be. So, as I mentioned earlier , it will automatically switch you between providers. The term they use here is " combo." A combo is a chain of models on a route. Routing is done automatically. If something goes wrong or the quota runs out, the system switches to the next working model. You don't touch anything. You can configure your own routing strategies. There are a total of 19 ready-made strategies. This is a really cool tool, the level of complexity of which you determine yourself. So if you often use many different AI models or want to make the most of model tokens, you should give it a try. Number nine on our list is ArchifAI . 30,000 stars. For a while it was the number one repository for the day. The main advantage of ArchifAI is that it takes your codebase or any system description and turns it into an artifact. An interactive, shareable map that explains how your codebase works. You can take a relatively complex codebase, turn it into a diagram similar to Excalidraw, share it, and visualize code that can be difficult to understand, especially if it was all written by AI. It's not just a static tool that takes snapshots of your repository. You can create sequences of movements that explain different interactions or changes made. You can customize how the data flows. So you can make it as complicated as you want. So, this is a great repository if you codebases and often have to create visual explanations for people who don't quite understand how it works, because turning it into such a visual product makes the task much easier. And last but not least , there is Claude of Tanks . No one has talked about this game yet , and it only has about 200 stars, but it's an incredible project. This guy essentially recreated World of Tanks in 3.js using only Cloud Code, and it's just amazing how cool the graphics are, how incredible the physics are, and the customization options are. There is a deep combat system, interface, and an X-ray camera of hits and destruction. Again, the physics are far superior to what you would expect from a typical cloud-based video game. The game has multiplayer with LAN or browser hosting, and I think it's a cool example for those who want to create video games using Cloud Code. There are a bunch of different maps to choose from. I can choose from all these different tanks. I can customize camouflage. You see all the settings on the right. There are modules for guns, engine, fuel tank, radio. This is simply amazing. So thank you Kevin Lu for creating this project, be sure to try playing. That's where I end this video. I hope you've seen at least a few of these open-source repositories for the first time and can integrate them into your stack. And as always, be sure to let me know what you think. Be sure to visit Chase A Plus if you want to access my Cloud Code masterclass , and see you there.