← All posts

AI + Dev Digest — August 29, 2026

Agent skills are going vertical — today's trending repos specialize AI for science, video production, architecture diagrams, and pragmatic code generation.

Today's GitHub trending charts tell a clear story: "agent skills" is cementing itself as a distinct software category. The breakout projects aren't general-purpose AI wrappers — they're specialized runtimes and toolkits that give agents domain fluency in science, video production, and software architecture. Pair that with a creative outlier that turns open-source satellite data into a cinematic globe, and you get a snapshot of how quickly the builder community is finding novel ground to stake out.

tt-a1i/archify: Architecture Diagrams as an Agent Skill

The most-starred repo of the day is a specialized agent skill that generates verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams from natural language and exports clean HTML. Rather than asking a general-purpose model to guess at a diagram, Archify encodes the formal rules of each diagram type so the output is structurally correct by construction — no hallucinated edges or contradictory flows. At over 4,500 stars gained in a single day, it's clearly touching a pain point every engineering team has felt: getting legible, shareable diagrams out of AI without babysitting every step.

github.com/tt-a1i/archify

K-Dense-AI/scientific-agent-skills: 163 Tools That Make Any Agent an AI Scientist

This Python library packages 163 validated skills covering biology, chemistry, medicine, and drug discovery into a ready-to-integrate toolkit for AI agents. Each skill is a callable unit — literature search, protein structure lookup, compound analysis — that slots into whatever agent framework a team is already running. The "validated" framing matters: it claims each skill has been tested against real scientific workflows rather than assembled from documentation alone, which is a meaningful bar in a space full of wrapper libraries.

github.com/K-Dense-AI/scientific-agent-skills

calesthio/OpenMontage: Agentic Video Production, Open Source

OpenMontage calls itself the first open-source agentic video production system, wiring together 12 production pipelines and over 700 agent skill files to handle the full editorial lifecycle: scripting, assembly, color grading, and output. The scale of the skill count suggests it treats video production as a composable system — individual, reusable capabilities that agents can chain — rather than a monolithic generator. For developers building on top of it, those 700+ skills are effectively a domain vocabulary for video that would otherwise take years to assemble from scratch.

github.com/calesthio/OpenMontage

DietrichGebert/ponytail: Teaching Agents to Write Less Code

Ponytail is a JavaScript framework built around a specific frustration: AI agents generating unnecessary boilerplate, helper classes, and abstractions that an experienced developer would have left unwritten. The framework provides structural guidance so agents default to the pragmatic minimum — the right amount of code for the task at hand. It's a small philosophical bet that the quality gap between AI-generated and human-written code is less about correctness than about editorial restraint, and it's resonating with nearly 1,400 developers today.

github.com/DietrichGebert/ponytail

bilawalsidhu/gods-eye-view: Live Geospatial Intelligence in the Browser

On the creative side, Gods Eye View is a browser-based satellite simulator that renders live, open-source spatial intelligence data on a photorealistic 3D globe using only publicly available sources — satellite positions, vessel tracking, flight data. It's built in JavaScript and produces something that looks and feels cinematic without any proprietary feeds. Nearly 3,800 stars in a single day signals an audience as interested in what's openly knowable about the world as they are in the technical craft of putting it on screen.

github.com/bilawalsidhu/gods-eye-view