hybro AGENTS.md

hybro AGENTS.md is an instructions file for Codex, OpenCode from hybroai/hybro. It costs 1,866 tokens per session, scanned A, original, Apache-2.0.

Repository-specific instructions for working on the Hybro codebase, including its folders, technologies, commands, tests, and naming rules.

In plain words
What is it for?
Use them when changing Hybro's frontend, backend, bundled agents, build setup, or shared project files.
Why use it?
They give a coding agent the project context and rules needed to make changes in the right place and verify them correctly.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/hybroai/hybro/agents-md
Clone the repo
git clone --depth 1 https://github.com/hybroai/hybro

Made for: Codex, OpenCode.

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 hybro AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hybroai/hybro/agents-md.svg)](https://agentmods.dev/instructions/hybroai/hybro/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/hybroai/hybro/agents-md"><img src="https://agentmods.dev/badge/instructions/hybroai/hybro/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,866 This file is loaded in full into every session.
When invoked 1,866 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.01866 $0.01866
Opus 5 $0.00933 $0.00933
Sonnet 5 $0.00373 $0.00373
Haiku 4.5 $0.00187 $0.00187

Measured today against content hash de9065b45949, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

hybro AGENTS.md 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 today.

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.

AGENTS.md · 141 lines

How it starts

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

Development Rules

Conversational Style

  • Keep answers short and concise.
  • No emojis in commits, issues, PR comments, or code.
  • Use direct technical prose without cheerful filler.
  • Prefer clear, simple language. Define unavoidable jargon.
  • Explain non-trivial work as: problem, concrete example or short trace, then solution. Distinguish required work from optional complexity.
  • When the user asks a question, answer it before making edits or running implementation commands.
  • When responding to feedback or analysis, explicitly say whether you agree or disagree before describing changes.

Repository Scope

These rules apply to the entire hybro repository. More specific rules in frontend/AGENTS.md and backend/AGENTS.md apply within those directories.

The product flow is:

frontend/ -> backend/ -> A2A agents, Hub relay, and external services
  • frontend/: Next.js 16, React 19, and TypeScript UI.
  • backend/: Python 3.12 FastAPI platform backend.
  • default_agents/: bundled A2A agents, registration, and Compose generation.
  • scripts/: lifecycle and functional-test helpers.
  • docker-compose.yml: local product stack.

Do not inspect or treat paths outside this repository as product source unless the task explicitly requires it.

Code Quality

  • Read files in full before wide-ranging changes, before editing files not yet fully inspected, and when asked to investigate or audit. Do not base broad changes on search snippets alone.
  • Reuse existing services, repositories, adapters, components, hooks, stores, and UI primitives before adding abstractions.
  • Keep changes focused on requested behavior. Do not refactor unrelated code opportunistically.
  • Prefer the simplest design that satisfies the current requirements. Keep changes minimal and focused; do not add speculative abstractions, fallback paths, or compatibility layers.
  • Add defensive handling at untrusted or failure-prone boundaries, such as user input, network calls, persistence, concurrency, and third-party APIs. Do not add redundant guards for states already excluded by validated internal contracts.
  • Always ask before removing functionality or code that appears intentional.
  • Do not add backward-compatibility layers unless required by an existing public contract or explicitly requested.
  • Do not guess third-party APIs. Inspect installed package types, local framework documentation, or official upstream documentation.
  • Avoid TypeScript any; use it only when the boundary cannot be typed more precisely and document why.
  • Use typed, async-aware Python for I/O paths. Keep HTTP route adapters thin and business behavior in the existing domain/service layers.
  • Add or update focused tests for behavior changes. Mock network, LLM, database, wallet, and webhook calls unless explicitly testing integration behavior.
  • Treat explicitly marked generated regions as outputs. Update their source and regenerate them instead of editing them directly.
  • For review-only requests, do not edit files.

Read the full file on GitHub · 141 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. today Changed · +72 lines · +972 tokens per session de9065b45949
  2. 5d ago First seen · 69 lines · 894 tokens per session scan A 7f1a5987d72e

Subscribe to this mod's changes

hybro AGENTS.md is an instructions file published in the GitHub repository hybroai/hybro (5 stars, last pushed today), licensed Apache-2.0. It adds 1,866 tokens to every session, about $0.0093 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-31.