Agent skill · Workflow & Productivity

caching-und-teil-rerun

Wenn es um /tabellenreview-3d:caching-und-teil-rerun in Tabellenreview 3D geht: prüft Frist, Form, Zuständigkeit, Rechtsweg und Sofortmaßnahmen; liefert eine Fristen- und Risikoampel mit Sofortschritten.

Klotzkettegithub.com/KlotzketteGitHub ↗
claude-codeApache-2.0
Install
npx skills add Klotzkette/claude-fuer-deutsches-recht --skill caching-und-teil-rerun --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: tabellenreview-3d/skills/caching-und-teil-rerun/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.

From the SKILL.md

# /tabellenreview-3d:caching-und-teil-rerun ## Triage zu Beginn 1. Welchen Teil des 3D-Wuerfels betrifft diese Operation? 2. Ist die Operation auditpflichtig? (alle Wuerfeloperationen sind zu protokollieren) 3. Wird das Ergebnis in die Mandatsakte aufgenommen? 4. Sind berufsrechtliche Sorgfaltspflichten einzuhalten? (§ 43 BRAO, § 50 BRAO) ## Rechtliche Grundlagen ## Cache-Key Pro Zelle ein deterministischer Hash: ``` sha256(spaltenprompt-version + zeilenprompt-version + dokument-hash + arbeitsblatt-perspektive + modell-version) ``` Wenn irgendeine dieser Komponenten sich ändert wird der Cache-Eintrag invalidiert. ## Invalidierungsregeln - **Patch-Änderung am Spaltenprompt:** Cache bleibt gültig (siehe `prompt-versionierung`) - **Minor-Änderung am Spaltenprompt:** Cache wird auf `nachprüfen` gesetzt — Prüfer entscheidet ob neu rechnen - **Major-Änderung am Spaltenprompt:** Cache invalidiert, betroffene Zellen müssen neu berechnet werden - **Zeilenprompt geändert:** nur die betroffene Zeile invalidiert, über alle Arbeitsblätter - **Arbeitsblatt-Perspektive geändert:** alle Zellen dieses Arbeitsblatts invalidiert - **Dokument-Hash geändert (z. B. neue Version):** alle Zellen dieser Ze

What's inside
Steps it walks through
  1. Triage zu Beginn
  2. Rechtliche Grundlagen
  3. Cache-Key
  4. Invalidierungsregeln
  5. Quasi-Duplikate
  6. Kostenschätzung
  7. Ausgabe
  8. Grenzen
More from claude-fuer-deutsches-recht
All skills →
About this skill
What does the caching-und-teil-rerun skill do?

Wenn es um /tabellenreview-3d:caching-und-teil-rerun in Tabellenreview 3D geht: prüft Frist, Form, Zuständigkeit, Rechtsweg und Sofortmaßnahmen; liefert eine Fristen- und Risikoampel mit Sofortschritten.

How do I install it?

Run `npx skills add Klotzkette/claude-fuer-deutsches-recht --skill caching-und-teil-rerun --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