Skip to content
BeClaude

claude-fuer-oeffentliche-verwaltung

New
1GitHub TrendingGeneralby markusbegerow

⚠️ Experimentelle Skill-Sammlung für Digitalisierung, Fachverfahren und Organisation der deutschen öffentlichen Verwaltung (OZG, FIM, FIT-Connect, KI-Einsatz, eIDAS, BSI-IT-Grundschutz, DSGVO) – bitte testen, Issues/PRs willkommen! Keine Rechts-/Datenschutzberatung, keine verbindliche Behördenentscheidung. Keine Bürger-/Mitarbeiterdaten im Repo.

First seen 6/23/2026

Summary

This experimental skill collection supports developers working on digitalization projects for German public administration, covering topics like OZG, FIM, FIT-Connect, AI use cases, eIDAS, BSI IT-Grundschutz, and GDPR.

  • It provides guidance and code examples for integrating these frameworks into applications, but does not offer legal or data protection advice.
  • Useful for testing and prototyping in the German public sector context.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/claude-fuer-oeffentliche-verwaltung.md https://raw.githubusercontent.com/markusbegerow/claude-fuer-oeffentliche-verwaltung/main/SKILL.md
3
Invoke in Claude Code
/claude-fuer-oeffentliche-verwaltung

Use Cases

Implement OZG-compliant digital services for a German municipality.
Generate FIM-compliant form structures for a public administration portal.
Integrate FIT-Connect for secure data exchange between authorities.
Apply BSI IT-Grundschutz baseline security measures to a government application.
Design GDPR-compliant data handling workflows for citizen data.
Explore AI use cases in public administration with example implementations.

Usage Examples

1

/claude-fuer-oeffentliche-verwaltung Show me an example of an OZG-compliant service for building permits.

2

/claude-fuer-oeffentliche-verwaltung Generate a FIM form structure for a residence registration.

3

How do I integrate FIT-Connect into my Node.js backend for a German authority?

View source on GitHub
testing

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is claude-fuer-oeffentliche-verwaltung?

This experimental skill collection supports developers working on digitalization projects for German public administration, covering topics like OZG, FIM, FIT-Connect, AI use cases, eIDAS, BSI IT-Grundschutz, and GDPR. It provides guidance and code examples for integrating these frameworks into applications, but does not offer legal or data protection advice. Useful for testing and prototyping in the German public sector context.

How to install claude-fuer-oeffentliche-verwaltung?

To install claude-fuer-oeffentliche-verwaltung: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/claude-fuer-oeffentliche-verwaltung.md https://raw.githubusercontent.com/markusbegerow/claude-fuer-oeffentliche-verwaltung/main/SKILL.md. Finally, /claude-fuer-oeffentliche-verwaltung in Claude Code.

What is claude-fuer-oeffentliche-verwaltung best for?

claude-fuer-oeffentliche-verwaltung is a skill categorized under General. It is designed for: testing. Created by markusbegerow.

What can I use claude-fuer-oeffentliche-verwaltung for?

claude-fuer-oeffentliche-verwaltung is useful for: Implement OZG-compliant digital services for a German municipality.; Generate FIM-compliant form structures for a public administration portal.; Integrate FIT-Connect for secure data exchange between authorities.; Apply BSI IT-Grundschutz baseline security measures to a government application.; Design GDPR-compliant data handling workflows for citizen data.; Explore AI use cases in public administration with example implementations..