← All posts

AI + Dev Digest — September 6, 2026

Agent skill libraries are taking center stage, OpenCode reaches 204k stars as a fully open coding agent, and Hermes Agent brings a self-improving learning loop to local AI workflows.

A thread running through this weekend's trending projects is the shift from raw AI capabilities toward structured, reusable agent workflows. Developers are no longer just wiring up LLMs — they're building libraries of proven skills, self-improving feedback loops, and open-source coding agents that compete with closed commercial tools. The craft of working with AI is maturing into its own engineering discipline.

Matt Pocock's Agent Skills Library Hits 253k Stars

TypeScript educator and engineer Matt Pocock open-sourced his personal .agents directory as a collection of reusable agent skills for tools like Claude Code. The library covers two categories: engineering skills for alignment and test-driven development (/grill-me, /tdd, code review, bug diagnosis), and productivity skills for handoffs, teaching, and session planning. The project's philosophy is deliberate minimalism — small, composable workflows that address the most common agent failure modes like misalignment with requirements and architectural drift, rather than monolithic agents that take over the keyboard.

github.com/mattpocock/skills

OpenCode: The Open-Source Coding Agent at 204k Stars

OpenCode is a fully open TypeScript coding agent with two primary modes: a build agent for unrestricted development and a plan agent for read-only analysis with permission-controlled command execution. It ships as a desktop app for macOS, Windows, and Linux, and supports installation through npm, Homebrew, Scoop, and AUR. With 15,000+ commits, 4,200 open issues, and 26k forks, it has the community scale of a serious infrastructure project. The open-source alternative to proprietary coding agents now has the distribution footprint to match.

github.com/anomalyco/opencode

Nous Research Ships Hermes Agent with a Built-In Learning Loop

Hermes Agent from Nous Research takes a different approach to the "agent that forgets everything after each session" problem: it maintains persistent memory across conversations, autonomously creates procedural skills from experience, and refines them over time in what the team calls a closed learning loop. It runs on anything from a $5 VPS to a GPU cluster, supports CLI, Telegram, Discord, and Slack interfaces, and works with any LLM provider — Nous, OpenRouter, OpenAI, or custom endpoints. The explicit goal of releasing trajectory data for training future tool-calling models makes it a research artifact as much as a productivity tool.

github.com/NousResearch/hermes-agent

n8n Tops 203k Stars as AI-Native Automation Gets Mainstream

Workflow automation platform n8n continues climbing, with strong daily momentum driven by its AI-native positioning. The platform supports building multi-step agents with custom data, models, and tools, integrates with OpenAI, Anthropic, and Google without vendor lock-in, and combines a visual builder with JavaScript, Python, and npm package support for cases that need code. With 1,500+ integrations and 9,000+ workflow templates, it sits at an interesting crossroads — too flexible to be a simple no-code tool, accessible enough that AI-assisted setup makes it viable for non-engineers building serious automation.

github.com/n8n-io/n8n