There are three ways to use AI Skills German Law: add it as a Claude Code plugin marketplace, clone the repo, or copy individual skills.

Option 1 — Claude Code (recommended)

# Add the marketplace
/plugin marketplace add borghei/AI-Skills-German-Law

# Install an area
/plugin install arbeitsrecht
/plugin install datenschutzrecht
/plugin install kartellrecht

# Use a skill
/arbeitsrecht:kuendigungs-pruefung

Option 2 — Clone the repository

git clone https://github.com/borghei/AI-Skills-German-Law.git
cd AI-Skills-German-Law

# Browse a skill
cat arbeitsrecht/skills/abmahnung/SKILL.md

Option 3 — Copy a single skill

Pick the area folder you need and copy it into your project.

# Example: drop the datenschutzrecht skills into your project
git clone https://github.com/borghei/AI-Skills-German-Law.git
cp -r AI-Skills-German-Law/datenschutzrecht your-project/

Verify

After install, check VERIFICATION_STATUS.md to see which plugins have completed an external case-law verification pass.

cat VERIFICATION_STATUS.md