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/jovancoding/network-ai/gemini-mdgit clone --depth 1 https://github.com/Jovancoding/Network-AIWhat 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.00811 | $0.00811 |
| Opus 5 | $0.00405 | $0.00405 |
| Sonnet 5 | $0.00162 | $0.00162 |
| Haiku 4.5 | $0.00081 | $0.00081 |
Grade A, and why
Network-AI GEMINI.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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GEMINI.md — Project Instructions for Gemini CLI
This file is read automatically by Gemini CLI when working in this repository (and when the Network-AI extension is installed).
What Network-AI Is
Network-AI is a TypeScript/Node.js multi-agent orchestrator — shared state,
guardrails, budgets, and cross-framework coordination. When installed as a
Gemini CLI extension, the Network-AI MCP server loads automatically and exposes
coordination tools (blackboard_read, blackboard_write, budget_status,
token_create, audit_query, and more) directly inside Gemini CLI.
Using the MCP Tools
- Blackboard — shared state between agents. Always write through
blackboard_writewith youragent_id; never assume exclusive access. Reads viablackboard_read/blackboard_list. - Budgets —
budget_statusbefore spending,budget_spendto record token usage. Respect the federated ceiling. - Permissions —
token_createissues an HMAC/Ed25519-signed grant for a resource;token_validatechecks one. Request permission before sensitive resource access. - Audit — every write, grant, and state transition is logged. Query with
audit_query.
Build & Test Commands (when working on this repo)
npm install # Install dependencies
npx tsc --noEmit # Type-check (zero errors expected)
npm run test:all # Run the full test suite
npm test # Core orchestrator tests only
npm run test:adapters # All framework adapter tests
All tests must pass before any commit. No test should be skipped or marked .only.
Project Structure
index.ts— Core engine: SwarmOrchestrator, AuthGuardian, FederatedBudget, QualityGateAgentsecurity.ts— SecureTokenManager, InputSanitizer, RateLimiter, DataEncryptor, SecureAuditLoggerlib/locked-blackboard.ts— LockedBlackboard with atomic propose → validate → commitlib/auth-guardian.ts— Weighted permission scoring (justification 40%, trust 30%, risk 30%)lib/a2a-server.ts— A2AServer: expose the orchestrator as a Google A2A agent (agent card + tasks)adapters/— 32 framework adapters, includingGeminiAdapter(Gemini Developer API) andVertexAIAdapter(Vertex AI / Gemini on GCP)bin/mcp-server.ts— the MCP server this extension launches (stdio transport)
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.
- 2d ago First seen · 69 lines · 811 tokens per session scan A 5903dd3a5126
Network-AI GEMINI.md is an instructions file published in the GitHub repository Jovancoding/Network-AI (72 stars, last pushed 8d ago), licensed MIT. It adds 811 tokens to every session, about $0.0041 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.
Other instructions, from other repositories
kungfu CLAUDE.md
Claude Code instructions for kungfu-systems/kungfu: Read and follow AGENTS.md before working in this repository. It routes both product use and contribution work to the repository sources of truth, including the requirement that development and build tasks enter through Shifu.
kungfu copilot-instructions.md
Copilot instructions for kungfu-systems/kungfu: Read and follow AGENTS.md before proposing or running changes. It is the shared agent router for this repository, including the canonical Shifu development and build entrypoint.
pi-agent-dashboard AGENTS.md
Instructions for BlackBeltTechnology/pi-agent-dashboard, covering pi dashboard, docs-first gate — kb before grep (per-turn doctrine), code instructions (per-turn doctrine), investigation protocol — index first and documentation update protocol.
semantix CLAUDE.md
Instructions for Gnosil/semantix, covering 项目规则(claude code) and 1. 改动须经用户过目;由 claude 提交到分支 + pr,用户 review 后合并.
BuildersGate CLAUDE.md
Instructions for Thepizzapie/BuildersGate, covering setting up builders gate for a user, ask two things first, install, point it at a game and keys.
designpowers GEMINI.md
Gemini CLI instructions for Owl-Listener/designpowers, covering designpowers, mandatory: welcome sequence first, skills, agents and notes for gemini cli.