lilith-zero CLAUDE.md

lilith-zero CLAUDE.md is an instructions file for coding agents from BadC-mpany/lilith-zero. It costs 4,542 tokens per session, scanned A, original, Apache-2.0.

Strict working rules for coding agents contributing to a software project, covering preparation, phased changes, and verification.

In plain words
What is it for?
Use them before structural changes, multi-file refactors, or any task that needs a written plan and staged implementation.
Why use it?
They reduce risky refactors by requiring cleanup, small batches of files, separate planning, and checks after each phase.

Instructions file

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/badc-mpany/lilith-zero/claude-md
Clone the repo
git clone --depth 1 https://github.com/BadC-mpany/lilith-zero

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 lilith-zero CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/badc-mpany/lilith-zero/claude-md.svg)](https://agentmods.dev/instructions/badc-mpany/lilith-zero/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/badc-mpany/lilith-zero/claude-md"><img src="https://agentmods.dev/badge/instructions/badc-mpany/lilith-zero/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 4,542 This file is loaded in full into every session.
When invoked 4,542 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.04542 $0.04542
Opus 5 $0.02271 $0.02271
Sonnet 5 $0.00908 $0.00908
Haiku 4.5 $0.00454 $0.00454

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

Security

Grade A, and why

lilith-zero CLAUDE.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 5d 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:

CLAUDE.md · 437 lines

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.

CLAUDE.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.

Read the full file on GitHub · 437 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. 5d ago First seen · 437 lines · 4,542 tokens per session scan A f6a3a2b162e9

Subscribe to this mod's changes

lilith-zero CLAUDE.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,542 tokens to every session, about $0.0227 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.

Related

Other instructions, from other repositories

arcjet-js AGENTS.md

AGENTS.md instructions for arcjet/arcjet-js, covering agent guidance, examples live in arcjet/examples, agent skills and integration work: review before a pr.

arcjet/arcjet-js · 452 tokens

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.

felipebarcelospro/igniter-js · 9,239 tokens

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.

Mindburn-Labs/helm-ai-kernel · 361 tokens

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.

OWASP/Agent-Security-Regression-Harness · 927 tokens

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.

subodhkc/ai-appsec · 2,730 tokens

enforra AGENTS.md

Instructions for enforra/enforra, covering agents.md, enforra engineering doctrine, package boundaries, required workflow before pr and diagnostics.

enforra/enforra · 3,029 tokens