Borrowing it
Nothing to install: this file belongs to samyama-ai/samyama-graph. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/samyama-ai/samyama-graph/main/CLAUDE.mdgit clone --depth 1 https://github.com/samyama-ai/samyama-graphWrote 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/samyama-ai/samyama-graph/claude-md)<a href="https://agentmods.dev/instructions/samyama-ai/samyama-graph/claude-md"><img src="https://agentmods.dev/badge/instructions/samyama-ai/samyama-graph/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/samyama-ai/samyama-graph/claude-md"><img src="https://agentmods.dev/badge/instructions/samyama-ai/samyama-graph/claude-md.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.02631 | $0.02631 |
| Opus 5 | $0.01316 | $0.01316 |
| Sonnet 5 | $0.00526 | $0.00526 |
| Haiku 4.5 | $0.00263 | $0.00263 |
Grade A, and why
samyama-graph 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 10d 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 — 216 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Project Overview
Samyama is a high-performance distributed graph database written in Rust with Redis protocol (RESP) compatibility, multi-tenancy, vector search, NLQ, and graph algorithms. Currently at Phase 4 (High Availability Foundation), version v1.7.1.
Cypher conformance is measured, not estimated: 97.3% of the openCypher TCK's evaluated scenarios pass (3,659 of 3,762, 96.5% coverage, 2026-08-26). The ~90% OpenCypher support this line used to claim was a self-assessment withdrawn in #437 as unmeasured; the measured figure has now passed it, which settles nothing, because only one of the two can be reproduced. Quote the pass rate with its coverage: a high rate over a small evaluated set is how this measurement is usually inflated, and that is exactly what the earlier 87.1% turned out to be.
Build & Development Commands
# Build
cargo build # Debug build
cargo build --release # Release build (optimized)
# Run tests (1814 unit tests)
cargo test # All tests
cargo test graph::node # Specific module tests
cargo test -- --nocapture # Tests with output
# Benchmarks (all in benches/)
cargo bench # All benchmarks
cargo bench --bench graph_benchmarks # Criterion micro-benchmarks (15 benches)
cargo bench --bench full_benchmark # Full suite (ingestion, vector, traversal, algorithms)
cargo bench --bench vector_benchmark # HNSW vector search
cargo bench --bench graphalytics_benchmark # LDBC Graphalytics algorithms
cargo bench --bench mvcc_benchmark # MVCC & arena allocation
cargo bench --bench late_materialization_bench # Late materialization traversal
cargo bench --bench graph_optimization_benchmark # Metaheuristic optimization solvers
cargo bench --bench ldbc_benchmark # LDBC SNB Interactive queries (needs data)
cargo bench --bench ldbc_benchmark -- --explain # print plans, do NOT run the queries
cargo bench --bench ldbc_benchmark -- --derive-params 50 # parameters valid for THIS extract
cargo bench --bench ldbc_bi_benchmark # LDBC SNB BI queries (needs data)
cargo bench --bench finbench_benchmark # LDBC FinBench queries (synthetic data)
cargo bench --bench hierarchy_benchmark # OEH index: build, order test, roll-up vs subtree size
# Run examples
cargo run --example banking_demo # Banking fraud detection + NLQ
cargo run --example clinical_trials_demo # Clinical trials + vector search
cargo run --example supply_chain_demo # Supply chain + optimization
cargo run --example smart_manufacturing_demo # Digital twin + scheduling
cargo run --example social_network_demo # Social network analysis
cargo run --example knowledge_graph_demo # Enterprise knowledge graph
cargo run --example enterprise_soc_demo # Security operations center
cargo run --example agentic_enrichment_demo # GAK (Generation-Augmented Knowledge; needs `claude` CLI)
cargo run --example cluster_demo # Raft clustering
cargo run --example ldbc_loader # Load LDBC SNB SF1 dataset
cargo run --example finbench_loader # Load/generate FinBench dataset
cargo run --release --example cricket_loader # Load 21K Cricsheet matches
cargo run --release --example aact_loader # Load AACT clinical trials dataset
cargo run --release --example imdb_loader # Load IMDB movies/persons KG (needs --data-dir)
cargo run --release --example football_loader # Load Football KG (needs --data-dir)
cargo run --release --example hier_benchmark # HIER corpus: 112 hierarchy queries, index on vs off
cargo run --release --example ontology_loader -- --format taxdump --path nodes.dmp # real ontologies
# Start RESP server
cargo run # RESP on 127.0.0.1:6379, HTTP on :8080
# Code quality
cargo fmt -- --check # Check formatting
cargo clippy -- -D warnings # Lint checks
# Integration tests (requires running server)
cd tests/integration
python3 test_resp_basic.py
python3 test_resp_visual.py
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.
- 10d ago First seen · 216 lines · 2,631 tokens per session scan A 04fd60fd8364
samyama-graph CLAUDE.md is an instructions file published in the GitHub repository samyama-ai/samyama-graph (171 stars, last pushed today), licensed Apache-2.0. It adds 2,631 tokens to every session, about $0.0132 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
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
deepseek-harness AGENTS.md
AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.