Open Source Radar: August 7 — agent skills & coding agents heat up
Skills went from niche to default this week: Addy Osmani's engineering pack passed 80k stars, and the trending board filled out with terminal coding agents and agent-infrastructure tooling. Four open-source projects worth running, plus a watchlist.
DeepSeek-Reasonix (Go, ~33k stars) — A DeepSeek-native coding agent for the terminal, engineered around prefix-cache stability: repeated context hits the cache instead of the bill, so long-running sessions stay cheap. That's the differentiator — most agents burn your context window on re-reads; this one is built to be left running. It's the strongest DeepSeek-native answer to Claude Code yet.
openwork (TypeScript, ~21k stars) — The open-source alternative to Claude Cowork, built on opencode. Anthropic's multi-agent workspace is closed and hosted; openwork gives you the same shared multi-agent coding setup you can self-host and fork. If you want Cowork-style collaboration without the lock-in, this is the week's best option.
agent-skills (JavaScript, ~84k stars) — Addy Osmani's collection of production-grade engineering skills for coding agents: testing, code review, performance, and more, packaged so an agent can load them on demand. It's the clearest proof yet that skills are the new plugins — a reference library that turns a generic coding agent into one that behaves like a senior engineer.
cloudflare/computer (TypeScript, ~5.5k stars) — Cloudflare's answer to "give your agent a computer": a virtual filesystem living inside a Durable Object, with pluggable runtimes that project that state into a container, an isolate shell, or JavaScript isolates. State is authoritative in SQLite; execution is swappable. It's preview-only and explicitly not production-ready, but it's the most interesting bet this week on where agent workspaces go.
Worth watching next week: TencentDB-Agent-Memory and PrimeIntellect's prime-agent keep climbing, and if the skills pattern holds, expect Google's official skills repo to pull the rest of the majors in.
Which of this week's projects are you actually going to try? Tell us in the comments.
Sources: DeepSeek-Reasonix (GitHub) · openwork (GitHub) · agent-skills (GitHub) · cloudflare/computer (GitHub)