Skills Are Eating the GitHub Trending Charts, and a 744B MoE Just Landed on a Laptop
Skills are becoming a cross-platform protocol for agent behavior, and whoever sets that standard controls the next major developer ecosystem. Meanwhile, running a 744B MoE on a laptop removes the last cost barrier for using frontier open-source models against closed APIs.
GitHub's July 2026 trending data shows the Claude Code Skills ecosystem dominating the charts. Projects like mattpocock/Skills and obra/superpowers are pulling in tens of thousands of stars and forks, signaling that Skills are becoming a universal protocol layer across coding agents. The high fork counts indicate developers are not just starring these repos but actively modifying and deploying them.
Two other major threads emerged. JustVugg/colibri, a zero-dependency C engine, runs the 744B-parameter GLM-5.2 MoE model on a machine with just 25GB of RAM by streaming experts from disk. This decouples total parameters from active parameters, making consumer-grade inference for massive models a practical reality.
xAI's grok-build, a Rust-based coding agent harness, represents a shift in the agent arms race from model capability to the runtime environment. The simultaneous rise of safety guardrails and interaction-layer projects confirms that the infrastructure around coding agents is maturing rapidly.
Skills are undergoing the same pattern as early mobile app stores: rapid quantity growth before a killer use case emerges. The real value will accrue to the framework that standardizes discovery and composition.
The decoupling of total parameters from active parameters in MoE models, exploited by colibri, changes the economics of model deployment. When a 744B model runs on a laptop, the cost argument for closed-source APIs collapses.
xAI and OpenAI both signaling interest in open-source agent harnesses suggests the next platform war will be fought over the runtime environment, not the model weights. The harness is the new browser.
The rise of Shell as an AI development language is a return to Unix philosophy: simple, composable text streams that any agent can execute. This undercuts complex SDKs as the default integration pattern.