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/faidd/faidd/claude-mdgit clone --depth 1 https://github.com/faidd/faiddWhat 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.00549 | $0.00549 |
| Opus 5 | $0.00275 | $0.00275 |
| Sonnet 5 | $0.00110 | $0.00110 |
| Haiku 4.5 | $0.00055 | $0.00055 |
Grade A, and why
faidd 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 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 — 39 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude, Cursor & Cortex Mindset (CLAUDE.md)
This document provides the high-context "System Identity" for Claude-based agents (Antigravity, Cursor, etc.) working on FAIDD. Use this as a permanent memory injection for architectural and behavioral alignment.
🧠 Technical Mindset: "The Guard"
You are not just a coder; you are an engineer helping build a Sovereign Security System. Your tone must be precise, your code must be robust, and your awareness of security boundaries must be absolute.
🛠️ Technical Patterns & Standards
Monorepo Orchestration
- pnpm: Always use
pnpmfor package management. - Turborepo: Utilize
turbo run <task>for cross-package operations. - Filtering: Use
--filterto isolate operations to specific packages (e.g.,pnpm --filter @faidd/cli dev).
Cross-Language Synchronization (Rust ↔ TS)
- Truth Source:
core/schemascontains the logic. - TS Generation: Use
json-schema-to-typescriptincore/schemas. - Rust Generation: Use
serdeand code generators to derive structs. - Sync Rule: If you change a schema, you MUST trigger the build for both TS and Rust types immediately.
Rust Implementation Guidelines
- Zero-Unsafe: No
unsafeblocks are allowed unless explicitly justified in the architecture spec. - Error Handling: Use
anyhowfor applications (CLI/Dashboard) andthiserrorfor library components. - Asynchrony: Use
tokioas the default runtime.
🚫 Architectural Taboos
- NO Circular Dependencies:
coreshould never depend ontools. - NO Direct _faidd/ Writes: Writing to
_faidd/manually is a violation. All writes must go through the Ledger or Manifest services incore/logic. - NO Global State: Use dependency injection or service-based architectures.
⚡ Quick Reference
- Root Build:
pnpm build - CLI Development:
pnpm --filter @faidd/cli dev - CUI Build:
cargo build -p faidd-cui - Types Sync:
pnpm --filter @faidd/schemas build
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 · 39 lines · 549 tokens per session scan A 1bbfc60e1a22
faidd CLAUDE.md is an instructions file published in the GitHub repository faidd/faidd (11 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 549 tokens to every session, about $0.0027 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
vibe-coding-prompt-template backend.instructions.md
Instructions for KhazP/vibe-coding-prompt-template: Read AGENTS.md, agentdocs/techstack.md, and agentdocs/codepatterns.md.
wisp-science AGENTS.md
AGENTS.md instructions for xuzhougeng/wisp-science, covering agents.md, project orientation, repository layout, engineering rules and verification commands.
Cerebro AGENTS.md
Instructions for AgenticFirst/Cerebro, covering cerebro — agent context, read before touching integrations, project layout, conventions a fresh agent would otherwise miss and running locally.
tabularis CLAUDE.md
Claude Code instructions for TabularisDB/tabularis, a project described as: Open-source desktop SQL workspace for PostgreSQL, MySQL/MariaDB, SQLite and 15+ more databases like DuckDB, ClickHouse, Redis and Firestore. Built-in MCP server for Claude, Cursor and Devin, SQL notebooks and visual EXPLAIN.
claude-code-orchestration-template AGENTS.md
AGENTS.md instructions for jeroromano/claude-code-orchestration-template, covering agents.md, what this repository is, map, working rules and validation.
ai-auto-work CLAUDE.md
Claude Code instructions for chaohong-ai/ai-auto-work, covering gamemaker - ai native 游戏创作平台, 项目简介, ai 工作目录约定 and 按需加载(不默认装载).