{
  "markdown": "# Germany SMB Legal Plugin for Claude Code\n\n[![License](https://img.shields.io/badge/License-Apache%202.0%20%2B%20Commons%20Clause-blue.svg)](LICENSE)\n[![Claude Code Compatible](https://img.shields.io/badge/Claude%20Code-Compatible-blueviolet)](https://claude.ai)\n\nA comprehensive AI-powered German legal assistant for small and medium-sized businesses (KMU), built as a plugin for [Claude Code](https://claude.ai). Covers all major practice areas of German federal law (Bundesrecht) with key state-level (Landesrecht) variations. Features 16+ interactive calculators and compliance checkers for employment law, tax, data protection, contract review, and more.\n\n> **Haftungsausschluss / Disclaimer:** Dieses Tool stellt keine Rechtsberatung im Sinne des § 2 Abs. 1 RDG dar. Bitte konsultieren Sie einen zugelassenen Rechtsanwalt. This plugin assists with German legal workflows but does not constitute legal advice. Always verify conclusions with qualified legal professionals (Rechtsanwalt/Rechtsanwaltin).\n\n---\n\n## Built by AI Heroes\n\nThis plugin was created by **[AI Heroes](https://www.ai-heroes.co)** — building intelligent tools for the modern enterprise.\n\n---\n\n## 12 Practice Areas (Rechtsgebiete)\n\n| # | Practice Area | German Term | Key Laws |\n|---|---------------|-------------|----------|\n| 1 | Contract Law | Vertragsrecht / Schuldrecht | BGB Books 1-2, AGB-Recht |\n| 2 | Employment Law | Arbeitsrecht | KSchG, BetrVG, TzBfG, MiLoG, AGG |\n| 3 | Data Protection | Datenschutzrecht | DSGVO, BDSG 2018, TTDSG |\n| 4 | Company Law | Gesellschaftsrecht | GmbHG, AktG, HGB, GwG |\n| 5 | Intellectual Property | Geistiges Eigentum | UrhG, MarkenG, PatG, UWG |\n| 6 | Property Law | Immobilienrecht | BGB, GBO, GrEStG, MietR |\n| 7 | Financial Services | Finanzrecht | KWG, WpHG, ZAG, KAGB, MiCAR |\n| 8 | Competition Law | Wettbewerbsrecht | GWB, UWG |\n| 9 | Consumer Law | Verbraucherrecht | BGB, ProdHaftG, PAngV, VSBG |\n| 10 | Civil Procedure | ZPO / Prozessrecht | ZPO, GVG, GKG, RVG |\n| 11 | Tax Law | Steuerrecht | EStG, KStG, GewStG, UStG, AO |\n| 12 | Regulatory Bodies | Behoerdenfinder | BaFin, BKartA, BfDI, DPMA |\n\n## 16+ Interactive Calculators & Checkers\n\n| # | Calculator / Checker | Command / Skill |\n|---|---------------------|-----------------|\n| 1 | AGB-Klauselpruefer (standard terms clause checker) | `/check-agb` |\n| 2 | Verjährungsrechner (limitation period calculator) | `/check-fristen` |\n| 3 | Streitwert to GKG/RVG Fee Calculator (court & attorney fees) | `/calculate-fees` |\n| 4 | Mindestlohnrechner (minimum wage calculator) | Employment Law skill |\n| 5 | Kuendigungsfristrechner (notice period calculator) | `/check-kuendigung` |\n| 6 | KSchG-Pruefer (dismissal protection checker) | `/check-kuendigung` |\n| 7 | Kurzarbeitergeld-Rechner (short-time work benefit calculator) | Employment Law skill |\n| 8 | Betriebsrat-Zustaendigkeitspruefer (works council jurisdiction checker) | Employment Law skill |\n| 9 | Sozialauswahl-Rechner (social selection calculator) | Employment Law skill |\n| 10 | DSGVO-Compliance-Checker (GDPR compliance checker) | `/check-dsgvo` |\n| 11 | Gewerbesteuerrechner (trade tax calculator) | `/calculate-tax` |\n| 12 | Grunderwerbsteuer-Rechner (real estate transfer tax calculator) | `/calculate-tax` |\n| 13 | Grundsteuerwertberechnung 2025 (property tax value 2025) | Property Law skill |\n| 14 | ELSTER-Fristenkalender (tax deadline calendar) | Tax Law skill |\n| 15 | Transparenzregister-Pflicht-Checker (transparency register checker) | Company Law skill |\n| 16 | Insolvenzantragsfrist-Tracker (insolvency filing deadline tracker) | Company Law skill |\n| 17 | beA/ERV-Pflicht-Checker (electronic legal filing checker) | Civil Procedure skill |\n\n## 7 Interactive Commands (Slash Commands)\n\n| Command | Description |\n|---------|-------------|\n| `/review-vertrag` | Review a contract against German law (BGB, HGB) |\n| `/check-agb` | Analyze AGB clauses against §§305-310 BGB |\n| `/calculate-fees` | Calculate court (GKG) and attorney (RVG) fees from Streitwert |\n| `/check-kuendigung` | Check dismissal protection under KSchG and related laws |\n| `/check-dsgvo` | Run a DSGVO/BDSG compliance check |\n| `/calculate-tax` | Calculate GewSt, GrESt, ESt, KSt, and more |\n| `/check-fristen` | Track deadlines and limitation periods |\n\n## Installation\n\n### Option 1: Claude Code Plugin (recommended)\n\n```bash\nclaude plugins add germany-legal-plugin\n```\n\n### Option 2: Drag and Drop\n\nDownload this repository and drag the `germany-legal-plugin` folder into your Claude Code workspace.\n\n### Option 3: Git Clone\n\n```bash\ngit clone https://github.com/ai-heroes/germany-legal-plugin.git\ncd germany-legal-plugin\nclaude plugins add .\n```\n\n## Quick Start\n\n1. **Install the plugin** using one of the methods above.\n2. **Connect your tools** (optional): Configure MCP servers in `.mcp.json` for Slack, Box, MS365, DATEV, etc. See [CONNECTORS.md](CONNECTORS.md).\n3. **Run a command**: Try `/review-vertrag` to review a contract, or `/calculate-tax` for a tax calculation.\n\n## File Structure\n\n```\ngermany-legal-plugin/\n├── .claude-plugin/plugin.json\n├── .mcp.json\n├── README.md\n├── CONNECTORS.md\n├── LICENSE\n├── commands/\n│   ├── review-vertrag.md\n│   ├── check-agb.md\n│   ├── calculate-fees.md\n│   ├── check-kuendigung.md\n│   ├── check-dsgvo.md\n│   ├── calculate-tax.md\n│   └── check-fristen.md\n└── skills/\n    ├── contract-law/SKILL.md\n    ├── employment-law/SKILL.md\n    ├── data-protection/SKILL.md\n    ├── company-law/SKILL.md\n    ├── intellectual-property/SKILL.md\n    ├── property-law/SKILL.md\n    ├── financial-services/SKILL.md\n    ├── competition-law/SKILL.md\n    ├── consumer-law/SKILL.md\n    ├── civil-procedure/SKILL.md\n    ├── tax-law/SKILL.md\n    └── regulatory-bodies/SKILL.md\n```\n\n## MCP Integration\n\nThe plugin connects to your tools through MCP (Model Context Protocol) servers:\n\n| Category | Examples | Purpose |\n|----------|----------|---------|\n| Chat | Slack, Teams | Team requests, notifications |\n| Cloud storage | Box, Egnyte | Document storage, templates |\n| Office suite | Microsoft 365 | Email, calendar, documents |\n| Project tracker | Atlassian (Jira/Confluence) | Matter tracking, tasks |\n| DMS | DATEV DMS, d.velop, ELO | German document management |\n| E-signature | DocuSign | Contract signing |\n\nSee [CONNECTORS.md](CONNECTORS.md) for the full list of supported integrations.\n\n## Legal Accuracy\n\n- All statutory references cite the official Gesetz by name and paragraph (§, Abs., Nr.)\n- All monetary thresholds and tax rates reflect **Rechtsstand: Maerz 2025**\n- German legal terminology is used throughout, with English translations in brackets\n- Every skill includes the mandatory **RDG disclaimer** (Rechtsdienstleistungsgesetz)\n- State-level (Landesrecht) variations are flagged with a Foederalismus warning\n- Links to [gesetze-im-internet.de](https://www.gesetze-im-internet.de/) for primary sources\n\n## Contributing\n\nContributions are welcome. Please ensure all legal content is accurate and up-to-date with current German law (Bundesrecht).\n\n## Das Beste aus diesem Plugin herausholen?\n\nWenn Sie Hilfe bei der Einrichtung benötigen, das Plugin an die Arbeitsabläufe Ihrer Kanzlei anpassen möchten oder einfach besprechen möchten, was möglich ist — [kontaktieren Sie AI Heroes](https://www.ai-heroes.co/contact). Wir entwickeln diese Tools, um so viel Mehrwert wie möglich zu schaffen, und Ihr Feedback treibt das an.\n\n## License\n\n[Apache 2.0 + Commons Clause](LICENSE) — free for private and internal business use. Commercial resale is not permitted.\n\n---\n\n**Built by [AI Heroes](https://www.ai-heroes.co)** | Apache 2.0 + Commons Clause | Claude Code Compatible\n",
  "bytes": 7636,
  "sha": "26ee2493ee4085b84615bf9b45f8f217d3a48b274531da0097308d9dc7a95369",
  "repo_slug": "mlobo2012/germany-smb-legal-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_mlobo2012_germany_smb_legal_plugin_germa_f750fa39/readme"
}