# Sozialhelden AI Agent Skills

Sozialhelden publishes official AI agent skills for its tools, services, and developer workflows.

Browse 4 official AI agent skills across 1 Sozialhelden repository, with install commands and source links.

Official page: https://skillscout.sh/official/sozialhelden/
Markdown page: https://skillscout.sh/official/sozialhelden/sozialhelden_skills_skillscout.md
Vendor website: https://sozialhelden.de/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/sozialhelden/sozialhelden_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Sozialhelden skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### sozialhelden/wheelmap-frontend

Includes 4 official skills: map-interactions, mapbox-web-integration-patterns, mapbox-web-performance-patterns, writing-e2e-tests.

Install:

```bash
npx skills add sozialhelden/wheelmap-frontend -y
```

Source: https://github.com/sozialhelden/wheelmap-frontend

## Individual skills

### map-interactions

Official Sozialhelden skill from sozialhelden/wheelmap-frontend.

Install:

```bash
npx skills add sozialhelden/wheelmap-frontend@map-interactions -y
```

Package: sozialhelden/wheelmap-frontend
Source: https://github.com/sozialhelden/wheelmap-frontend/tree/HEAD/.github/skills/map-interactions

### mapbox-web-integration-patterns

Official Sozialhelden skill from sozialhelden/wheelmap-frontend.

Install:

```bash
npx skills add sozialhelden/wheelmap-frontend@mapbox-web-integration-patterns -y
```

Package: sozialhelden/wheelmap-frontend
Source: https://github.com/sozialhelden/wheelmap-frontend/tree/beta/.github/skills/mapbox-web-integration-patterns

### mapbox-web-performance-patterns

Official Sozialhelden skill from sozialhelden/wheelmap-frontend.

Install:

```bash
npx skills add sozialhelden/wheelmap-frontend@mapbox-web-performance-patterns -y
```

Package: sozialhelden/wheelmap-frontend
Source: https://github.com/sozialhelden/wheelmap-frontend/tree/beta/.github/skills/mapbox-web-performance-patterns

### writing-e2e-tests

Official Sozialhelden skill from sozialhelden/wheelmap-frontend.

Install:

```bash
npx skills add sozialhelden/wheelmap-frontend@writing-e2e-tests -y
```

Package: sozialhelden/wheelmap-frontend
Source: https://github.com/sozialhelden/wheelmap-frontend/tree/HEAD/.github/skills/writing-e2e-tests

## sozialhelden/wheelmap-frontend package overview

Includes 4 official skills: map-interactions, mapbox-web-integration-patterns, mapbox-web-performance-patterns, writing-e2e-tests.

### Top skills in this package

- map-interactions: Official Sozialhelden skill from sozialhelden/wheelmap-frontend.
- mapbox-web-integration-patterns: Official Sozialhelden skill from sozialhelden/wheelmap-frontend.
- mapbox-web-performance-patterns: Official Sozialhelden skill from sozialhelden/wheelmap-frontend.
- writing-e2e-tests: Official Sozialhelden skill from sozialhelden/wheelmap-frontend.

### Install

Install the full package:

```bash
npx skills add sozialhelden/wheelmap-frontend -y
```

Install a specific skill:

```bash
npx skills add sozialhelden/wheelmap-frontend@map-interactions -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/sozialhelden/wheelmap-frontend#readme
