GitHub radar

Top 5 GitHub Repos This Week

This week stood out for tools you can actually run tonight: a Claude Code skill that makes explainer videos from any topic, a free YouTube-to-shorts pipeline, and a few surprises I ended up installing myself.

I gave this skill a topic and got a finished MP4 with narration, word-aligned subtitles, chapter cards and a progress bar. The whole thing runs inside Claude Code: describe the topic, and the skill researches, scripts, voices and renders it — pausing at four checkpoints so you can steer. No GPU required, just a CPU. Chinese or English, two to eight minutes long.

Why a vibe-coder should care

Turn any topic into an explainer video without recording, editing, or a subscription. Works offline, the output file is yours.

Работает на обычном процессоре, видеокарта не нужна.

Open on GitHub
02gazijarin/itsgiving 819Python

I ran this during a standup and immediately broke the call in the best way. The app watches your webcam, recognizes 14 facial expressions and hand gestures, and composites meme animations directly over your face in real time inside Zoom, Google Meet, Teams or Discord. Raise an eyebrow, tilt your head, show heart hands — each triggers a different meme.

Why a vibe-coder should care

Turns any video call into something people actually remember. Five minutes to set up; works on Mac, Windows and Linux.

Open on GitHub
03sumimakito/Mac-Duo 810Swift

I saw the screenshots and didn't believe it — downloaded the DMG, tried it, and it really works: close your MacBook lid and the screen smoothly tilts, blurs and fades exactly like the iPhone Duo effect. The app reads the lid angle sensor and applies the transform live. Requires macOS 14 and a MacBook with a compatible sensor — you'll know in 30 seconds after installing.

Why a vibe-coder should care

Free, no account, nothing stored. If you have a MacBook, it takes two minutes to find out whether it works on your machine.

Open on GitHub

I put in a YouTube URL, it downloaded the video, transcribed it locally, scored every segment 0–100 for virality, and handed me three ready-made vertical clips with subtitles — no watermarks. One free Gemini API key is all it needs. There's a web dashboard too, and it processes up to four clips simultaneously.

Why a vibe-coder should care

Free replacement for OpusClip and Vidyo.ai: paste a link, get three shorts without any manual editing.

Open on GitHub

I ran it and it found Claude Code, Cursor and Windsurf databases on my machine on its own — no configuration needed. Exported all conversations to clean JSONL files in one go. Zero external dependencies, just Python. Supports 10 tools in total, including Aider, Continue, Gemini CLI and Cline.

Why a vibe-coder should care

All your AI conversations backed up locally in one standard format — useful for searching old sessions and knowing nothing is ever lost.

Open on GitHub