Overview
This week's trending set is dominated by the agent infrastructure layer — MCP servers, agent harnesses, skill ecosystems, and security tooling for agent workflows. Multiple new frameworks for building agent-native applications (BuilderIO's Agent-Native, Astro's Flue) sit alongside production-grade MCP servers (codebase-memory-mcp, AWS Agent Toolkit) and a wave of agent skill/security tooling from NVIDIA, Anthropic, and Google. The "agent skill" pattern — structured, reusable capabilities for coding agents — is the clearest emerging theme.
1. BuilderIO/agent-native
- Repo: https://github.com/BuilderIO/agent-native
- Category: AI Agents
- Status: New
A framework for building agent-native applications — not agents that chat alongside apps, but agents that act inside them. Provides primitives for shared actions, SQL-backed state, identity, tools, skills, jobs, observability, and UI surfaces that all work together. Notable for being a full-stack approach to agentic software rather than just another agent SDK.
Why it's on the list: Represents a paradigm shift from "agents as chatbots" to "agents as first-class app citizens."
2. DeusData/codebase-memory-mcp
- Repo: https://github.com/DeusData/codebase-memory-mcp
- Category: MCP
- Status: New
A high-performance code intelligence MCP server that indexes codebases into a persistent knowledge graph. Indexes an average repo in milliseconds, supports 158 languages, sub-ms queries, and uses 99% fewer tokens than naive approaches. Ships as a single static binary with zero dependencies. Can index the Linux kernel (28M LOC) in milliseconds.
Why it's on the list: Solves the fundamental token-cost problem for AI coding agents working with large codebases.
3. NVIDIA/SkillSpector
- Repo: https://github.com/NVIDIA/SkillSpector
- Category: AI Tools
- Status: New
A security scanner for AI agent skills that detects vulnerabilities, malicious patterns, and security risks before installation. Research cited in the repo shows 26.1% of agent skills contain security issues. Works with skills used by Claude Code, Codex CLI, Gemini CLI, and others.
Why it's on the list: As agent skill ecosystems explode, this fills a critical security gap that every team deploying agents needs.
4. aws/agent-toolkit-for-aws
- Repo: https://github.com/aws/agent-toolkit-for-aws
- Category: MCP
- Status: New
Official AWS-supported MCP servers, skills, and plugins that help AI coding agents build, deploy, and manage applications on AWS. Works with Claude Code, Codex, Cursor, and other major coding agents. Provides the tooling, knowledge, and guardrails for agentic AWS development.
Why it's on the list: First-party AWS MCP support signals enterprise readiness for agent-driven cloud workflows.
5. kunchenguid/no-mistakes
- Repo: https://github.com/kunchenguid/no-mistakes
- Category: CLI
- Status: New
A local git proxy that intercepts pushes and runs an AI-driven validation pipeline before forwarding to the real remote. Spins up a disposable worktree, validates the branch, and opens a clean PR automatically — but only after every check passes. Designed to "kill all the slop" and raise clean PRs.
Why it's on the list: Addresses the real pain point of AI-generated code quality gatekeeping in a clever, non-blocking way.
6. stablyai/orca
- Repo: https://github.com/stablyai/orca
- Category: AI Agents
- Status: Trending
An agent orchestration desktop and mobile app for running a fleet of parallel coding agents. Run Codex, Claude Code, OpenCode, or Pi side-by-side, each in its own worktree, tracked in one place. Includes a mobile companion for monitoring and steering agents from a phone.
Why it's on the list: The "agent multiplexer" pattern is emerging, and Orca is the most polished desktop/mobile implementation.
7. withastro/flue
- Repo: https://github.com/withastro/flue
- Category: AI Agents
- Status: New
A sandbox agent framework from the Astro team — not another SDK, but a programmable TypeScript harness for building autonomous agents and AI workflows. Uses a skill-based architecture with SKILL.md files and a runtime that supports local and remote execution.
Why it's on the list: From the team behind Astro, signals a focus on developer experience and composability for agent workflows.
8. google-labs-code/design.md
- Repo: https://github.com/google-labs-code/design.md
- Category: AI Tools
- Status: New
A format specification for describing a visual identity to coding agents. DESIGN.md gives agents a persistent, structured understanding of a design system using YAML frontmatter for design tokens and markdown for guidelines. Enables agents to maintain consistent visual output across sessions.
Why it's on the list: Standardizes how agents understand design systems — a missing piece for production-grade agentic UI development.
9. agentgateway/agentgateway
- Repo: https://github.com/agentgateway/agentgateway
- Category: MCP
- Status: Trending
An open-source proxy built on MCP and A2A protocols that provides drop-in security, observability, and governance for agent-to-LLM, agent-to-tool, and agent-to-agent communication. Works across any framework and environment.
Why it's on the list: As multi-agent systems grow, a protocol-level proxy for security and observability becomes essential infrastructure.
10. modem-dev/hunk
- Repo: https://github.com/modem-dev/hunk
- Category: CLI
- Status: New
A review-first terminal diff viewer built specifically for agent-authored changesets. Features multi-file review with sidebar navigation, inline AI annotations, split/stack layouts, and watch mode. Built on OpenTUI and Pierre diffs.
Why it's on the list: Agent-generated code needs agent-aware review tools — this fills a UX gap that traditional diff viewers don't address.
Honorable Mentions
- mattpocock/skills — Real-world agent skills from a prominent TypeScript engineer, straight from his .claude directory.
- Panniantong/Agent-Reach — One CLI to give agents access to Twitter, Reddit, YouTube, GitHub, and more with zero API fees.
- ogulcancelik/herdr — Terminal-based agent multiplexer with workspaces, tabs, and panes for managing multiple agents.
- vercel-labs/agent-browser — Fast Rust-based browser automation CLI purpose-built for AI agents.
- mukul975/Anthropic-Cybersecurity-Skills — 817 structured cybersecurity skills mapped to 6 frameworks for AI agents.
Sources
- calesthio/OpenMontage — https://github.com/calesthio/OpenMontage
- DeusData/codebase-memory-mcp — https://github.com/DeusData/codebase-memory-mcp
- BuilderIO/agent-native — https://github.com/BuilderIO/agent-native
- kunchenguid/no-mistakes — https://github.com/kunchenguid/no-mistakes
- jamiepine/voicebox — https://github.com/jamiepine/voicebox
- Panniantong/Agent-Reach — https://github.com/Panniantong/Agent-Reach
- stablyai/orca — https://github.com/stablyai/orca
- mukul975/Anthropic-Cybersecurity-Skills — https://github.com/mukul975/Anthropic-Cybersecurity-Skills
- google-labs-code/design.md — https://github.com/google-labs-code/design.md
- mattpocock/skills — https://github.com/mattpocock/skills
- aws/agent-toolkit-for-aws — https://github.com/aws/agent-toolkit-for-aws
- NVIDIA/SkillSpector — https://github.com/NVIDIA/SkillSpector
- withastro/flue — https://github.com/withastro/flue
- agentgateway/agentgateway — https://github.com/agentgateway/agentgateway
- modem-dev/hunk — https://github.com/modem-dev/hunk
- vercel-labs/agent-browser — https://github.com/vercel-labs/agent-browser
- ogulcancelik/herdr — https://github.com/ogulcancelik/herdr