The argument in one line.
Ten open-source tools released in the past month extend Claude Code's capabilities in token reduction, knowledge management, video processing, design automation, cost tracking, job search, and self-healing browser agents.
Read if. Skip if.
- A developer who uses Claude Code or similar AI coding agents daily and wants to stay current on new open-source extensions that shipped in the last month.
- Someone building AI automation workflows who needs concrete examples of what's possible with recent tool releases — from token reduction to browser automation to design extraction.
- A technical founder or engineer evaluating emerging open-source projects to integrate into existing tooling and wants a curated, hands-on walkthrough of ten viable options.
- You don't use Claude Code, Claude in VS Code, or other AI coding CLIs — this roundup assumes you're already running these tools and looking to extend them.
- You need deep implementation details or multi-hour setup guides for each tool — this is a 15-minute survey, not a deployment manual.
The full version, fast.
Ten new open-source projects extend Claude Code in ways worth your attention, and the through-line is that small, focused tools deliver more leverage than heavy frameworks. The mechanism is a survey across categories: token economy (Caveman compresses output and may improve accuracy by forcing concision, CodeBurn audits where tokens and dollars actually go), knowledge and ingestion (Graphify builds a multimodal knowledge graph between Obsidian and full RAG, Claude-Video feeds frames plus Whisper audio), front-end craft (OpenDesign clones Claude Design locally, Impeccable polishes UI components, DesignExtract clones any site's design system), and agentic workflows (CareerOps tailors job applications, browser-harness self-heals between runs, n8n's TypeScript-validated MCP server). The practical takeaway is to layer these lightweight skills onto your existing CLI rather than waiting for
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · Cold open + promise
Firehose problem stated, ten-tool promise made, freshness bar set to the last 30 days.

02 · Tool 1 — caveman (skill)
An Anthropic-style skill that makes Claude Code answer like a Neanderthal. Four levels (Lite / Caveman / Full / Ultra). Repo claims ~75% token savings; Chase recalibrates to ~5% in practice because thinking-tokens are untouched. Links the March 2026 arXiv paper 'Brevity Constraints Reverse Performance Hierarchies in Language Models' as the actual win — forced concision raises answer quality.

03 · Sponsor break (self) — Chase AI+ masterclass
Quick promo for his own Claude Code masterclass inside Chase AI+, updated weekly, framed for non-technical learners building an 'agentic OS.'

04 · Tool 2 — Graphify (knowledge graph)
Builds a real knowledge graph from your files. Claims 71.5x fewer tokens per query vs raw-file reads. Sits between Obsidian (just a markdown viewer with a pretty graph) and full graph-RAG systems like LightRAG. Multimodal — ingests PDFs, screenshots, diagrams, and videos via Whisper — but no embeddings.

05 · Tool 3 — claude-video (frame extraction)
Gives Claude the ability to 'watch' video. FFmpeg pulls frames at a duration-aware budget (30s = 30 frames, 10min+ = 100 frames cap), Whisper handles audio, both streams feed back to Claude Code. Alternative to round-tripping through NotebookLM or the Gemini API for video.

06 · Tool 4 — OpenDesign (Claude Design clone)
Open-source clone of Anthropic's Claude Design. Runs against any coding agent, free, fully local-capable. Built on four upstream tools (Huashu Design CLI, Gooszang PowerPoint skills, OpenCodeDesign, MultiCAD) plus 31 packaged skills. Pitched as the escape valve when you've hit your weekly Claude Design quota.

07 · Tool 5 — CodeBurn (token cost tracker)
Tracks token usage and cost across 16 different AI coding tools — way beyond what /usage shows in Claude Code. Breaks costs down by activity, project, model, core tool, shell command, MCP server. Critically, it doesn't just measure waste — it suggests optimizations.

08 · Tool 6 — Impeccable v3 (front-end skill pack)
One skill, 23 commands, all aimed at killing generic AI front-end output. v3 added a live mode — click components in a browser preview and cycle variations in place. The repo's website ships before/after pairs for every command, doubling as a design lookbook.

09 · Tool 7 — design-extract (any-site design tokens)
Companion to awesomedesign.md but for any URL. Headless browser scrapes layout system, responsiveness, interaction states, motion language, component anatomy, brand voice from a target site, then ships the bundle to Claude Code as a design foundation.
10 · Tool 8 — CareerOps (CLI job search)
Turns any AI coding CLI into a job-search command center. Playwright navigates job portals, parses descriptions, evaluates fit against your CV, tailors the resume per listing, generates PDFs, and updates a tracker. Explicitly framed as a scalpel — not a LinkedIn easy-apply spammer.
11 · Tool 9 — browser-harness (self-improving Playwright)
Playwright-style browser automation that rewrites its own skill files after every run. Per-site memory of what worked / what didn't, with a mini-Ralph-loop retry pattern. Just under 10k stars, only a few weeks old.
12 · Tool 10 — n8n MCP server (TypeScript-validated)
Anthropic's n8n MCP server. Difference from prior community attempts: it builds automations in TypeScript first, validates that the nodes wire together, then transpiles to JSON for the n8n instance. Closes the 'generated workflow won't import' bug. Released a few days before this video.
13 · Outro + CTA
Recap and second pitch for Chase AI+ masterclass.
Lines worth screenshotting.
- The caveman skill forces Claude Code to respond concisely — research suggests forcing powerful models to be brief actually improves answer accuracy by preventing them from talking themselves into errors.
- Caveman Lite, Full, and Ultra are three levels of output compression — caveman-lite saves roughly 5% of total tokens while potentially improving response quality, making it a no-cost win.
- Graphify builds a knowledge graph from your files that lets Claude query your project using 71.5 times fewer tokens per query than reading raw files directly.
- Claude-Video uses FFmpeg to extract frames at an adaptive rate based on video length and Whisper for audio, giving Claude the ability to watch and analyze video content without Gemini.
- OpenDesign clones any website's UI from a screenshot or URL and converts it into clean, editable component code — cutting the design-to-code step from hours to minutes.
- CodeBurn tracks token cost per session in real time, which turns abstract model pricing into a visible number that developers can actually manage and optimize against.
- The Impeccable skill applies a post-build polish pass to AI-generated front-end code, systematically improving spacing, typography, color contrast, and interactive states.
- design-extract reads a Figma or screenshot input and outputs a complete design token system — colors, fonts, spacing — ready for immediate use in a codebase.
- CareerOps automates the job search workflow — finding listings, tailoring resumes, drafting cover letters, and tracking applications — as a fully autonomous pipeline.
- The browser-harness tool creates a self-healing browser agent that detects when its own selectors fail and regenerates them automatically rather than throwing an error.
- A TypeScript-validated n8n MCP server lets Claude build and trigger n8n workflows programmatically, bridging the gap between AI code generation and no-code automation infrastructure.
- Open-source Claude Code tooling is growing so fast that a monthly roundup format is necessary — waiting for tools to be widely known means missing the first-mover advantage of early adoption.
Steal the roundup format.
A monthly 'ten tools that dropped in the last 30 days' video is the lowest-friction recurring format in the Claude Code creator economy — and Joe already has the audience for it.
- Pick a vertical you live inside daily (Claude Code agents, MCN+ stack pieces, video tooling) and commit to a monthly 'ten new things' cadence — freshness is the whole product.
- Each tool gets a 60-90 second segment: GitHub README on screen, one talking-head zoom, one hot take. Chase reuses the exact same shot for all ten — that's why he can ship 15 minutes in a week.
- Sandwich the sponsor (yours, not a brand's) between tools 1 and 2 while attention is highest. Chase puts Chase AI+ at 2:48 — that's the model.
- Bury a contrarian recalibration in each tool — Chase pushes back on caveman's 75% token claim with a real 5%. Pushback is the credibility currency for a roundup.
- Name the pattern explicitly when you spot one ('mini Ralph loop', 'scalpel vs spam') — those phrases are what gets quoted and shared.
- Keep the title in 'or fall behind' / 'or you're cooked' urgency framing for the first 90 days, then earn the right to drop it.
- For the $6 Stack: this is also a Mod Producer JSON runsheet — ten rows, one shot pattern per row, fifteen-minute batch record.
Terms worth knowing.
- Claude Code
- An AI-powered command-line coding agent made by Anthropic that can read, write, and modify files in a codebase based on natural-language instructions.
- Claude Code skill
- A reusable instruction set or prompt template added to Claude Code that gives it a pre-defined behavior or workflow to follow on command.
- Output tokens
- The individual units (roughly words or word-fragments) in the text an AI model generates; token count directly determines API cost and context usage.
- Knowledge graph
- A structured map of entities and the relationships between them, used to store and query information in a way that captures context, not just raw text.
- RAG (Retrieval-Augmented Generation)
- A technique where an AI retrieves relevant documents or data chunks from an external store before generating a response, improving accuracy without retraining the model.
- Graph RAG
- A variant of RAG that uses a knowledge graph instead of flat vector search, enabling richer relational reasoning across documents.
- Embeddings
- Numerical vector representations of text that capture semantic meaning, used in search and retrieval systems to find content similar to a query.
- FFmpeg
- An open-source command-line tool for processing audio and video files — converting formats, extracting frames, splitting clips, and more.
- Whisper
- An open-source speech-to-text model from OpenAI that transcribes audio into text and supports multiple languages.
- Headless browser
- A web browser that runs without a graphical interface, used by scripts and automation tools to load and interact with web pages programmatically.
- Playwright
- An open-source browser automation library from Microsoft that lets scripts control Chromium, Firefox, or WebKit to test or scrape web pages.
- MCP server
- A server that implements the Model Context Protocol, allowing an AI agent to connect to external tools, APIs, or data sources through a standardized interface.
- n8n
- An open-source workflow automation platform that connects apps and services with visual node-based flows, similar to Zapier but self-hostable.
- TypeScript
- A superset of JavaScript that adds static type checking, catching errors at compile time before the code runs.
- Agentic OS
- A layer of configuration, skills, and memory structures that gives an AI coding agent consistent behaviors and workflows across different projects.
Things they pointed at.
Lines you could clip.
“Why say many word when few do trick.”
“It doesn't change how it does its thinking. It doesn't change the amount of stuff it's ingesting. So overall, you're looking at about a 5% savings.”
“When we have powerful models and we force them to be concise, they're more likely to give us correct answers because they're essentially not going to talk their way into the wrong answer.”
“Obsidian, for all intents and purposes, is just a nice interface for us to be able to deal with markdown files.”
“This is much more of a scalpel that's going to tune your resume to the job — not just throw up all over the job application process.”
“Almost like a mini Ralph loop where we've given it a task. It's gonna always update its files to see, hey, did it work? Did it not work? What did we already try?”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
Chase opens with the firehose problem every Claude Code user has — hundreds of new repos a day, almost none worth installing — then promises a curated ten. Almost every tool he covers shipped inside the last month, which is the real bait: this isn't a greatest-hits list, it's a now-list with an implicit expiration date.
Named ideas worth stealing.
The Brevity Constraint
From the March 2026 arXiv paper 'Brevity Constraints Reverse Performance Hierarchies in Language Models': forcing a stronger model to be concise raises accuracy because it can't ramble itself into a wrong answer. Token savings are the side effect, not the prize.
Caveman levels (Lite / Caveman / Full / Ultra)
- Lite
- Caveman
- Full
- Ultra
Four graded verbosity settings so you can tune how Neanderthal you want the agent to sound — Chase sits at Lite.
Graphify vs Obsidian vs LightRAG spectrum
Three tiers of personal-knowledge tooling on one axis: Obsidian (markdown viewer with a graph drawing), Graphify (real knowledge graph, no embeddings, layered on top of Obsidian), LightRAG / rag-anything (true graph-RAG with embeddings). Pick the rung that matches how serious your retrieval needs are.
Frame budget by duration
Claude-video defaults: 30s video = 30 frames, 10min+ video = ~100 frames. Token cost is dominated by frames, so the budget scales sub-linearly with duration. Direct parallel to how mod-watch caps at 80 frames hybrid.
OpenDesign's four upstream tools
- Huashu Design CLI
- Gooszang PowerPoint skills
- OpenCodeDesign
- MultiCAD
OpenDesign is a meta-package — one repo that stitches four existing open-source design-agent projects plus 31 skills into a single Claude Design experience.
Self-improving agent skill file (browser-harness pattern)
Per-task agent skill file that the agent itself rewrites after each run — capturing what worked, what didn't, what's already been tried. A mini Ralph-loop baked into a tool, not a meta-process.
TypeScript-first, JSON-last (n8n MCP pattern)
Instead of generating the deploy-target JSON directly, generate validated TypeScript, prove it compiles and the graph wires up, then transpile down. Validation lives in the source language, not in trial-and-error import failures.
How they asked for the click.
“Make sure to check out Chase AI plus if you wanna get your hands on that master class.”
Soft outro pitch back to Chase AI+ — same product he sponsored mid-roll at 2:48. Reinforces the CTA at the moment trust is highest, after delivering the promised ten tools.







































































