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.
npx agentmods add instructions/hybroai/hybro/agents-mdgit clone --depth 1 https://github.com/hybroai/hybroWrote 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.
[](https://agentmods.dev/instructions/hybroai/hybro/agents-md)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- today Changed · +72 lines · +972 tokens per session de9065b45949
- 5d ago First seen · 69 lines · 894 tokens per session scan A 7f1a5987d72e
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.
Other instructions, from other repositories
takt AGENTS.md
AGENTS.md instructions for nrslib/takt, covering repository guidelines, project structure & module organization, build, test, and development commands, coding style & naming conventions and testing guidelines.
mate AGENTS.md
AGENTS.md instructions for antiv/mate, covering mate (multi-agent tree engine) system instructions, project overview, code style, development environment and quick start.
mate CLAUDE.md
Claude Code instructions for antiv/mate, covering claude.md, project overview, running the application, setup and run (auto-applies db migrations, default sqlite).
tubecli AGENTS.md
AGENTS.md instructions for tubecreate/tubecli, covering contributor & ai assistant guidelines, attribution — must be preserved and scope.
AgentCore AGENTS.md
AGENTS.md instructions for Lawofall/AgentCore, covering agents.md, 先读哪里, docs 与 rules and 开发 / 测试(最短).
rondoflow CLAUDE.md
Claude Code instructions for rondoflow/rondoflow, covering rondoflow, project overview, tech stack, development and setup.