Agent skill

nda-abgleich

Wenn es um NDA-Abgleich: eigenen Standard destillieren und chirurgisch durchsetzen in NDA-Abgleich geht: entwickelt Verhandlungsziel, Vergleichskorridor und Eskalationspfad; liefert eine Verhandlungs- oder Eskalationslinie mit Optionen. Auswahlstichwort: Nda Abgleich; Arbeitsfeld: NDA-Abgleich.

Klotzkettegithub.com/KlotzketteGitHub ↗
claude-codeApache-2.0
Install
npx skills add Klotzkette/claude-fuer-deutsches-recht --skill nda-abgleich --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 22 KB
Bundled scripts: none
Path: nda-abgleich/skills/nda-abgleich/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,422
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

Review
written from the skill's own SKILL.md · Aug 5, 2026

What it does

The skill helps create a negotiated NDA standard by either distilling a consolidated Haltelinien-Standard from multiple own NDAs (Modus A) or by surgically redlining a counterpart's NDA against that standard (Modus B). It outputs a site-specific standard with an Ampelmatrix (ROT/GELB/GREUEN) and a machine-readable JSON/MDX representation to support future iterations. It targets in-house counsel or external lawyers who need to enforce non-negotiable points and align practical practice with formal clauses.

How it works

  • It operates in two modes:
    • Modus A (Standard-Destillation): ingest 1–50 own NDAs or NDA excerpts, past negotiation notes, and user-provided experience to produce a Haltelinien-Standard with an Ampelmatrix (ROT/GELB/GRUEN), a formatted DOCX, and a JSON version. It extracts clause-level positions, frequency, range, and provides a most-used formulation as the standard text.
    • Modus B (Redlining-Lauf): takes the counterparty NDA as the base document and the Mandant’s Haltelinien-Standard (preferably the JSON or MD output from Modus A) to produce a Word-Tracked-Changes document reflecting targeted edits that preserve the original structure and indicate accepted or rejected changes.
  • For each typical NDA clause, it determines position, frequency, range (bandwidth), and outliers, then assigns a matrix point (ROT/GELB/GRUEN) and suggests a standard formulation for Modus A; for Modus B, it maps each clause change to the corresponding matrix point.
  • It requires explicit inputs: NDAs, counterparty NDA, and Haltelinien-Standard, and demands that ROT entries be addressed in output; GELB entries use their defined band and GREEN entries are touched only if the counterpart deviates significantly.

When to use it

Use when the user needs to create a repeatable internal NDA standard or when a counterpart NDA must be surgically adjusted to that standard. It is triggered by: having multiple NDAs to distill into a standard, or receiving a counterpart NDA that should be aligned with an existing standard.

What it can touch

  • The tool interacts with documents in .docx, .pdf, and generates:
    • Haltelinien-Standard_<Mandant>_<Datum>.md
    • Haltelinien-Standard_<Mandant>_<Datum>.docx
    • Haltelinien-Standard_<Mandant>_<Datum>.json
  • It uses inputs including own NDAs, counterpart NDA, and the Haltelinien-Standard; the exact filenames in outputs are specified in the skill text.

Caveats

  • It requires explicit inputs and does not invent halt lines; it asks for clarification if the Ampelmatrix is unclear.
  • It preserves the structure in Modus B and outputs true Track Changes in Word.
  • Outputs depend on the provided NDAs and the existing standard; it does not guarantee policy or legal results beyond what is stated in the inputs.
From the SKILL.md

# NDA-Abgleich: eigenen Standard destillieren und chirurgisch durchsetzen ## Triage — kläre vor dem Start 1. **Modus:** Modus A (Standard destillieren aus eigenen NDAs) oder Modus B (Redlining eines Gegenseite-Entwurfs) oder beides? 2. **Unterlagenbasis:** Wie viele eigene NDAs / Entwuerfe liegen vor? Liegt ein Haltelinien-Standard aus früherem Modus A bereits vor? 3. **Rolle:** Empfangende Seite oder offenbarende Seite — einseits oder gegenseitiger NDA? 4. **Nicht verhandelbare Punkte (ROT):** Welche Klauseln sind absolut gesetzt (Recht, Gerichtsstand, Nachwirkungsfrist)? 5. **Datenschutz:** Dürfen die eingereichten NDAs in das eingesetzte KI-System geladen werden (§ 203 StGB, GeschGehG)? ## Zentrale Normen - § 2 GeschGehG (Definition Geschäftsgeheimnis — Schutzvoraussetzungen für NDA-Schutzgegenstand): https://www.gesetze-im-internet.de/geschgehg/__2.html - § 4 GeschGehG (Handlungsverbote bei Geheimnisverrat): https://www.gesetze-im-internet.de/geschgehg/__4.html - § 6 GeschGehG (Unterlassungs- und Beseitigungsanspruechen): https://www.gesetze-im-internet.de/geschgehg/__6.html - § 9 GeschGehG (Schadensersatz): https://www.gesetze-im-internet.de/geschgehg/__9.html - §§ 16-20 Gesch

What's inside
Steps it walks through
  1. Triage — kläre vor dem Start
  2. Zentrale Normen
  3. Rechtsprechung
  4. Wann diesen Skill aufrufen
  5. Modus A — Standard-Destillation
  6. Inputs in Modus A
  7. Methodik der Destillation
  8. Output von Modus A
  9. Klauselkatalog (Mindestumfang der Destillation)
  10. Iteratives Schärfen
  11. Modus B — Redlining-Lauf
  12. Grundprinzip in Modus B: chirurgisches Redigieren
  13. Inputs in Modus B
  14. Mapping Klauseln zu Ampelpunkten
More from claude-fuer-deutsches-recht
All skills →
About this skill
What does the nda-abgleich skill do?

Wenn es um NDA-Abgleich: eigenen Standard destillieren und chirurgisch durchsetzen in NDA-Abgleich geht: entwickelt Verhandlungsziel, Vergleichskorridor und Eskalationspfad; liefert eine Verhandlungs- oder Eskalationslinie mit Optionen. Auswahlstichwort: Nda Abgleich; Arbeitsfeld: NDA-Abgleich.

How do I install it?

Run `npx skills add Klotzkette/claude-fuer-deutsches-recht --skill nda-abgleich --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Klotzkette/claude-fuer-deutsches-recht, a repository with 1,422 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going