Daily AI Implementation Scout Council

2026-09-07. Top pick: #1 Agent Plugins 1.0.0 (agentplugins/agent-plugins-spec). Each item is graded on 7 axes; copy a build command to act on it.

Today's ranked top 20

#1
newbuild nowBoth runtimes31 / 35

Agent Plugins 1.0.0 (agentplugins/agent-plugins-spec) repo

An open, vendor neutral specification, version 1.0.0, published August 6, 2026 by a steering committee spanning AWS, Anysphere (Cursor), Microsoft, OpenAI, and Vercel, that defines a single plugin folder format bundling Agent Skills and MCP server configuration so one package installs across competing agent products.

What it does for you: Gives YY a standard container to package Axion's Skills so they can run in Claude Code today and in ChatGPT, Cursor, Copilot, or Codex tomorrow without a rewrite, since a plugin is just a plugin.json manifest plus an optional skills folder and an optional mcp.json. It also gives Hermes a ready made packaging format to adopt instead of inventing its own, lowering the cost of ever sharing a skill outside the Skills repo.

In practice: The most consequential item found this week because it is not one project competing for attention, it is five rival vendors agreeing on the container format underneath all of them, which rarely happens this cleanly in this industry.

For: Both runtimes. It is a packaging specification, not tied to any single agent runtime, so both Axion's Claude based skills and a future Hermes runtime can package extensions against the same schema.

Security4
Quality5
Auditability4
Useful to you5
Useful to community5
Buildable now4
Hermes4

Verdict: build now. Score 31. Low execution risk since packaging one existing skill into the spec's folder layout is a reversible, local change, and the strategic upside for YY's 710 skill portfolio is large.

Build #1 Agent Plugins 1.0.0 (agentplugins/agent-plugins-spec): use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/agentplugins/agent-plugins-spec. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · 1.3k GitHub stars and 68 forks on the spec repo as of 2026-09-06, version 1.0.0 published August 6, 2026 with a version 1.1.0 working draft already in progress, governance charter caps any single company's Core Maintainer seats so no vendor holds a majority, confirmed by direct fetch.

#2
newtest firstBoth runtimes24 / 35

agentgateway repo

An open source, self hosted proxy purpose built to sit in front of AI agents and MCP servers, described by its maintainers as a next generation agentic proxy, handling routing, policy, and traffic between agent clients and the tool servers behind them.

What it does for you: If Axion ever runs more than a handful of MCP servers at once, this is a single front door that could apply consistent routing and policy instead of YY hand wiring each server into Claude Code separately, and it is a candidate shape for the kind of approval or policy layer the GHL write gate hook already does by hand.

In practice: Solid infrastructure play rather than a flashy demo, the kind of piece that matters more as Axion's MCP server count grows than it does today.

For: Both runtimes. It is a standalone proxy binary that sits in front of any MCP server or agent, so it is not specific to Claude or to a future Hermes runtime.

Security3
Quality4
Auditability3
Useful to you4
Useful to community4
Buildable now3
Hermes3

Verdict: test first. Score 24. Useful direction but no immediate pain point it solves for YY's current MCP setup, worth a small trial before any real commitment.

Build #2 agentgateway: use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/agentgateway/agentgateway. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · 4.7k GitHub stars and 808 forks as of 2026-09-06, confirmed by direct fetch.

#3
newtest firstBoth runtimes24 / 35

langwatch repo

An open source, Apache 2.0 licensed platform for LLM evaluation and AI agent testing that instruments agent frameworks, runs real time or batch evaluations, and includes a separate scenario framework for scripted multi turn agent tests using an agent under test, a user simulator agent, and a judge agent.

What it does for you: Gives YY a ready made way to score whether a skill like hook writer v2 or speak marc is actually improving output instead of relying on eyeballing it, using the same simulated multi turn test pattern the hook writer v2 eval already tries to do informally.

In practice: A mature, well documented evaluation platform rather than a thin wrapper, with the scenario testing idea being the most directly reusable piece for YY's own skill evaluation habit.

For: Both runtimes. It is reached over an SDK and API, not tied to Claude specifically, so both Axion and a future Hermes runtime could send traces and evaluations to it.

Security3
Quality4
Auditability3
Useful to you4
Useful to community4
Buildable now3
Hermes3

Verdict: test first. Score 24. Directly relevant to YY's existing interest in evaluating skills against a weaker model, worth a small pilot on one skill before wider adoption.

Build #3 langwatch: use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/langwatch/langwatch. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · 3.5k GitHub stars and 364 forks as of 2026-09-06, Apache 2.0 license, confirmed by direct fetch.

#4
newwatchBoth runtimes23 / 35

Agent Squad (2FastLabs) repo

A flexible, lightweight multi agent orchestration framework, formerly named multi agent orchestrator and previously hosted at awslabs/agent-squad, now moved to 2FastLabs and extended this month with a Swift runtime for on device orchestration on iPhone, iPad, and Mac, running agents, MCP tools, realtime voice, and tracing entirely on device.

What it does for you: Not an immediate fit since Axion already uses Claude Code as its own orchestrator, but the on device Swift runtime is worth knowing about if YY ever wants an offline or mobile facing agent that does not round trip through a server.

In practice: A credible, actively maintained project that just changed owners and added a real new capability, not just a version bump.

For: Both runtimes. Ships as npm, PyPI, and now a Swift package, so it is not tied to any one agent runtime and could sit alongside either Axion or Hermes.

Security3
Quality4
Auditability3
Useful to you3
Useful to community4
Buildable now3
Hermes3

Verdict: watch. Score 23. No current on device or mobile need to justify adoption, but the ownership move and Swift runtime are worth tracking.

Build #4 Agent Squad (2FastLabs): use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/2FastLabs/agent-squad. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · 7.8k GitHub stars and 738 forks as of 2026-09-06, Apache 2.0 license, confirmed move from awslabs/agent-squad, confirmed by direct fetch.

#5
watchBoth runtimes23 / 35

Microsoft Agent Framework repo

Microsoft's converged agent framework, formerly two separate AutoGen and Semantic Kernel projects, shipped version 1.17.0 this month with a Foundry hosted Telegram sample, broader OpenAI SDK 3.x support, a Mistral SDK migration, and fixes to approvals, history replay, and hosting reliability.

What it does for you: Mostly reference value for YY rather than a direct build, since Axion is Claude based and does not run on Microsoft Foundry, but the approvals and history replay patterns are worth studying since Axion's own GHL write gate and night shift queue solve a similar human approval problem.

In practice: A large, well funded, actively shipping framework, moving fast enough that last month's review is already several versions behind.

For: Both runtimes. Available in both .NET and Python and framework agnostic to which model answers, so it fits either a Claude based approach or a separate Hermes runtime.

Security4
Quality5
Auditability3
Useful to you2
Useful to community4
Buildable now3
Hermes2

Verdict: watch. Score 23. Different stack from Axion's Claude based approach, tracked for its approval and replay patterns rather than for direct adoption.

Build #5 Microsoft Agent Framework: use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/microsoft/agent-framework. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · Version 1.17.0 shipped within the past week per the Microsoft Agent Framework devblog, confirmed by direct search, prior review on 2026-08-30 was several versions earlier.

#6
watchStandalone tool22 / 35

grok-build (xai-org) repo

xAI's coding agent harness and terminal UI, launched as a closed beta in May 2026, open sourced under Apache 2.0 in mid July, and reaching version 1.0 on August 7, 2026, built as a fullscreen, mouse interactive, extensible CLI in the same space as Claude Code, Codex CLI, and Gemini CLI.

What it does for you: Not a tool YY would run instead of Claude Code, but the first party notice that it vendors in source ports of openai/codex and sst/opencode tool implementations is a useful signal of how fast the coding CLI space is converging on the same tool call conventions.

In practice: A credible, well backed competitor rather than a toy, but not one that displaces YY's existing Claude Code workflow.

For: Standalone tool. It is a competing, closed ecosystem coding agent CLI from xAI, a full standalone product rather than something Axion would embed inside Claude Code or Hermes.

Security3
Quality4
Auditability3
Useful to you2
Useful to community4
Buildable now4
Hermes2

Verdict: watch. Score 22. A real competitor to track, not a fit to adopt while Claude Code remains YY's primary coding agent.

Build #6 grok-build (xai-org): use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/xai-org/grok-build. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · 26.5k GitHub stars and 5k forks as of 2026-09-06, reached version 1.0 on August 7, 2026 per the release history, confirmed by direct fetch, prior review on 2026-07-16 caught it only at the closed beta stage.

#7
newtest firstClaude (Axion)22 / 35

Lians plugin

A small, evidence backed proof of done tool for Claude Code, Codex, and Cursor that runs real checks, binds the results to the current Git state, and reports what is actually ready for human review, available as a free local MCP server or a 10 dollar a month managed personal tier.

What it does for you: Matches the kind of check that render verify and Axion's own completion habits already push agents to do by hand, evidence tied to real Git state rather than a self reported claim, so it is worth a small trial on one Axion project to see if it catches anything the manual habit misses.

In practice: Small and early, but the honesty of its own published benchmarks, stating plainly that its cross agent continuity test is bounded beta evidence and not a competitor leaderboard, is a good sign for a tool about proving things are actually done.

For: Claude (Axion). Ships as a local MCP server built specifically for Claude Code, Codex, and Cursor sessions, so it plugs directly into Axion's existing Claude based workflow rather than a separate runtime.

Security3
Quality2
Auditability4
Useful to you4
Useful to community3
Buildable now3
Hermes3

Verdict: test first. Score 22. Directly matches YY's own verification before completion habit, low cost free local tier makes a trial cheap even though the project itself is tiny.

Install: add Lians as a local MCP server in Claude Code, Codex, or Cursor per the setup steps at github.com/Lians-ai/Lians, free tier, no managed account needed for a first trial. Review before enabling.

Source · 10 GitHub stars and 5 forks as of 2026-09-06, published a bounded beta result of 10 out of 10 expected facts recovered with 0 stale facts reported as current in its own cross agent continuity fixture, confirmed by direct fetch.

#8
newwatchBoth runtimes21 / 35

TEN-framework repo

An established open source framework for real time, multimodal conversational voice AI agents, Apache 2.0 licensed with some additional restrictions, that passed a public 6,000 GitHub star milestone earlier in 2026.

What it does for you: No live voice product to attach it to today, so this is background context rather than a build, useful mainly as a comparison point if MCL ever wants a voice agent beyond the existing IG story and hook writer content pipeline.

In practice: A real, established project rather than a new entrant, first picked up by this scout today.

For: Both runtimes. A multi language voice agent framework with C, C++, Go, Python, and JS or TS support, not tied to any single agent runtime.

Security3
Quality4
Auditability3
Useful to you2
Useful to community4
Buildable now3
Hermes2

Verdict: watch. Score 21. No current voice product need, tracked as an established reference option.

Build #8 TEN-framework: use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/TEN-framework/ten-framework. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · Passed a public 6,000 GitHub star milestone as announced by the project earlier in 2026, Apache 2.0 licensed with additional restrictions noted in its own license file, confirmed by direct fetch on 2026-09-06.

#9
newwatchStandalone tool19 / 35

qwen-audio-agent repo

A realtime voice runtime that keeps an agent talking, working, and present, Apache 2.0 licensed, shipping frequent dated releases through August 2026 including embeddable gateway and realtime provider extensions, Agent Skills support, and a version 2.0.0 now in development.

What it does for you: Low direct fit today since MCL and Axion work in English and the project's docs and community lean Chinese first, but the shipping cadence, six releases in about a month, is a useful signal of how fast realtime voice agent tooling is moving.

In practice: Actively developed and shipping real features weekly, but built for a different language and product context than YY's current work.

For: Standalone tool. A realtime voice product built around Qwen's own models and desktop app, not something Axion or Hermes would embed directly.

Security3
Quality3
Auditability3
Useful to you2
Useful to community3
Buildable now3
Hermes2

Verdict: watch. Score 19. Low fit for MCL's English first, non voice product today, tracked for its shipping pace rather than for adoption.

Build #9 qwen-audio-agent: use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/QwenAudio/qwen-audio-agent. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · 2.4k GitHub stars and 208 forks as of 2026-09-06, Apache 2.0 license, version 1.11.0 released 2026-08-20 and version 2.0.0 in development as of 2026-08-27, confirmed by direct fetch.

#10
newwatchBoth runtimes18 / 35

opentrace plugin

A small, single author observability engine for AI coding agents, self hosted on roughly a 4 dollar a month VM, storing structured logs, request lifecycle data, and error traces in a custom columnar store with no dashboard, designed so the AI assistant itself queries production data through MCP instead of a human copying and pasting it in.

What it does for you: An interesting shape for Axion's own bridge and heartbeat monitoring, letting an agent query its own production logs directly through MCP rather than YY manually tailing runs.log, but with only 25 stars and one author it needs a real trial before any trust.

In practice: A clever, narrow idea, no dashboards, the agent is the interface, executed by one person rather than a team.

For: Both runtimes. A self hosted, MCP native observability server that any MCP capable client can query, not tied to Claude specifically.

Security3
Quality1
Auditability4
Useful to you3
Useful to community2
Buildable now3
Hermes2

Verdict: watch. Score 18. Interesting shape for Axion's own observability but too new and single author to trust without a trial first.

Install: self host the single binary on a small VM per the README at github.com/adham90/opentrace, point one low stakes Axion routine at it as a trial before wiring in anything that matters. Review before enabling.

Source · 25 GitHub stars as of 2026-09-06, self hosted on roughly a 4 dollar a month VM per its own README, single binary with SQLite storage, confirmed by direct fetch.

#11
newwatchStandalone tool17 / 35

omlx (jundot) repo

An LLM inference server for Apple Silicon Macs with continuous batching and SSD backed KV caching, managed from the macOS menu bar, Apache 2.0 licensed.

What it does for you: Nothing directly, YY's box is Windows 11 per the standing environment rules, so this cannot run here at all, it is included only because it surfaced strongly in this week's local inference sweep and is worth knowing about if that ever changes.

In practice: A genuinely popular, well built project, the mismatch is entirely about YY's own hardware, not the project's quality.

For: Standalone tool. A macOS only, Apple Silicon specific inference server, and YY's box is Windows 11, so it does not run in Axion's actual environment at all.

Security3
Quality4
Auditability3
Useful to you1
Useful to community4
Buildable now1
Hermes1

Verdict: watch. Score 17. High quality project but a hard platform mismatch with YY's Windows box rules out any near term use.

Build #11 omlx (jundot): use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/jundot/omlx. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · 21.5k GitHub stars and 1.8k forks as of 2026-09-06, Apache 2.0 license, confirmed by direct fetch.

#12
newskipClaude (Axion)15 / 35

cordon (marras0914) plugin

A security gateway for MCP tool calls that sits between an LLM client and MCP servers, adding sequence aware policies, an audit log of every call, and human approval through a terminal prompt or Slack before a flagged tool call runs.

What it does for you: The human approval before a dangerous tool call pattern is the same shape as Axion's own GHL write gate hook, approve once, approve twice, so it is conceptually close to something YY already does by hand, but the project itself has essentially no adoption yet.

In practice: Well documented for its size, with a genuinely useful sounding replay feature for late approvals, but one star and one fork is a sign nobody else has tried it yet.

For: Claude (Axion). Positioned as a gateway between an LLM client such as Claude Code and the MCP servers it calls, so it is specific to that MCP client pattern.

Security3
Quality1
Auditability3
Useful to you3
Useful to community1
Buildable now2
Hermes2

Verdict: skip. Score 15. Concept matches YY's own approval gate pattern, but one star, one fork, and a single author is too little evidence to trust with real tool calls today.

Install: not recommended yet, self hosted gateway with no independent adoption signal, revisit only if star count or a security review appears. Review before enabling.

Source · 1 GitHub star and 1 fork as of 2026-09-06, confirmed by direct fetch, documents a Slack approval flow with OAuth and a replay command for late approvals.

#13
newskipBoth runtimes14 / 35

awesome-agent-plugins (ZeroPointRepo) repo

A curated directory listing more than 40 plugins verified against the new Agent Plugins open standard covered at rank 1 today.

What it does for you: A useful bookmark for finding real Agent Plugins as the ecosystem grows, but it is a list, not a tool, so it has nothing to build against on its own.

In practice: A thin companion project to the real news this week, useful as a pointer rather than as a thing in itself.

For: Both runtimes. A markdown directory of links, not runtime specific at all.

Security3
Quality1
Auditability4
Useful to you2
Useful to community2
Buildable now1
Hermes1

Verdict: skip. Score 14. A directory, not a tool, useful only as a discovery aid for rank 1's ecosystem.

Build #13 awesome-agent-plugins (ZeroPointRepo): use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/ZeroPointRepo/awesome-agent-plugins. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · 5 GitHub stars and 5 forks as of 2026-09-06, confirmed by direct fetch, lists itself as tracking more than 40 verified plugins for the Agent Plugins standard.

#14
newskipStandalone tool13 / 35

vigil (VectorInstitute) repo

A kernel level observability and enforcement tool for AI agents from the Vector Institute, a Canadian AI research lab, using BPF LSM hooks to watch and enforce policy on agent behavior at the operating system level.

What it does for you: Conceptually the deepest kind of sandboxing found this week, enforcement below the process itself rather than around it, but it needs a Linux kernel 5.7 or newer with BPF LSM enabled and root access, none of which matches YY's Windows 11 box.

In practice: A credible research lab behind it, but this is very early, three stars, and simply cannot run in Axion's actual environment today.

For: Standalone tool. Requires a Linux kernel with BPF LSM enabled and root privileges to load eBPF programs, which does not match YY's Windows 11 box at all.

Security4
Quality2
Auditability2
Useful to you1
Useful to community2
Buildable now1
Hermes1

Verdict: skip. Score 13. Credible origin but a hard platform mismatch with YY's Windows box plus very early stage traction rules out any near term use.

Build #14 vigil (VectorInstitute): use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/VectorInstitute/vigil. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · 3 GitHub stars and 0 forks as of 2026-09-06, requires Linux kernel 5.7 plus with CONFIG_BPF_LSM enabled and root privileges per its own README, confirmed by direct fetch.