chronology

chronology is a skill for Claude Code from ZekaiSuni/claude-for-legal-turkish. It costs 45 tokens per session (678 once invoked), scanned A, original, Apache-2.0.

A dated timeline of events in a Turkish litigation matter, built from documents and other declared sources. It merges duplicate events, marks their importance, and flags missing proof, privacy concerns, and deadline risks.

In plain words
What is it for?
Building or updating a case chronology from pleadings, contracts, messages, invoices, UYAP records, expert reports, witness notes, and official records. UYAP is Turkey’s online court-information system.
Why use it?
It turns scattered case documents into a chronological account while showing which facts are actually sourced. This helps prevent unsupported events from being treated as established facts.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions CLAUDE.md.

Part of the litigation-legal plugin — 16 skills, 1 agent shipped together

Good fit Building or updating a case chronology from pleadings, contracts, messages, invoices, UYAP records, expert reports, witness notes, and official records. UYAP is Turkey’s online court-information system.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zekaisuni/claude-for-legal-turkish/chronology
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.

Any agent
npx skills add ZekaiSuni/claude-for-legal-turkish --skill chronology
Clone the repo
git clone --depth 1 https://github.com/ZekaiSuni/claude-for-legal-turkish

Made for: Claude Code.

Or install litigation-legal, the plugin that ships this one along with the rest of its 16 skills, 1 agent.

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 chronology

README.md
[![agentmods](https://agentmods.dev/badge/skills/zekaisuni/claude-for-legal-turkish/chronology/github.svg)](https://agentmods.dev/skills/zekaisuni/claude-for-legal-turkish/chronology)
Your own site
<a href="https://agentmods.dev/skills/zekaisuni/claude-for-legal-turkish/chronology"><img src="https://agentmods.dev/badge/skills/zekaisuni/claude-for-legal-turkish/chronology/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.

agentmods 80×15 button for chronology

Your own site · 80×15
<a href="https://agentmods.dev/skills/zekaisuni/claude-for-legal-turkish/chronology"><img src="https://agentmods.dev/badge/skills/zekaisuni/claude-for-legal-turkish/chronology.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 678 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00045 $0.00678
Opus 5 $0.00023 $0.00339
Sonnet 5 $0.00009 $0.00136
Haiku 4.5 $0.00005 $0.00068

Measured 9d ago against content hash c3ab7d75628c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

chronology 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 9d 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.

litigation-legal/skills/chronology/SKILL.md · 113 lines

How it starts

The opening of the file, as written. The whole thing — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/chronology

Belge ve kaynaklardan tarihli olayları çıkararak dava teorisine bağlı bir kronoloji oluşturur. Çıktı delil sadakati gerektirir; kaynaklanmayan olaylar kesin vakıa gibi yazılmaz.

Instructions

  1. Load litigation CLAUDE.md.
  2. If matter slug or active matter exists, load matter.md, theory, known pleadings, and evidence index.
  3. Identify sources in this order:
    • user-provided files,
    • active matter folder,
    • configured document sources,
    • UYAP/UETS/KEP records if available and relevant.
  4. Extract dated events.
  5. Merge duplicates.
  6. Tag importance under the theory.
  7. Output in requested format.

Sources

Typical sources:

  • dava dilekçesi,
  • cevap dilekçesi,
  • ihtarname,
  • KEP/e-mail correspondence,
  • contract and amendments,
  • invoices and payments,
  • meeting minutes,
  • UYAP documents,
  • expert reports,
  • witness notes,
  • official records.

KVKK and Confidentiality

If personal data, special categories, health data, employee data, or third-party information appears, flag and minimize. Do not include unnecessary personal identifiers in broad outputs.

Event Record

Each event should have:

event:
  date:
  title:
  description:
  source:
  confidence: high | medium | low
  importance: critical | relevant | background
  theory_link:
  deadline_effect:

If date is approximate, say so.

Formats

Working Chronology

# Kronoloji - [Matter]

## Zaman Çizelgesi
| Tarih | Olay | Kaynak | Güven | Önem |
|---|---|---|---|---|
| [date] | [event] | [source] | [high/medium/low] | [critical/relevant/background] |

## Kritik Vakıalar
[short discussion]

## Eksikler
- [missing source/date/fact]

## Deadline Notes
- [limitation, response, mediation, appeal, enforcement]

Facts Format

Use when drafting facts section. Include only sourced, pleading-ready facts.

Witness Format

Use for witness preparation. Do not invent testimony; list topics, documents to show, and questions to verify.

Importance Tagging

Read the full file on GitHub · 113 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. 9d ago First seen · 113 lines · 45 tokens per session scan A c3ab7d75628c

Subscribe to this mod's changes

chronology is a skill published in the GitHub repository ZekaiSuni/claude-for-legal-turkish (103 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 45 tokens to every session and 678 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

specification-writing

A workflow for writing complete patent specifications from patent claims and an invention disclosure. It adapts the document to a chosen jurisdiction, such as the US, Europe, or China.

wanshuiyin/Auto-claude-code-research-in-sleep · 49 tokens

regulatory-research-fallback

Fallback workflow for regulatory research when web extraction tools fail on government PDFs.

HKUDS/OpenSpace · 20 tokens

x-scorecard

OpenSSF Scorecard for assessing open source project security. Check security best practices and compliance. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.

x-cmd/x-cmd · 57 tokens

gesellschaftsrechtliche-satzungen-agb

Für Gesellschaftsrechtliche Satzungen AGB Abgrenzung: ordnet Norm, Beweislast und Gegenargument; Ergebnis: Prüfprodukt mit Risiko und nächstem Schritt. Fachgebiet: AGB-Recht-Prüfer. Route: gesellschaftsrechtliche-satzungen-agb.

Klotzkette/claude-fuer-deutsches-recht · 69 tokens

memstack-business-gdpr

Use this skill when the user says 'GDPR', 'data protection', 'privacy compliance', 'DPA', 'DSAR', 'data subject request', 'cookie consent', 'privacy audit', 'CCPA', or asks 'do I need GDPR for this repo'. Scans the repository to detect what personal data is collected, classifies sensitivity, determines whether GDPR…

cwinvestments/memstack · 121 tokens

nda-review

Use when the user uploads or pastes a non-disclosure agreement and asks for review, redline, risk assessment, or a recommendation on whether to sign. Identifies missing standard protections, one-sided or unusual provisions, and operational issues; produces a structured report with severity ratings and citations to…

LegalQuants/lq-ai · 79 tokens