Daily AI Implementation Scout Council

2026-08-22. Top pick: #1 mattpocock/skills. Each item is graded on 7 axes; copy a build command to act on it.

Today's ranked top 20

#1
build nowBoth runtimes33 / 35

mattpocock/skills skill

Engineering skills from Matt Pocock's personal .agents directory, published as a public repo. Includes ask-matt (skill router), grill-with-docs (domain model builder updating CONTEXT.md and ADRs inline), triage (issue state machine), improve-codebase-architecture (visual HTML report of deepening opportunities), to-spec (formalises the current conversation into a spec file), to-tickets (decomposes any plan into issue-tracker tickets), and setup-matt-pocock-skills (one-time repo config). MIT license, Shell.

What it does for you: AXION engineering decisions, spec writing, and codebase architecture reviews are currently ad hoc. to-spec captures decisions already in a chat into a formal spec file; to-tickets decomposes that spec into trackable work items; improve-codebase-architecture scans any AXION component and produces a visual report. Matt Pocock uses these skills in his own daily engineering work, making them tested against real codebases rather than generic templates.

In practice: 229,293 GitHub stars, 19,603 forks, 3,368 new stars today. Third consecutive day trending all languages. Star momentum increased from 1,214 on 2026-08-20 to 3,368 today, showing accelerating adoption. MIT license, Shell.

For: Both runtimes. SKILL.md files with no build step. Compatible with Claude Code, Hermes, and any skill-runner that reads the Agent Skills format.

Security4
Quality5
Auditability5
Useful to you5
Useful to community5
Buildable now5
Hermes4

Verdict: build now. 33 total. Third consecutive day as build now, still not adopted in AXION. The 3,368 new stars today is the highest single-day total for this repo since it first appeared. Tiebreaker over thedotmack/claude-mem: both score 33, neither is new today, mattpocock/skills takes rank 1 on today's star momentum (3,368 vs approximately 100 for claude-mem).

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

Source · 229,293 GitHub stars, 19,603 forks, 3,368 new stars today (trending all languages, day 3). MIT license, Shell. Published from the author's personal .agents directory. Last listed 2026-08-21 with verdict build now.

#2
build nowBoth runtimes33 / 35

thedotmack/claude-mem plugin

Persistent context compression system for agent sessions, v13.4.0, Apache 2.0, Node 20+. Captures what an agent does during a Claude Code session, compresses it with AI into a structured memory block, and injects relevant context back into future sessions automatically. Install with one command: `npx claude-mem install`. Also installable via the Claude Code plugin marketplace. Works with Claude Code, Hermes, Codex, Gemini CLI, Copilot, OpenCode, and more. Listed in awesome-claude-code.

What it does for you: AXION sessions lose context between Claude Code runs and Hermes runs, forcing YY to write manual handoff documents. claude-mem automates that handoff: after each session it compresses what happened into a dated memory block, and the next session in any supported CLI reads it before starting. The AI compression step keeps the injected context within token budget even across many sessions. Hermes is explicitly listed as a supported target. Not currently in YY's enabledPlugins.

In practice: Approximately 91,500 GitHub stars, confirmed trending in JavaScript on 2026-08-22 (day 2). v13.4.0 signals 13 major release cycles. Listed in awesome-claude-code with an official badge.

For: Both runtimes. Installs via npx into Claude Code as a plugin hook, but the compressed memory file it writes is vendor-agnostic markdown that Hermes and Codex read at session start. Works wherever an agent CLI reads a session context file.

Security4
Quality5
Auditability5
Useful to you5
Useful to community5
Buildable now5
Hermes4

Verdict: build now. 33 total. Second consecutive day as build now. thedotmack/claude-mem and mattpocock/skills both score 33; mattpocock takes rank 1 today on star momentum (3,368 vs approximately 100 for claude-mem). Directly solves AXION's top operational gap with no infrastructure requirement beyond Node 20. Not yet adopted.

Install: run `npx claude-mem install` to hook into Claude Code automatically, or use `/plugin marketplace add thedotmack/claude-mem` then `/plugin install claude-mem` inside Claude Code. Not currently in YY's enabledPlugins. Review before enabling.

Source · Approximately 91,500 GitHub stars, confirmed still trending in JavaScript on 2026-08-22. v13.4.0, Apache 2.0, Node >=20. Listed in awesome-claude-code. Homepage at claude-mem.ai. Last listed 2026-08-21 with verdict build now.

#3
build nowBoth runtimes32 / 35

microsoft/SkillOpt repo

Text-space optimizer from Microsoft Research that trains reusable natural-language skills for frozen LLM agents through trajectory-driven edits and validation-gated updates. Produces deployable best_skill.md artifacts. Ships SkillOpt-Sleep in v0.2.0: a nightly self-evolution engine that harvests real agent session data, mines improvement opportunities, replays and consolidates them behind a held-out validation gate. Claude Code integration shell is in the repo.

What it does for you: AXION updates skills manually. SkillOpt replaces that loop with a research-backed automated pipeline: SkillOpt-Sleep reads real Claude Code session trajectories, identifies skill weaknesses, proposes edits, validates them against held-out tests, and writes an improved best_skill.md. This is the first skill optimizer with a published paper, a PyPI release, and a Claude Code integration shell in one package.

In practice: Approximately 16,100 GitHub stars, 1,500 forks as of 2026-08-21. Microsoft Research blog feature 2026-07-24 with VentureBeat and The Decoder coverage. Fourth consecutive day as a build-now carry: not yet adopted in AXION.

For: Both runtimes. Python package (pip install skillopt). Ships integration shells for Claude Code, Codex, Copilot, and Devin. SKILL.md artifacts are format-agnostic and run in Hermes or any skill-compatible harness.

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

Verdict: build now. 32 total. Fourth consecutive day as build now, still not adopted in AXION. pip install skillopt plus the Claude Code integration shell in the repo is same-day safe.

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

Source · Approximately 16,100 GitHub stars, 1,500 forks as of 2026-08-21. v0.2.0 on PyPI released 2026-07-02. Microsoft Research blog post 2026-07-24. MIT license. Last listed 2026-08-21 with verdict build now.

#4
build nowBoth runtimes32 / 35

alirezarezvani/claude-skills skill

Community collection of 345 Claude Code and agent skills across 10 domains: engineering core (52 skills), engineering powerful (84 skills including agent-harness, zero-hallucination-coder, and skillopt-sleep), product, marketing, compliance, C-level advisory, research, business operations, commercial and finance, and daily productivity. Ships 30+ prebuilt agents and 70+ custom commands.

What it does for you: YY can clone this repo and cherry-pick from 345 battle-tested skills rather than writing from scratch. The agent-harness skill adds a goal-plan-execute-verify-close loop over any domain. The engineering/skillopt-sleep module ties this collection to the SkillOpt automated nightly improvement loop at rank 3. Updated 2026-08-18, four days before today.

In practice: Approximately 24,700 GitHub stars, 3,500 forks as of 2026-08-21. Updated 2026-08-18. Fourth consecutive day as a build-now carry: not yet adopted in AXION.

For: Both runtimes. Markdown skill files with no build step; compatible with Claude Code, Codex, Hermes, and any skill-runner that reads SKILL.md or CLAUDE.md format.

Security4
Quality4
Auditability4
Useful to you5
Useful to community5
Buildable now5
Hermes5

Verdict: build now. 32 total. Fourth consecutive day as build now. Clone and copy individual skills today.

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

Source · Approximately 24,700 GitHub stars, 3,500 forks as of 2026-08-21. Updated 2026-08-18. 345 skills across 10 domains. Last listed 2026-08-21 with verdict build now.

#5
test firstBoth runtimes31 / 35

pydantic/pydantic-ai repo

Python AI agent framework from the Pydantic team. Typed end-to-end across agents, realtime voice, image generation, and embeddings. Every major model provider supported, including Anthropic natively. Dependency injection for tools. Pydantic model validation on all LLM outputs. Supports structured streaming and multi-turn conversations with typed state.

What it does for you: AXION agents today produce untyped output requiring ad hoc JSON parsing and retry logic. Pydantic AI replaces that pattern with full typing from the LLM response through to Python objects, eliminating custom parsing code in every AXION agent. The Anthropic provider ships natively; no adapter or wrapper needed.

In practice: Approximately 19,400 GitHub stars, 2,600 forks as of 2026-08-21. MIT license. Built by the Pydantic team, whose validation library is a Python ecosystem standard. Last listed 2026-08-21 with verdict test first.

For: Both runtimes. Python package; provider-agnostic typed agent framework. Native Anthropic provider ships in the package. Hermes can use it directly for typed response validation from any LLM call.

Security4
Quality5
Auditability5
Useful to you4
Useful to community4
Buildable now4
Hermes5

Verdict: test first. 31 total. The Anthropic provider is native, making this a same-session test. Try it on one AXION agent that currently does manual JSON parsing and compare output quality before committing to wider adoption.

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

Source · Approximately 19,400 GitHub stars, 2,600 forks as of 2026-08-21. MIT license. Anthropic provider documented at ai.pydantic.dev/api/models/anthropic/. pip install pydantic-ai. Last listed 2026-08-21.

#6
test firstClaude (Axion)30 / 35

diet103/claude-code-infrastructure-showcase repo

Reference implementation of Claude Code infrastructure patterns: a skill-activation-prompt hook that fires on every user prompt and checks a skill-rules.json file for trigger patterns, suggesting relevant skills automatically. Ships a hooks README, agents README, skills README, and a Claude integration guide written for AI-assisted setup.

What it does for you: AXION already has hooks in settings.json but no systematic trigger-based skill activation. Copying the two essential hooks and one skill-rules.json from this repo introduces declarative, auditable auto-activation. With the large skill libraries at ranks 1, 3, and 4 now on the action queue, a skill-rules.json makes routing to the right skill automatic instead of manual.

In practice: Approximately 10,000 GitHub stars as of 2026-08-21. TypeScript, MIT. Last listed 2026-08-21 with verdict test first.

For: Claude (Axion). Claude Code-specific: the skill-activation-prompt hook and skill-rules.json pattern are designed for Claude Code's hook and skill runtime. Hermes does not run the same hook lifecycle.

Security4
Quality4
Auditability4
Useful to you5
Useful to community4
Buildable now5
Hermes4

Verdict: test first. 30 total. Test on an isolated project first to confirm the hook does not conflict with the build-gate.js hook already in AXION settings.json.

Build #6 diet103/claude-code-infrastructure-showcase: use the ai-implementation-build-intake skill to build this safely. Source: https://github.com/diet103/claude-code-infrastructure-showcase. Save canonical skill/agent under AXION\Skills and AXION\Agents.

Source · Approximately 10,000 GitHub stars as of 2026-08-21. Updated 2026-07-13. TypeScript, MIT license. Ships CLAUDE_INTEGRATION_GUIDE.md plus three README files covering skills, hooks, and agents. Last listed 2026-08-21.

#7
test firstBoth runtimes29 / 35

akitaonrails/ai-memory repo

Rust CLI for long-term memory across agent coding sessions and cross-vendor handoff. Stores structured task context, failed approaches, open questions, and architecture notes in a vendor-agnostic format. When switching from Claude Code to another CLI in the same directory, the next agent reads the memory and continues without re-explaining the project. Ships a web UI for memory inspection and proactive query routing via Agent Skills.

What it does for you: AXION sessions switch between Claude Code and Hermes; context is currently lost unless YY writes handoffs manually. ai-memory automates that handoff via a Rust CLI. Note: thedotmack/claude-mem at rank 2 addresses the same gap via a plugin install. Both are on the test queue; ai-memory uses structured task context while claude-mem uses AI-compressed session summaries. Test both and compare recovery quality before committing to one.

In practice: 2,673 GitHub stars, 231 forks as of 2026-08-21. Rust 1.95+, MIT license. Last listed 2026-08-21 with verdict test first.

For: Both runtimes. Rust CLI binary that writes a vendor-agnostic memory block and Agent Skills files into any project directory. Works with Claude Code, Codex, Gemini CLI, and any agent CLI. Hermes can read the resulting memory files at session startup.

Security4
Quality4
Auditability4
Useful to you5
Useful to community5
Buildable now4
Hermes3

Verdict: test first. 29 total. Re-listed from 2026-08-21. Two cross-session memory solutions are on the action queue: claude-mem at rank 2 and ai-memory at rank 7. Test both on a non-critical project and compare before adopting either.

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

Source · 2,673 GitHub stars, 231 forks as of 2026-08-21. Rust 1.95+, MIT license. Release badge visible in README. Last listed 2026-08-21.

#8
test firstBoth runtimes29 / 35

mukul975/Anthropic-Cybersecurity-Skills skill

817 structured cybersecurity skills for AI agents, mapped to 6 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND, NIST AI RMF, and MITRE F3 Fight Fraud. Covers 29 security domains including threat detection, vulnerability management, incident response, and compliance. Apache 2.0. Community project; not affiliated with Anthropic despite the name.

What it does for you: AXION has no dedicated security skills today. This library adds 817 structured audit and defence skills that Claude Code can invoke when reviewing AI-generated code, checking AXION scripts for vulnerabilities, or auditing MCL platform changes. Start with the NIST CSF and D3FEND domains for pure-defence use: those skills cover asset inventory, access control review, and log analysis with no offensive techniques involved.

In practice: Approximately 29,781 GitHub stars, 3,530 forks as of 2026-08-21. Apache 2.0. Security.md and Code of Conduct included. Last listed 2026-08-21 with verdict test first.

For: Both runtimes. agentskills.io standard SKILL.md format. Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI, and 20+ platforms. Hermes can load SKILL.md files directly.

Security3
Quality4
Auditability4
Useful to you4
Useful to community5
Buildable now5
Hermes4

Verdict: test first. 29 total. The defence and CSF domains are immediately applicable to AXION security reviews. Test on a non-production AXION review first, picking only defence-domain skills. Do not install offensive-technique skills without explicit written authorization for the target system.

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

Source · Approximately 29,781 GitHub stars, 3,530 forks as of 2026-08-21. 817 skills across 29 domains. 6 framework mappings documented in README. Apache 2.0. Last listed 2026-08-21.

#9
test firstClaude (Axion)29 / 35

modelcontextprotocol/servers plugin

Anthropic-maintained collection of reference and community MCP server implementations: filesystem, GitHub, Slack, Google Drive, Postgres, fetch, memory, and others. The canonical starting point for adding MCP tools to Claude Code. No new servers confirmed added today.

What it does for you: AXION uses Claude Code with MCP tools daily. The memory server ships a knowledge graph implementation useful for AXION agent memory. The fetch server is directly relevant for the scout newsletter pipeline. Both can be installed with npx commands from this repo without a build step.

In practice: Continuously maintained by Anthropic and the MCP community. No new entries observed in today's plugin scout. Last listed 2026-08-21 with verdict test first.

For: Claude (Axion). Official MCP server reference implementations; each server is installed independently into Claude Code or any MCP client via the mcpServers block in settings.json.

Security4
Quality5
Auditability5
Useful to you3
Useful to community5
Buildable now4
Hermes3

Verdict: test first. 29 total. Re-listed from 2026-08-21. Evaluate the memory and fetch servers specifically rather than the full collection.

Install: enable individual servers by adding them to the mcpServers block in ~/.claude/settings.json following each server's README. Review before enabling.

Source · Official Anthropic repository. MCP org has 24,000+ GitHub followers. Memory server and fetch server documented in the README with npx install commands. No new servers observed in today's plugin scout. Last listed 2026-08-21.

#10
newtest firstClaude (Axion)28 / 35

yctimlin/mcp_excalidraw plugin

MCP server, Claude Code skill, and CLI for Excalidraw. Provides a programmatic API for creating, editing, and exporting Excalidraw diagrams via AI agents, with real-time canvas sync: when an agent runs a draw command, the live Excalidraw board updates in the browser simultaneously. TypeScript. Updated 17 hours before this issue. Installable via npx as an MCP server or by copying the SKILL.md as a Claude Code skill.

What it does for you: AXION planning sessions produce architecture decisions that are currently described in text. mcp_excalidraw lets a Claude Code agent translate those text descriptions into a live Excalidraw diagram in the same session, with the canvas updating in real time. The SKILL.md format means it can be tested without a separate MCP configuration by dropping the file into AXION/Skills. Useful for YY's current AXION architecture documentation and MCL content workflow mapping work.

In practice: 2,300 GitHub stars, 252 forks, updated 17 hours before this issue. Found via lens 3 (MCP server plus Claude search). TypeScript. Demo video available on YouTube. First appearance in this registry.

For: Claude (Axion). MCP server installed into Claude Code via the mcpServers block in settings.json. Also ships as a Claude Code SKILL.md. Not directly applicable to Hermes without MCP client support.

Security4
Quality4
Auditability4
Useful to you4
Useful to community4
Buildable now5
Hermes3

Verdict: test first. 28 total. New plugin item at the test-first threshold for plugins (28+). Install the SKILL.md first to test diagram generation from a Claude Code session without committing to the full MCP server configuration. Not currently in YY's enabledPlugins or mcpServers.

Install: add to the mcpServers block in ~/.claude/settings.json following the README, or copy the SKILL.md to AXION/Skills to test without MCP setup. Not currently in YY's enabledPlugins. Review before enabling.

Source · 2,300 GitHub stars, 252 forks, updated 17 hours before 2026-08-22 issue. TypeScript. Demo video at youtube.com/watch?v=ufW78Amq5qA. First appearance in this registry.

#11
test firstClaude (Axion)28 / 35

context7 (claude-plugins-official external plugin) plugin

MCP server that injects up-to-date library documentation into Claude Code context. When code references a library, context7 fetches current docs for that library version and adds them as context, preventing hallucinated API calls based on outdated training data. Listed in the Anthropic official external plugins directory.

What it does for you: AXION skills and agents frequently call Python library APIs that change between versions. context7 eliminates the class of errors where Claude generates code for an outdated API signature. Not currently in YY's enabledPlugins.

In practice: Listed in the Anthropic-managed external_plugins directory alongside GitHub, GitLab, Discord, Asana, Firebase, and fakechat. No new entries in the official plugins directory observed today. Last listed 2026-08-21 with verdict test first.

For: Claude (Axion). MCP server installed as a Claude Code external plugin via anthropics/claude-plugins-official. Not applicable to Hermes directly.

Security4
Quality4
Auditability4
Useful to you4
Useful to community4
Buildable now5
Hermes3

Verdict: test first. 28 total. Re-listed from 2026-08-21; still not in YY's enabledPlugins. Bumped from rank 10 to rank 11 by new item yctimlin/mcp_excalidraw per the new-item tiebreaker.

Install: add context7 to enabledPlugins in ~/.claude/settings.json following the external_plugins/context7 README in anthropics/claude-plugins-official. Not currently in YY's enabledPlugins. Review before enabling.

Source · Listed at github.com/anthropics/claude-plugins-official/tree/main/external_plugins/context7 as of 2026-08-22. Anthropic-reviewed. 7 external plugins in the directory as of today. Last listed 2026-08-21.

#12
test firstClaude (Axion)28 / 35

github (claude-plugins-official external plugin) plugin

Official GitHub MCP server for Claude Code. Provides direct GitHub API access from within a Claude Code session: read repos, files, issues, and PRs; create branches; commit files; open PRs. Listed in the Anthropic official external plugins directory.

What it does for you: AXION runs git operations manually via Bash tools today. The GitHub plugin lets Claude Code read issues, create branches, and open PRs directly, reducing tool-call overhead for the AXION docs repo and future tracked work. Not currently in YY's enabledPlugins.

In practice: Listed in the Anthropic-managed external_plugins directory. No new entries in the official plugins directory observed today. Last listed 2026-08-21 with verdict test first.

For: Claude (Axion). MCP server installed as a Claude Code external plugin via anthropics/claude-plugins-official. Not applicable to Hermes directly.

Security3
Quality4
Auditability4
Useful to you4
Useful to community5
Buildable now5
Hermes3

Verdict: test first. 28 total. Re-listed from 2026-08-21; still not in YY's enabledPlugins. Test on a non-critical repo first to confirm write behaviour before enabling on the main AXION docs repo.

Install: add the github external plugin to enabledPlugins in ~/.claude/settings.json following the external_plugins/github README in anthropics/claude-plugins-official. Not currently in YY's enabledPlugins. Review before enabling.

Source · Listed at github.com/anthropics/claude-plugins-official/tree/main/external_plugins/github as of 2026-08-22. Anthropic-reviewed external plugin. Last listed 2026-08-21.

#13
test firstBoth runtimes28 / 35

comet-ml/opik repo

Open-source LLM observability, evaluation, and monitoring platform from CometML. Captures multi-step agent traces: LLM calls, tool executions, retrieval steps, and agent activity in a searchable trace tree. Includes LLM-as-a-judge evaluation metrics, production dashboards, online evaluation rules, guardrails, and a PyTest integration for CI/CD evaluation on every commit.

What it does for you: AXION runs daily agent routines with no visibility into token usage, latency, prompt quality, or eval scores between runs. Opik adds an always-on trace layer that captures every AXION agent run in a searchable dashboard. YY can compare scout run quality across days, debug slow or failing nightly routines, and run automated evals on the scout newsletter output before it deploys.

In practice: Approximately 21,500 GitHub stars, 1,700 forks as of 2026-08-21. MIT license. Last listed 2026-08-21 with verdict test first.

For: Both runtimes. Python SDK plus self-hosted Docker or Opik Cloud. AXION or Hermes agents call it via a decorator or SDK wrapper. Provider-agnostic: works with any LLM.

Security4
Quality4
Auditability4
Useful to you4
Useful to community4
Buildable now4
Hermes4

Verdict: test first. 28 total. Council carry: score of 28 is at the watch floor for a repo, but all 7 axes scored 4 with no weak score and AXION has zero eval/tracing coverage today. Self-hosted Docker install is one-command. Listed as test first with this justification noted per invariant 6.

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

Source · Approximately 21,500 GitHub stars, 1,700 forks as of 2026-08-21. MIT license. pip install opik. Self-hosted via Docker or Opik Cloud. Last listed 2026-08-21.

#14
watchBoth runtimes28 / 35

microsoft/agent-framework repo

Microsoft's open framework for building, orchestrating, and deploying AI agents and multi-agent workflows in Python and .NET. Key features: multiple LLM provider support, middleware system for request/response processing, graph-based workflows with sequential/concurrent/handoff/group collaboration patterns, checkpointing, streaming, human-in-the-loop, and time-travel debugging. Blog at devblogs.microsoft.com/agent-framework/.

What it does for you: AXION orchestrates multi-step workflows manually today, losing state on failure. agent-framework provides graph-based checkpointed workflows with human-in-the-loop as a native primitive. The Python package is pip-installable and provider-agnostic; Anthropic support needs verification against the current provider list, but the framework design is directly applicable to AXION's orchestrator-worker pattern.

In practice: 13,008 GitHub stars, 2,203 forks, 85 stars on 2026-08-21. Microsoft organization, MIT-compatible license. Last listed 2026-08-21 with verdict watch.

For: Both runtimes. Python package and .NET SDK. Hermes can use the Python package directly. Provider-agnostic across multiple LLM providers.

Security4
Quality4
Auditability4
Useful to you4
Useful to community5
Buildable now3
Hermes4

Verdict: watch. 28 total. Scores 28 which is the watch level for repos (test first starts at 29). Adopting the framework requires code migration, not just installation. Watch until a concrete AXION workflow migration target is identified, then upgrade to test first.

Build #14 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 · 13,008 GitHub stars, 2,203 forks, 85 stars on 2026-08-21. Blog at devblogs.microsoft.com/agent-framework/. Python and .NET SDK. Last listed 2026-08-21.

#15
newwatchBoth runtimes27 / 35

Alishahryar1/free-claude-code repo

Python tool that proxies Claude Code, Codex, Pi, and OpenCode through Google Gemini's free API tier, providing access to 1.3 billion or more free tokens per month via Google AI Studio. Ships an optional voice interface called OpenClaw. The author claims ToS-friendly operation because it uses the Gemini API legitimately rather than spoofing Claude. MIT license, 46,462 stars, 7,680 forks as of 2026-08-22.

What it does for you: AXION development work uses API tokens for every agent run, including experimental builds, skill testing, and scout newsletter runs. This tool would let YY run those experimental and non-critical sessions through Gemini's free tier instead of consuming paid Claude API quota. Compare actual output quality against a native Claude session before routing any production AXION work through it.

In practice: 46,462 GitHub stars, 7,680 forks, 167 stars today (number one trending Python repo on 2026-08-22). MIT license. First appearance in this registry.

For: Both runtimes. Python CLI that wraps a Gemini-to-OpenAI-compatible proxy. Works as a drop-in for any agent CLI that accepts an OpenAI-compatible endpoint, including Claude Code, Codex, Hermes, and OpenCode.

Security3
Quality4
Auditability4
Useful to you4
Useful to community5
Buildable now4
Hermes3

Verdict: watch. 27 total. Security score is 3 because the proxy inserts a third-party intermediary into every agent session; any AXION context sent through it is routed via Google AI Studio. Useful for non-sensitive experimental work, but verify the ToS-friendly claim independently before routing MCL content or AXION credentials through the proxy.

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

Source · 46,462 GitHub stars, 7,680 forks, 167 stars today (trending Python number one, 2026-08-22). MIT license. Google AI Studio free tier documented as providing 1 billion or more tokens per month at no cost. First appearance in this registry.

#16
watchBoth runtimes27 / 35

PostHog/posthog repo

Open-source analytics and AI observability platform. Captures LLM traces including model, prompt, response, token cost, latency, and eval scores across every provider and framework. Ships a Self-driving feature: a scout watches cost, latency, errors, volume, and eval regressions and routes investigation reports to a human inbox when a slice regresses against its baseline. MCP server available for steering from Claude Code or any MCP client.

What it does for you: AXION runs daily agent routines with no eval or regression visibility. PostHog's AI observability layer would capture every AXION agent run in a trace tree and automatically surface regressions, quality drops, or cost spikes as inbox reports. The Self-driving scout stops at a human-routed report rather than opening PRs autonomously, which fits AXION's approval-gate model. Compare with comet-ml/opik at rank 13 before choosing an observability platform.

In practice: 37,961 GitHub stars, 3,213 forks, 100 stars on 2026-08-21. MIT-compatible license. Last listed 2026-08-21 with verdict watch.

For: Both runtimes. Python SDK that AXION or Hermes agents call to emit trace events. Self-hostable via Docker. MCP server ships for steering from any MCP client including Claude Code.

Security4
Quality5
Auditability4
Useful to you3
Useful to community5
Buildable now3
Hermes3

Verdict: watch. 27 total. Comprehensive platform but buildable_now scored 3 because self-hosting PostHog for AI observability alone is oversize for AXION's current need. Watch alongside opik at rank 13; upgrade to test first once AXION has a specific eval metric to track.

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

Source · 37,961 GitHub stars, 3,213 forks, 100 stars on 2026-08-21. MIT-compatible license. AI observability docs at posthog.com/docs/ai-observability. Last listed 2026-08-21.

#17
watchBoth runtimes27 / 35

huggingface/smolagents repo

Barebones Python library for agents that plan in code. CodeAgent generates executable Python plans that run locally; ToolCallingAgent uses standard tool-call JSON. LLM-agnostic: HuggingFace inference, Anthropic via LiteLLM, OpenAI-compatible servers, and local models all supported. Agents can be pushed to and loaded from the HuggingFace Hub for cross-machine sharing.

What it does for you: smolagents is the simplest possible agent framework: no heavy abstraction, agents plan and execute as Python code. The Hub push/pull enables versioned AXION agent sharing across machines, complementing the Mac brain sync setup. Re-listed alongside thedotmack/claude-mem at rank 2 to note that claude-mem handles session memory while smolagents handles the agent execution model; the two are complementary rather than competing.

In practice: Approximately 28,900 GitHub stars, 2,900 forks as of 2026-08-21. MIT license. HuggingFace official repo. Last listed 2026-08-21 with verdict watch.

For: Both runtimes. Python package, LLM-agnostic. Anthropic Claude is supported via the LiteLLMModel wrapper. Hermes can use smolagents workflows directly from Python.

Security4
Quality4
Auditability4
Useful to you3
Useful to community5
Buildable now4
Hermes3

Verdict: watch. 27 total. Claude requires the LiteLLMModel wrapper rather than a native provider, adding a dependency layer. Watch for a native Anthropic provider or until AXION has a concrete use case for a code-planning agent.

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

Source · Approximately 28,900 GitHub stars, 2,900 forks as of 2026-08-21. MIT license. pip install smolagents. Native Anthropic path uses LiteLLM wrapper per the README. Last listed 2026-08-21.

#18
watchBoth runtimes27 / 35

langchain-ai/langgraph repo

Low-level graph-based orchestration framework for building stateful, long-running agents. Checkpointed state machine layer that survives failures and restarts. Production users include Klarna, Replit, and Elastic. The Deep Agents extension adds higher-level planning, subagent delegation, and file-system context for complex multi-step tasks.

What it does for you: AXION orchestrates multi-step workflows manually today. LangGraph provides a checkpointed state machine layer. Re-listed alongside microsoft/agent-framework at rank 14 to put both graph-based orchestration options on the radar simultaneously. LangGraph has more production case studies; agent-framework has the Microsoft organization backing and declarative-agents tooling.

In practice: Approximately 40,000 GitHub stars, 6,700 forks as of 2026-08-21. MIT license. Production case studies at Klarna, Replit, Elastic. Last listed 2026-08-21 with verdict watch.

For: Both runtimes. Python package; graph state management is provider-agnostic. Hermes can use LangGraph workflows directly. The Deep Agents extension is also Python.

Security3
Quality5
Auditability4
Useful to you4
Useful to community5
Buildable now3
Hermes3

Verdict: watch. 27 total. Held at watch until AXION has a concrete workflow migration target.

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

Source · Approximately 40,000 GitHub stars, 6,700 forks as of 2026-08-21. MIT license. pip install -U langgraph. Production case studies for Klarna, Replit, Elastic at the LangGraph site. Last listed 2026-08-21.

#19
watchBoth runtimes27 / 35

run-llama/llama_index repo

Data framework for connecting LLMs to external data sources via indexing, retrieval, and query engines. Over-the-box connectors for documents, databases, APIs, and web pages. 100+ data source integrations. Structured loaders, vector and keyword indexing, and query pipelines with Anthropic Claude support built in.

What it does for you: AXION's brain ingest is a custom pipeline handling PDFs, web pages, and documents with ad hoc parsing. LlamaIndex would standardize that pipeline: structured loaders handle format detection, indexing provides search, and the query engine returns cited answers. The Anthropic provider means no adapter is needed. 30-day re-evaluation timer: if document ingestion has not been prioritised in AXION by 2026-09-20, this item moves to skip.

In practice: 40,000+ GitHub stars. MIT license. Last listed 2026-08-21 with verdict watch, day 1 of 30-day skip timer.

For: Both runtimes. Python package; provider-agnostic data framework. Anthropic Claude is supported directly. Hermes can use LlamaIndex loaders and query engines from Python.

Security3
Quality4
Auditability4
Useful to you3
Useful to community5
Buildable now4
Hermes4

Verdict: watch. 27 total. Day 2 of 30 on the skip timer. Re-listed to keep the timer visible. Move to skip on 2026-09-20 if document ingestion has not been prioritised.

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

Source · 40,000+ GitHub stars. MIT license. pip install llama-index. Anthropic provider documented at docs.llamaindex.ai. Last listed 2026-08-21 with verdict watch, 30-day skip timer started 2026-08-21.

#20
watchBoth runtimes26 / 35

agno-agi/agno repo

Agent platform SDK with 100+ pre-built tool integrations, cron-based scheduling, Telegram and WhatsApp interfaces, human approval workflow, JWT-based RBAC, multi-tenant isolation, and OpenTelemetry tracing. Designed to build and manage production agent platforms.

What it does for you: AXION uses Telegram for YY notifications, runs cron schedules via the bridge, and needs human approval gates for destructive operations. Agno ships all three as native primitives. Re-listed 9 days after the last listing (2026-08-13) alongside microsoft/agent-framework at rank 14: both are multi-agent orchestration platforms and comparing them before committing to either is worthwhile.

In practice: Approximately 41,800 GitHub stars, 5,800 forks as of 2026-08-21. MIT license. Last listed 2026-08-13 with verdict watch.

For: Both runtimes. Python SDK with a production API, 50+ endpoints, SSE and websocket support. AXION agents call it from Python; Hermes can submit work to an Agno-managed agent via HTTP.

Security3
Quality4
Auditability4
Useful to you4
Useful to community5
Buildable now3
Hermes3

Verdict: watch. 26 total. Re-listed 9 days after last listing. Adopting Agno as the AXION runtime is a major architectural commitment. buildable_now scored 3 because adoption requires code migration, not just installation.

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

Source · Approximately 41,800 GitHub stars, 5,800 forks as of 2026-08-21. MIT license. pip install agno. Production API documented at docs.agno.com. Last listed 2026-08-13.