symbi-gemini-cli GEMINI.md

symbi-gemini-cli GEMINI.md is an instructions file for Gemini CLI from ThirdKeyAI/symbi-gemini-cli. It costs 1,005 tokens per session, scanned A, original, Apache-2.0.

Project instructions for symbi-gemini-cli, a command-line tool with rules for governed AI agents. They explain its trust model, policy files, agent definitions, available tools, and repository conventions.

In plain words
What is it for?
Use them when working on Symbiont governance, Cedar policies, DSL agent files, MCP tools, repository conventions, or Gemini CLI behavior.
Why use it?
They give the agent the project context needed to work within its authorization and verification rules. They also describe the two operating modes and where project guidance comes from.

Instructions file for Gemini CLI

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/thirdkeyai/symbi-gemini-cli/gemini-md
Clone the repo
git clone --depth 1 https://github.com/ThirdKeyAI/symbi-gemini-cli

Made for: Gemini CLI.

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 symbi-gemini-cli GEMINI.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/thirdkeyai/symbi-gemini-cli/gemini-md.svg)](https://agentmods.dev/instructions/thirdkeyai/symbi-gemini-cli/gemini-md)
Your own site
<a href="https://agentmods.dev/instructions/thirdkeyai/symbi-gemini-cli/gemini-md"><img src="https://agentmods.dev/badge/instructions/thirdkeyai/symbi-gemini-cli/gemini-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,005 This file is loaded in full into every session.
When invoked 1,005 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.01005 $0.01005
Opus 5 $0.00502 $0.00502
Sonnet 5 $0.00201 $0.00201
Haiku 4.5 $0.00101 $0.00101

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

Security

Grade A, and why

symbi-gemini-cli 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 3d 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:

GEMINI.md · 80 lines

How it starts

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

Symbiont Governance Context

This environment uses the Symbiont trust stack for AI agent governance.

Key Concepts

  • ORGA Loop: Observe -> Reason -> Gate -> Act. The Gate phase operates outside LLM influence and cannot be bypassed. Phase transitions are enforced at compile time via Rust's type system.
  • Cedar Policies: Authorization rules controlling what agents and tools can do. Files use .cedar extension. Evaluation at <1ms.
  • SchemaPin: Cryptographic verification of MCP tool schemas (ECDSA P-256). Ensures tools haven't been tampered with. Uses Trust-On-First-Use (TOFU) key pinning.
  • AgentPin: Domain-anchored cryptographic identity for AI agents (ES256 JWT, 12-step verification).
  • DSL: Symbiont's domain-specific language for defining agents declaratively. Files use .dsl extension.

Available MCP Tools (via symbi server)

  • invoke_agent -- Run a Symbiont agent with a prompt (params: agent, prompt, system_prompt?)
  • list_agents -- List available agents from .dsl files in agents/ directory
  • parse_dsl -- Parse and validate DSL files (params: file? or content?)
  • get_agent_dsl -- Read an agent's DSL definition (params: agent)
  • get_agents_md -- Get the project's AGENTS.md content
  • verify_schema -- Verify a tool schema with SchemaPin (params: schema, public_key_url)

File Conventions

  • Agent definitions: agents/*.dsl
  • Cedar policies: policies/*.cedar
  • Symbiont config: symbiont.toml
  • Agent manifests: AGENTS.md

Dual-Mode Operation

The extension operates in two modes, detected automatically via environment variables:

Mode A -- Standalone (extension-first)

Developer installs the extension directly. Gemini CLI loads hooks/MCP/skills. The extension spawns its own symbi mcp server. Policy enforcement is advisory plus Gemini CLI's native policy engine.

Mode B -- ORGA-managed (runtime-first)

Symbiont's CliExecutor spawns Gemini CLI as a governed subprocess. The extension detects SYMBIONT_MANAGED=true and defers to the outer ORGA Gate for hard enforcement. The inner extension provides awareness.

Read the full file on GitHub · 80 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. 3d ago First seen · 80 lines · 1,005 tokens per session scan A b8b027b9cc88

Subscribe to this mod's changes

symbi-gemini-cli GEMINI.md is an instructions file published in the GitHub repository ThirdKeyAI/symbi-gemini-cli (3 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 1,005 tokens to every session, about $0.0050 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.

Related

Other instructions, from other repositories