Daily developer tools intelligence: new repos, hot projects, and version tracking. Each entry includes a plain-English explanation of what it actually does.
earendil-works/pi-review-loop (★73 · TypeScript) A persistent, incremental diff reviewer for pi. Review Loop keeps a native review window open while the agent works. Submitting a review records the current workspace as a session-backed checkpoint, so the next review can show only the changes made afterward.
pc-style/skill-view (★34 · TypeScript)
A local-only web GUI for inspecting agent skills (SKILL.md format) across personal, project, plugin, cache, and marketplace sources. sh bunx @pc_style/skillview
surya-koritala/sigbound (★26 · Go) Run multiple AI coding agents on one repository in parallel, and merge their work automatically — landing only changes that build and pass your tests.
starslingdev/skills (★11 · Python)
Public agent skills from StarSling. Each skill lives in its own self-contained directory under skills/<name>/ and installs individually. Today this repo ships one skill: ci-speedup (overview).
chh-itt/burin (★9 · Rust)
A Rust GUI framework where Signal is the only state. 中文 | Pipeline | Docs No virtual DOM. No diff. No dependency graph. No reconciliation. Just Signal<T> → dirty flag → incremental layout → subtree cache → paint.
keyandishou/SkyMeter-Source (★8 · Rust)
SkyMeter 是面向《碧蓝幻想:Relink》的非官方 Windows 本地战斗分析工具,也是基于 MIT 许可 GBFR Logs 延伸开发的非官方社区衍生版。它保留 GBFR Logs 用户熟悉的队伍 DPS 悬浮窗、历史战报、招式追踪、DPS 图表、SBA、配装和多语言能力,并加入双主题战斗档案、活动日历、强化报表和可选的 AI 冒险手记。 > 当前版本:0.9.1 > 仓库性质:源码公开、仅限非商业使用。商业使用必须获得 SkyMeter 权利人的书面授权。 SkyMeter 与 Cygames、Granblue Fantasy、《碧蓝幻想:Relink》及其发行方不存在隶属、授权或背书关系。游戏名称仅用于说明兼容对象。游戏名称、角色名称及相关商标归各自权利人所有。
24KaratAu/openhub (★7 · Python) A keyboard-first, terminal user interface (TUI) discovery hub and package installer for AI coding tools, skills, and agents. Built with Python, Textual, and SQLite — zero configuration required out of the box. ---
programmersd21/gitnibble (★6 · Rust)
Instant, offline-first, context-aware
.gitignoregenerator and manager in Rust with a ratatui-based terminal UI. Zero network calls by default. Embedded templates for ~60+ languages, frameworks, and tools.
botnick/clipwarp (★5 · PowerShell)
Paste screenshots into Claude Code on Windows. Copy an image anywhere → press Ctrl+V in Claude Code → it attaches. A tiny, local PowerShell utility. No admin, no dependencies. ---
FlavioZanoni/minos (★5 · HTML) One rule engine, two hosts: Claude Code and OpenCode. --- Tired of Claude adding itself as co-author on every commit? Of the agent forgetting your AGENTS.md / CLAUDE.md rules an hour into the session?
vite — v8.1.5
A build tool and dev server for modern web projects. Starts instantly (no bundling in dev), uses native ES modules in the browser, and bundles with Rollup for production. The replacement for webpack in most new projects.
esbuild — v0.28.1
A JavaScript and TypeScript bundler written in Go. Extremely fast — 10-100x faster than webpack or Rollup. Used as the engine inside Vite and many other tools. Good for simple bundling; less configurable than webpack.
turbo — v2.10.6
A build system for JavaScript/TypeScript monorepos. Caches task results so you only re-run what changed. Built by Vercel. Speeds up CI and local builds in large codebases with multiple packages.
biome — v0.3.3
A single tool that replaces both ESLint and Prettier. Formats and lints JavaScript, TypeScript, JSON, and CSS. Written in Rust, so it runs much faster than the JS-based tools it replaces.
bun — v1.3.14
A JavaScript runtime, package manager, bundler, and test runner in one. Faster than Node.js at most things. Drop-in compatible with most Node.js code. Written in Zig.
vitest — v4.1.10
A unit testing framework built specifically for Vite projects. Uses the same config as your Vite build, runs tests in the browser environment, and is significantly faster than Jest.
oxc — v1.0.1
A JavaScript/TypeScript toolchain written in Rust — parser, linter, formatter, transpiler, bundler. The project behind the oxlint linter. Faster than most existing tools by a large margin.
rspack — v0.1.1
A webpack-compatible bundler written in Rust. Drop-in replacement for webpack with the same config format, but much faster. Built by ByteDance (TikTok's parent).
wrangler — v4.113.0
The CLI for deploying and managing Cloudflare Workers — serverless functions that run at the edge in Cloudflare's global network. Also manages KV storage, Durable Objects, Pages, and R2.
drizzle-orm — v0.45.2
A TypeScript ORM that lets you write SQL-like queries in TypeScript with full type safety. Lightweight, no code generation step, and closer to raw SQL than ORMs like Prisma.
Protecting our FLOSS commons from LLMs (Lobsters) Comments
Justif: Knuth-Plass justification and microtypography for the web (Lobsters) Comments
Why care about programming languages (Lobsters) Comments
I Inspected My Take-Home Interview Project. It Was a Whole Operation (Lobsters) Comments
John C. Dvorak has died (Lobsters) Comments
Calm technologies that excite me (Lobsters) Comments
Orcas team up to ram sunfish until they explode (Ars Technica) “We think this may help younger orcas feed more easily, or it could also just be for fun.”
Sales were up at Tesla but so were costs and spending (Ars Technica) Q2 2026 was profitable, but barely.
Microsoft brings original Xbox backward compatibility to Windows PCs (Ars Technica) First four compatible titles can be run with an 11-year-old graphics card.
ISPs' long nightmare of having to list all the fees they charge is finally over (Ars Technica) FCC lets ISPs stop listing all fees after companies complained it was too hard.
Data from GitHub public API, npm registry, and tech press (The Register, Lobsters, Ars Technica, TechCrunch, Wired, MIT Tech Review). README summaries pulled directly from each project.