Reference · Vibe-Coding

5 New Repos You Haven't Heard Of

Tools for diagramming, de-bloating, dictating, refactoring & security-scanning your AI-built code. ▶ Source video

draw.io skill00:28DIAGRAMS

Uses the draw.io CLI to automatically map out and generate editable architecture diagrams of your application — how services and databases connect.

Why it matters: pinpoint exactly where bugs live visually, instead of blindly asking an AI to explore the whole codebase.
Ponytail08:00DE-BLOAT

Stops language models from overengineering. An auditor that finds bloated abstractions and recommends where to simplify, shrink redundant components, or delete unnecessary code.

Principle: YAGNI — "You Aren't Gonna Need It."
Handy12:59VOICE→TEXT

A completely free, open-source voice-to-text utility (like Whisper Flow). Dictate context, feedback & prompt instructions to your AI tools via a hotkey.

Why it matters: dump info out of your brain far faster than typing — directly relevant to a dictation-driven workflow.
improve15:24REFACTOR

A codebase auditor for deep refactoring & optimization — e.g. finding deterministic ways to resolve app logic to save LLM token costs. Outputs a detailed implementation plan rather than rewriting code.

Best for: turning findings into GitHub issues & backlog tasks for AI agent loops to tackle later.
SkillSpector22:40SECURITY · NVIDIA

An Nvidia security-auditing toolkit that scans external skill libraries & repos — reads unknown/foreign-language code to flag critical vulnerabilities (unauthorized RCE scripts, functions that expose session cookies).

Why it matters: vet skills before you blindly install them — directly relevant to running third-party skill libraries.