Abmahnung Reagieren (AGB-Recht)
German UWG/AGB cease-and-desist response checklist with statute anchors
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · f535c24
The SKILL.md is a competent German UWG checklist - it anchors specific statutes (13 and 13a UWG on cost and Vertragsstrafe caps, 8c UWG on abusive mass-warnings, BGH Planet49) and a five-step Pruefraster - but its closing section points to references/QUELLEN.md, PRUEFLOGIK.md and KLAUSELFAMILIEN.md, and none of the three files ship in the skill folder. It is also one of hundreds of near-identical auto-generated Abmahnung folders in the same mono-repo, so the promised source-anchoring and document matrix are not actually deliverable.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 4/5
- Output vs. baseline 5/10
- Docs & honesty 2/5
What Abmahnung Reagieren (AGB-Recht) does
A German-language skill for responding to an Abmahnung (cease-and-desist) over standard terms (AGB): it structures the file into a review path over BGB and UWG provisions and outputs a document matrix with a modifizierte Unterlassungserklaerung strategy. Triggers on AGB-related Abmahnung response tasks. Content is a static checklist rather than a live tool.
How to install Abmahnung Reagieren (AGB-Recht)
git clone https://github.com/Klotzkette/claude-fuer-deutsches-recht
mkdir -p ~/.claude/skills
cd claude-fuer-deutsches-recht && cp -r agb-recht-pruefer/skills/abmahnung-reagieren ~/.claude/skills/abmahnung-reagieren
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Abmahnung Reagieren (AGB-Recht)
-
/abmahnung-reagierenGerman UWG/AGB cease-and-desist response checklist with statute anchors
It also activates on plain-language prompts like these:
-
Ich habe eine Abmahnung wegen meiner AGB-Klausel erhalten, was nun? -
Wie formuliere ich eine modifizierte Unterlassungserklärung richtig? -
Prüfe die UWG-Kostenerstattung und Vertragsstrafe in dieser Abmahnung.
Frequently asked questions
- Is the Abmahnung Reagieren (AGB-Recht) skill free?
- Yes. The skill itself is free from Klotzkette/claude-fuer-deutsches-recht. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Abmahnung Reagieren (AGB-Recht) work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. The SKILL.md is a competent German UWG checklist - it anchors specific statutes (13 and 13a UWG on cost and Vertragsstrafe caps, 8c UWG on abusive mass-warnings, BGH Planet49) and a five-step Pruefraster - but its closing section points to references/QUELLEN.md, PRUEFLOGIK.md and KLAUSELFAMILIEN.md, and none of the three files ship in the skill folder. It is also one of hundreds of near-identical auto-generated Abmahnung folders in the same mono-repo, so the promised source-anchoring and document matrix are not actually deliverable.
- What is the Abmahnung Reagieren (AGB-Recht) SkillProof Score?
- 5.6/10 — installs cleanly 3/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 2/5.
- How do I install Abmahnung Reagieren (AGB-Recht)?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Abmahnung Reagieren (AGB-Recht) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.