# MapLibre AI Agent Skills

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

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

Official page: https://skillscout.sh/official/maplibre/
Markdown page: https://skillscout.sh/official/maplibre/maplibre_skills_skillscout.md
Vendor website: https://maplibre.org/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/maplibre/maplibre_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant MapLibre 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

### maplibre/maplibre-agent-skills

Includes 9 official skills: maplibre-tile-sources, maplibre-pmtiles-patterns, maplibre-mapbox-migration, maplibre-cartography, maplibre-v6-migration, maplibre-fonts-glyphs.

Install:

```bash
npx skills add maplibre/maplibre-agent-skills -y
```

Source: https://github.com/maplibre/maplibre-agent-skills

## Individual skills

### maplibre-tile-sources

Official MapLibre skill from maplibre/maplibre-agent-skills.

Install:

```bash
npx skills add maplibre/maplibre-agent-skills@maplibre-tile-sources -y
```

Package: maplibre/maplibre-agent-skills
Source: https://github.com/maplibre/maplibre-agent-skills/tree/main/skills/maplibre-tile-sources

### maplibre-pmtiles-patterns

Official MapLibre skill from maplibre/maplibre-agent-skills.

Install:

```bash
npx skills add maplibre/maplibre-agent-skills@maplibre-pmtiles-patterns -y
```

Package: maplibre/maplibre-agent-skills
Source: https://github.com/maplibre/maplibre-agent-skills/tree/main/skills/maplibre-pmtiles-patterns

### maplibre-mapbox-migration

Official MapLibre skill from maplibre/maplibre-agent-skills.

Install:

```bash
npx skills add maplibre/maplibre-agent-skills@maplibre-mapbox-migration -y
```

Package: maplibre/maplibre-agent-skills
Source: https://github.com/maplibre/maplibre-agent-skills/tree/main/skills/maplibre-mapbox-migration

### maplibre-cartography

Official MapLibre skill from maplibre/maplibre-agent-skills.

Install:

```bash
npx skills add maplibre/maplibre-agent-skills@maplibre-cartography -y
```

Package: maplibre/maplibre-agent-skills
Source: https://github.com/maplibre/maplibre-agent-skills/tree/HEAD/skills/maplibre-cartography

### maplibre-v6-migration

Official MapLibre skill from maplibre/maplibre-agent-skills.

Install:

```bash
npx skills add maplibre/maplibre-agent-skills@maplibre-v6-migration -y
```

Package: maplibre/maplibre-agent-skills
Source: https://github.com/maplibre/maplibre-agent-skills/tree/HEAD/skills/maplibre-v6-migration

### maplibre-fonts-glyphs

Official MapLibre skill from maplibre/maplibre-agent-skills.

Install:

```bash
npx skills add maplibre/maplibre-agent-skills@maplibre-fonts-glyphs -y
```

Package: maplibre/maplibre-agent-skills
Source: https://github.com/maplibre/maplibre-agent-skills/tree/HEAD/skills/maplibre-fonts-glyphs

### maplibre-skill-authoring

Official MapLibre skill from maplibre/maplibre-agent-skills.

Install:

```bash
npx skills add maplibre/maplibre-agent-skills@maplibre-skill-authoring -y
```

Package: maplibre/maplibre-agent-skills
Source: https://github.com/maplibre/maplibre-agent-skills/tree/HEAD/skills/maplibre-skill-authoring

### maplibre-source-wiring

Official MapLibre skill from maplibre/maplibre-agent-skills.

Install:

```bash
npx skills add maplibre/maplibre-agent-skills@maplibre-source-wiring -y
```

Package: maplibre/maplibre-agent-skills
Source: https://github.com/maplibre/maplibre-agent-skills/tree/HEAD/skills/maplibre-source-wiring

### maplibre-terrain-rendering

Official MapLibre skill from maplibre/maplibre-agent-skills.

Install:

```bash
npx skills add maplibre/maplibre-agent-skills@maplibre-terrain-rendering -y
```

Package: maplibre/maplibre-agent-skills
Source: https://github.com/maplibre/maplibre-agent-skills/tree/HEAD/skills/maplibre-terrain-rendering

## maplibre/maplibre-agent-skills package overview

Includes 9 official skills: maplibre-tile-sources, maplibre-pmtiles-patterns, maplibre-mapbox-migration, maplibre-cartography, maplibre-v6-migration, maplibre-fonts-glyphs.

### Top skills in this package

- maplibre-tile-sources: Official MapLibre skill from maplibre/maplibre-agent-skills.
- maplibre-pmtiles-patterns: Official MapLibre skill from maplibre/maplibre-agent-skills.
- maplibre-mapbox-migration: Official MapLibre skill from maplibre/maplibre-agent-skills.
- maplibre-cartography: Official MapLibre skill from maplibre/maplibre-agent-skills.
- maplibre-v6-migration: Official MapLibre skill from maplibre/maplibre-agent-skills.
- maplibre-fonts-glyphs: Official MapLibre skill from maplibre/maplibre-agent-skills.
- maplibre-skill-authoring: Official MapLibre skill from maplibre/maplibre-agent-skills.
- maplibre-source-wiring: Official MapLibre skill from maplibre/maplibre-agent-skills.

### Install

Install the full package:

```bash
npx skills add maplibre/maplibre-agent-skills -y
```

Install a specific skill:

```bash
npx skills add maplibre/maplibre-agent-skills@maplibre-tile-sources -y
```

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

Source: https://github.com/maplibre/maplibre-agent-skills#readme
