📱

Get Our Mobile App

Take your business learning on the go!

Download on the App StoreGet it on Google Play

Do NOT Miss These 10 Open Source Claude Code Tools

Chase AI2:16

Transcription

Here are 10 new open-source repos that you probably haven't heard about, but can supercharge Cloud Code for you.

Number one is Caveman, and this makes Cloud Code less verbose, saving you a ton of tokens in the process. And based on this March 2026 study, making your large language models more concise might actually give you better outputs as well.

Number two is Graphify, and think of it as a knowledge graph without being pure RAG. Graphify sits in between Obsidian and Pure Rag systems. So, if you're someone who wants a little more power than Obsidian, but you don't want to go into the full rag database setup, definitely check it out.

Number three is Browser Harness. Think of Playright, except it's an AI agent that's also self-improving. So, every time it runs some sort of task as a browser agent, it updates its file saying this is what worked, this is what didn't, so it can do better the next time.

Number four is Claw video. This is a repo that lets Claude code actually ingest videos. It takes the video, chops it up with ffmpeg, and then feeds the screenshots to claude code.

Number five is open design. This is a repo that cloned Claude design, but made it completely open source, made it local. So, you can use this with any coding agent, not just cloud code.

Number six is code burn, and this gives you way more insight into where your tokens actually go, what you're spending them on, and more importantly, how to optimize your systems so you burn less tokens.

Number seven is Impeccable and this is one of the best repos for improving your front-end design. It's one skill with 23 commands and each command is tied to some sort of front-end design tool and if you go to their website, you can see befores and afters for each and every tool call.

Number eight is design extract. This is a tool that you can point at any website out there and it will create an entire design system based on that website so you can then use it as a foundation for your own brand.

Number nine is career ops. This is all about harnessing cloud code to find jobs for you. It will search the web to find jobs that meet your specifications. It will create a CV that matches it, and it tracks everything automatically.

And number 10 isn't truly open source, but I wanted to include it anyway, and that's Needen's MCP server, which is now the easiest way to create any automations with something like Cloud Code because it uses TypeScript to first validate whatever automation you're trying to create before it turns it into JSON and populates it on your instance.