-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
71 lines (56 loc) · 2.96 KB
/
Copy pathllms.txt
File metadata and controls
71 lines (56 loc) · 2.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
## Last-checked: 2026-09-06
# ellmos-ai/law-checker
- Version: 0.2.4
- Status: Active
- License: MIT
- Ecosystem: ellmos-ai / open-bricks
Source-grounded legal first-look skill for German law. The repository contains
Markdown prompts, a configurable statute registry and a small fetch tool for
official German law texts. It is designed for local self-use in an LLM
environment such as Claude Code.
## Audience
- LLM users who want a structured first legal orientation workflow for their own questions
- Developers evaluating source-grounded legal AI prompt and agent patterns
- Compliance reviewers checking purpose limits, data flow and disclaimer language
- Researchers comparing statute-grounded legal assessment workflows
## Important Boundaries
- Not legal advice and not a law firm.
- Not intended for hosted legal services or third-party case handling.
- No deadline monitoring, no completeness guarantee and no actuality guarantee.
- Legal correspondence and running deadlines require professional legal advice.
- The repository contains no AI model and no hosted AI service.
## Key Files
- `README.md` - public overview, purpose limits, privacy notes and installation
- `SKILL.md` - orchestration workflow for the legal first-look skill
- `config.json` - statute registry and workflow configuration
- `agents/gesetzbuch.md` - generic statute embodiment agent
- `references/berichtsformat.md` - report format and citation discipline
- `references/eskalation_risiko.md` - risk escalation and lawyer referral matrix
- `_tools/gesetze_fetch.py` - fetches official statute texts into local ignored data files
- `docs/ai-act-note.md` - EU AI Act self-classification note
- `SECURITY.md` - confidentiality of case material, cloud-LLM exposure, reporting path
- `CHANGELOG.md` - release history including statute-registry versions
## Statute Registry
Configured in `config.json` (registry version 5): 13 registered statutes, 11 of
them active - Basic Law (GG), Civil Code (BGB), Social Code Book V (SGB V),
Copyright Act (UrhG), Legal Services Act (RDG), Trade Mark Act (MarkenG), Tax
Advisory Act (StBerG), Unfair Competition Act (UWG), GDPR, EHDS Regulation (EU)
2025/327 and the EU Charter of Fundamental Rights. Prepared but inactive:
Criminal Code (StGB), Interstate Media Treaty (MStV). Federal statutes are
fetched from gesetze-im-internet.de; EU texts are supplied manually from EUR-Lex.
## Search Phrases
```text
German law checker AI first look
source grounded legal AI German law
Claude Code legal skill German statutes
RDG self-use legal assessment tool
statute registry legal first look
law-checker Rechtsabteilung Claude Code
German statute grounded LLM workflow
legal AI first orientation no legal advice
```
## Disambiguation
This repository is unrelated to legal SaaS products, AI lawyer chatbots,
court-filing tools, deadline trackers, bar-admission tools and general AI law
regulation trackers. It is a local prompt and registry bundle for cautious,
source-grounded first orientation on German law.