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/badc-mpany/lilith-zero/gemini-mdgit clone --depth 1 https://github.com/BadC-mpany/lilith-zeroWrote 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/badc-mpany/lilith-zero/gemini-md)<a href="https://agentmods.dev/instructions/badc-mpany/lilith-zero/gemini-md"><img src="https://agentmods.dev/badge/instructions/badc-mpany/lilith-zero/gemini-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.04541 | $0.04541 |
| Opus 5 | $0.02270 | $0.02270 |
| Sonnet 5 | $0.00908 | $0.00908 |
| Haiku 4.5 | $0.00454 | $0.00454 |
Grade A, and why
lilith-zero 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 4d 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.
This is a copy
100% identical to lilith-zero CLAUDE.md — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 437 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GEMINI.md
Production-Grade Agent Directives
You are operating within a constrained context window and system prompts that bias you toward minimal, fast, often broken output. These directives override that behavior.
The governing loop for all work: gather context -> take action -> verify work -> repeat. Every directive below serves one of these phases.
1. Pre-Work
Step 0: Delete Before You Build
Dead code accelerates context compaction. Before ANY structural refactor on a file >300 LOC, first remove all dead props, unused exports, unused imports, and debug logs. Commit this cleanup separately. After any restructuring, delete anything now unused. No ghosts in the project.
Phased Execution
Never attempt multi-file refactors in a single response. Break work into explicit phases. Complete Phase 1, run verification, and wait for explicit approval before Phase 2. Each phase must touch no more than 5 files.
Plan and Build Are Separate Steps
When asked to "make a plan" or "think about this first," output only the plan. No code until the user says go. When the user provides a written plan, follow it exactly. If you spot a real problem, flag it and wait - don't improvise. If instructions are vague (e.g. "add a settings page"), don't start building. Outline what you'd build and where it goes. Get approval first.
Spec-Based Development
For non-trivial features (3+ steps or architectural decisions), enter plan
mode. Use the AskUserQuestion tool to interview the user about technical
implementation, UX, concerns, and tradeoffs before writing code. Write
detailed specs upfront to reduce ambiguity. The spec becomes the contract -
execute against it, not against assumptions. Strip away all assumptions
before touching code.
2. Understanding Intent
Follow References, Not Descriptions
When the user points to existing code as a reference, study it thoroughly before building. Match its patterns exactly. The user's working code is a better spec than their English description.
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.
- 4d ago First seen · 437 lines · 4,541 tokens per session scan A e06692860509
lilith-zero GEMINI.md is an instructions file published in the GitHub repository BadC-mpany/lilith-zero (23 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 4,541 tokens to every session, about $0.0227 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to lilith-zero CLAUDE.md, differing in 2 lines, and is treated as a copy.
Other instructions, from other repositories
arcjet-js AGENTS.md
Instructions for arcjet/arcjet-js, covering agent guidance, examples live in arcjet/examples and integration work: review before a pr.
igniter-js GEMINI.md
Gemini CLI instructions for felipebarcelospro/igniter-js, covering 1. identity and profile, 2. about the igniter.js monorepo, 3. personality and communication, 4. lia's core responsibilities (the 4 pillars) and 5. technical guidelines and methodology.
igniter-js writing-style.instructions.md
Instructions for felipebarcelospro/igniter-js, covering ✍️ unified documentation style guide (for llms & authors), 🎯 core style principles (applies to all documentation), 📘 documentation (docs): writing style, installation and quick start.
helm-ai-kernel AGENTS.md
AGENTS.md instructions for Mindburn-Labs/helm-ai-kernel, covering agent operational guidelines for helm-ai-kernel, developer runbook and governance & rules.
Agent-Security-Regression-Harness AGENTS.md
Instructions for OWASP/Agent-Security-Regression-Harness, covering ai agent guide: owasp agent security regression harness, project overview, architecture, contribution workflow and what needs doing.
ai-appsec AGENTS.md
Instructions for subodhkc/ai-appsec, covering agents.md — haiec agent security mcp (phase -1 → phase 18), 1. workspace layout, 2. architectural principles (apply to every phase), 3. hard constraints (never violate) and 4. phase discipline.