hukuk-agent CLAUDE.md

hukuk-agent CLAUDE.md is an instructions file for Claude Code from demwick/hukuk-agent. It costs 2,280 tokens per session, scanned A, original, MIT.

Repository instructions for a Turkish-law document assistant delivered through an MCP server. It helps lawyers work with legal documents in Turkish employment law.

In plain words
What is it for?
Drafting petitions, contracts, notices, and statements; anonymizing personal data; researching employment law; calculating compensation and fees for petitions; and filling templates.
Why use it?
They define a repeatable process for handling personal information, researching legislation, calculating amounts, and preparing documents.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

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/demwick/hukuk-agent/claude-md
Clone the repo
git clone --depth 1 https://github.com/demwick/hukuk-agent

Made for: Claude Code.

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 hukuk-agent CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/demwick/hukuk-agent/claude-md.svg)](https://agentmods.dev/instructions/demwick/hukuk-agent/claude-md)
Your own site
<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>
Per session 2,280 This file is loaded in full into every session.
When invoked 2,280 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.1 $0.02280 $0.02280
Opus 5 $0.01140 $0.01140
Sonnet 5 $0.00456 $0.00456
Haiku 4.5 $0.00228 $0.00228

Measured 5d ago against content hash 282a217cd2f6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

CLAUDE.md · 127 lines

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ı

Read the full file on GitHub · 127 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 · 127 lines · 2,280 tokens per session scan A 282a217cd2f6

Subscribe to this mod's changes

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.

Related

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.

Angelthebestone/Normativa-colombiana-MCP · 2,023 tokens

patent-aid CLAUDE.md

Instructions for KumnXi/patent-aid, covering 专利撰写助手 · 项目约定, 项目定位, 环境, 常用命令 and 一键生成交底书(核心入口).

KumnXi/patent-aid · 699 tokens

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.

uscaidev/galpi-korean-law-mcp · 128 tokens

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.

notluquis/mcp-pjud-cl · 47 tokens

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

microsoft/vscode · 6,785 tokens

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.

openai/codex · 5,182 tokens