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/demwick/hukuk-agent/claude-mdgit clone --depth 1 https://github.com/demwick/hukuk-agentWrote 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/demwick/hukuk-agent/claude-md)<a href="https://agentmods.dev/instructions/demwick/hukuk-agent/claude-md"><img src="https://agentmods.dev/badge/instructions/demwick/hukuk-agent/claude-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.1 | $0.02280 | $0.02280 |
| Opus 5 | $0.01140 | $0.01140 |
| Sonnet 5 | $0.00456 | $0.00456 |
| Haiku 4.5 | $0.00228 | $0.00228 |
Grade A, and why
hukuk-agent 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.
How it starts
The opening of the file, as written. The whole thing — 127 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.
Proje
Türk hukuku doküman asistanı. Hub + dal skill mimarisi ile çok-dallı çalışan, MCP server (stdio transport) üzerinden araç sağlar. Hedef kullanıcı: bireysel avukatlar.
Desteklenen dallar: İş Hukuku (4857 s.K.) Desteklenen doküman türleri: Dilekçe, sözleşme, ihtar, beyan
Temel akış: Avukat /hukuk yazar → Hub dal + doküman türü sorar → Dal skill devralır → PII anonimleştirilir → Mevzuat araştırılır → (Dilekçe için: tazminat + harç hesaplanır) → Şablon doldurulur → PII geri yüklenir → Avukata teslim.
Teknoloji
- Dil/Runtime: TypeScript, Node.js (>=22), ESM
- MCP SDK: @modelcontextprotocol/server (stdio transport)
- Veritabanı: better-sqlite3 + FTS5 (tam metin arama)
- Validasyon: zod/v4 (zod ^3.25 subpath export —
import * as z from "zod/v4") - Test: Vitest
- Paket Yöneticisi: pnpm
Komutlar
pnpm install # Bağımlılıkları kur
pnpm build # TypeScript derle (tsc → dist/)
pnpm test # Tüm testleri çalıştır (vitest run)
pnpm test:watch # Testleri izle modunda çalıştır
pnpm dev # MCP server'ı geliştirme modunda çalıştır (tsx)
pnpm serve # MCP server'ı production modunda çalıştır (node dist/mcp-server/index.js)
pnpm seed # SQLite veritabanını oluştur ve seed et
Tek test dosyası çalıştırmak:
pnpm vitest run tests/tazminat-hesapla.test.ts
Seed SQL değiştirildiyse production DB'yi yeniden oluşturmak:
rm data/hukuk.db data/hukuk.db-shm data/hukuk.db-wal
pnpm seed
Mimari
skill/
SKILL.md → Hub skill: dal + doküman türü seçimi, routing
is-hukuku.md → İş hukuku dal skill'i: 4 akış (dilekçe/sözleşme/ihtar/beyan)
mcp-server/
index.ts → MCP server: ortak + dal tool kayıtları
tools/ → Ortak tool'lar
sablon-getir.ts → Çok-dallı şablon getirme (dilekce_sablonu yerine)
mevzuat-ara.ts, mevzuat-kaydet.ts, pii-anonimlestir.ts, pii-geri-yukle.ts
tools/is-hukuku/ → İş hukuku dal tool'ları
tazminat-hesapla.ts
harc-hesapla.ts
lib/ → Ortak kütüphaneler (db, pii-patterns, paths)
lib/is-hukuku/ → İş hukuku kütüphaneleri (hesaplama, kesinti)
data/sablonlar/
is-hukuku/
dilekce/ → 9 dilekçe şablonu
sozlesme/ → 4 sözleşme şablonu
ihtar/ → 4 ihtar şablonu
beyan/ → 4 beyan şablonu
scripts/seed-db.ts → Veritabanı oluşturma ve seed script'i
tests/ → Vitest test dosyaları
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.
- 5d ago First seen · 127 lines · 2,280 tokens per session scan A 282a217cd2f6
hukuk-agent CLAUDE.md is an instructions file published in the GitHub repository demwick/hukuk-agent (2 stars, last pushed 3mo ago), licensed MIT. It adds 2,280 tokens to every session, about $0.0114 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.
Other instructions, from other repositories
Normativa-colombiana-MCP CLAUDE.md
Claude Code instructions for Angelthebestone/Normativa-colombiana-MCP, covering instrucciones del proyecto, criterio al escribir código, command code como subagente, cuándo usarlo and lo que no se toca.
patent-aid CLAUDE.md
Instructions for KumnXi/patent-aid, covering 专利撰写助手 · 项目约定, 项目定位, 环境, 常用命令 and 一键生成交底书(核心入口).
galpi-korean-law-mcp CLAUDE.md
Claude Code instructions for uscaidev/galpi-korean-law-mcp: On first use, run node scripts/galpi.mjs doctor --json and ask whether the user has a Korean Law Open API OC if none is configured. Run npm run setup when they do. Run npm run guide and show the application checklist when they do not.
mcp-pjud-cl CLAUDE.md
Claude Code instructions for notluquis/mcp-pjud-cl, a project described as: Servidor MCP no oficial de solo lectura para la consulta pública de causas del Poder Judicial de Chile.
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).
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.