Open Source Radar — August 12: skills standard & parallel agents

Share
Open Source Radar — August 12: skills standard & parallel agents

The skills pattern just got its official reference implementation, and the freshest signal on today's board is scale: whole fleets of coding agents running in parallel instead of one in a terminal. Three projects worth your attention.

anthropics/skills (Python, ~168k stars) — Anthropic's official Agent Skills repository and the reference implementation behind the open Agent Skills standard. Skills are self-contained folders of instructions and scripts that Claude loads on demand for specialized work, and this repo shows the full range: creative skills for art and music, technical ones for testing web apps and generating MCP servers, plus the document skills (docx, pdf, pptx, xlsx) that power Claude's file-creation features, shared here as source-available reference. It lands days after Google published its own skills catalog, which settles what the ecosystem has been circling: the skills pattern is now the default way to extend an agent, and this is the repo to study when you build your own. If your team runs Claude for anything beyond chat, this is the official playbook.


Orca (TypeScript, ~43k stars) — A desktop agent-development environment for running coding agents in parallel — Codex, Claude Code, OpenCode, or Pi side by side, each in its own isolated git worktree, tracked in one place. Its signature move is Parallel Worktrees: fan one prompt across five agents, compare the results, and merge the winner, with a mobile companion app for steering agents and getting pinged when they finish. Out since March and already past 43k stars with a release pushed today, it's the clearest sign that the single-terminal agent era is giving way to orchestration — you keep your own subscriptions and one workspace runs the whole fleet. If you've ever wanted five agents working the same problem without stepping on each other, this is the tool.


diagram-design (HTML, ~8k stars) — Twenty-nine editorial diagram types packaged as a skill for Claude Code, Codex, and Pi. Every diagram ships as self-contained HTML and SVG — no build step, no external images — and the skill matches your brand by reading your website and mapping its colors and fonts, or redraws existing draw.io and Mermaid diagrams at a quality your audience can actually read. The stance is the story: no generic rounded boxes, no Mermaid-slop, no fighting with a design tool for half an hour. If your agents keep producing diagrams that look like every other AI output, this is the closest thing to a design system for them.

Worth watching this week: agent orchestration is becoming a product category — expect the coding-agent vendors to answer Orca with fleet features of their own.

Would you rather trust one agent or run a fleet you can steer from your phone? Tell us in the comments.

Sources: anthropics/skills (GitHub) · Agent Skills standard · Orca (GitHub) · diagram-design (GitHub)