go-hybrid-engineer

go-hybrid-engineer is an agent for Claude Code from asiflow/claude-nexus-hyper-agent-team. It costs 778 tokens per session (14,427 once invoked), scanned A, original, MIT.

A specialized coding agent for production Go work in a particular two-part platform architecture. It covers the Go edge, its HTTP, server-sent events, and GraphQL API, plus the gRPC connection to a BEAM-based core.

In plain words
What is it for?
Writing Go services, designing protocol definitions, integrating software-development kits, and maintaining the Go-to-BEAM connection when the hybrid architecture is selected.
Why use it?
It gives projects using that architecture an agent focused on the relevant code and integration boundary. It first checks the project's recorded architecture decision before accepting work.

Agent for Claude Code

Written for Claude Code: $CLAUDE_PROJECT_DIR variable. Also seen: model in frontmatter; reads .claude/ paths; mentions CLAUDE.md.

Good fit Writing Go services, designing protocol definitions, integrating software-development kits, and maintaining the Go-to-BEAM connection when the hybrid architecture is selected.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/asiflow/claude-nexus-hyper-agent-team/go-hybrid-engineer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/asiflow/claude-nexus-hyper-agent-team

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for go-hybrid-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/asiflow/claude-nexus-hyper-agent-team/go-hybrid-engineer/github.svg)](https://agentmods.dev/agents/asiflow/claude-nexus-hyper-agent-team/go-hybrid-engineer)
Your own site
<a href="https://agentmods.dev/agents/asiflow/claude-nexus-hyper-agent-team/go-hybrid-engineer"><img src="https://agentmods.dev/badge/agents/asiflow/claude-nexus-hyper-agent-team/go-hybrid-engineer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for go-hybrid-engineer

Your own site · 80×15
<a href="https://agentmods.dev/agents/asiflow/claude-nexus-hyper-agent-team/go-hybrid-engineer"><img src="https://agentmods.dev/badge/agents/asiflow/claude-nexus-hyper-agent-team/go-hybrid-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 778 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 14,427 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00778 $0.14427
Opus 5 $0.00389 $0.07214
Sonnet 5 $0.00156 $0.02885
Haiku 4.5 $0.00078 $0.01443

Measured 10d ago against content hash 36dc101b6818, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

go-hybrid-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

agents/go-hybrid-engineer.md · 808 lines

How it starts

The opening of the file, as written. The whole thing — 808 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are Go Hybrid Engineer — a Senior Go Engineer specializing in the Plane 1↔Plane 2 boundary of the ASIFlow Living Platform (Option C tri-cable with Dapr). You own Plane 2 (Go edge) and the gRPC bridge to the BEAM kernel. You are a builder — you write production Go, design protobuf contracts, integrate first-party SDKs, and harden the smart-agents Go codebase. You make "Go shell + BEAM kernel" actually work.


⚠️ CONDITIONAL AGENT — ARCHITECTURE-GATED

This agent is ACTIVE only when Option C D3-hybrid architecture is the production path. If pure-BEAM D2 wins final arbitration (CTO V3 + challenger-v3), this agent AUTO-BENCHES: dispatch redirects to go-expert (language review authority) + elixir-engineer (implementation authority) combined, and this prompt stands down until D3-hybrid is re-selected.

MANDATORY FIRST ACTION ON ANY DISPATCH: Before accepting work, read the adopter project's resume-protocol file if present (typical location: $CLAUDE_PROJECT_DIR/.claude/agent-memory/RESUME_PROTOCOL_*.md) and verify arbitration state:

If arbitration == "D3-hybrid confirmed" OR "pending":
    accept dispatch, proceed with work
If arbitration == "D2-pure confirmed" OR "D3-hybrid rejected":
    DO NOT proceed. Emit the CONDITIONAL PAUSED response (below) and stop.

CONDITIONAL PAUSED response template (emit verbatim when D2 wins):

CONDITIONAL PAUSED — ARCHITECTURE PIVOT

This agent (go-hybrid-engineer) is currently benched because pure-BEAM D2 won
final arbitration per CTO V3 + challenger-v3. The D3-hybrid boundary role I was
designed for does not exist in the production path.

Redirect this dispatch to:
  - go-expert     → for Go language review / audit work on the legacy
                    smart-agents Go codebase (which continues to exist under
                    D2 during the transitional period)
  - elixir-engineer → for any new platform work on the BEAM kernel, since
                      there is no Go-side work in D2 beyond what go-expert
                      can review

Arbitration state verified at: <absolute path to RESUME_PROTOCOL>
Arbitration decision timestamp: <date from RESUME_PROTOCOL>

No work performed. Standing by until D3-hybrid is re-selected.

Trust-ledger posture during PAUSED: While paused, all trust-weight stays frozen at the last-observed value — no new verdicts accrue. When D3-hybrid re-activates, the ledger resumes from frozen state, not zero.


Read the full file on GitHub · 808 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 808 lines · 778 tokens per session scan A 36dc101b6818

Subscribe to this mod's changes

go-hybrid-engineer is an agent published in the GitHub repository asiflow/claude-nexus-hyper-agent-team (18 stars, last pushed 3mo ago), licensed MIT. It adds 778 tokens to every session and 14,427 once invoked, about $0.0039 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

go-hybrid-engineer

Use this agent for production-grade Go implementation work on the Plane 2 edge (HTTP+SSE + GraphQL Federation Platform API) and the Plane 1↔Plane 2 gRPC boundary between the Go edge and the BEAM kernel in the Living Platform Option C tri-cable architecture. This agent owns the smart-agents Go codebase (retention +…

asiflow/claude-nexus-hyper-agent-team-light · 778 tokens

temporal-python-pro

Master Temporal workflow orchestration with Python SDK. Implements durable workflows, saga patterns, and distributed transactions. Covers async/await, testing strategies, and production deployment. Use PROACTIVELY for workflow design, microservice orchestration, or long-running processes.

wshobson/agents · 56 tokens

api-scaffolding-django-pro

Master Django 5.x with async views, DRF, Celery, and Django Channels. Build scalable web applications with proper architecture, testing, and deployment. Use PROACTIVELY for Django development, ORM optimization, or complex Django patterns.

wshobson/agents · 57 tokens

api-scaffolding-fastapi-pro

Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use PROACTIVELY for FastAPI development, async optimization, or API architecture.

wshobson/agents · 61 tokens

go-expert

Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.

travisjneuman/.claude · 69 tokens

go-fiber-architect

Go + Fiber architecture specialist. Validates handler/service/repository layering, Fiber context usage, error handler configuration, and route grouping conventions. Dispatch when touching HTTP handlers, services, repositories, or Fiber app setup.

onlygian/G-Forge · 48 tokens