maplibre-agent-skills
Correct MapLibre map styling, tiles, terrain, and migrations
Instructs the agent to match each MapLibre question to the right skill via front-matter descriptions, prefer primary MapLibre docs over Mapbox assumptions, and report stale or incorrect skill content instead of silently working around it.
All Skills in This Repository (3)
Pure Emerald Level Indicatorsmaplibre-pmtiles-patterns
Package vector and raster tiles into a single PMTiles file for MapLibre.
maplibre-mapbox-migration
Migrate Mapbox GL JS apps to MapLibre GL JS with API and asset updates.
maplibre-tile-sources
Configure MapLibre GL JS data sources, glyphs, and sprites.
Frequently Asked Questions
FAQPage SchemaHow to install MapLibre Agent Skills?▼
Run `npx skills add maplibre/maplibre-agent-skills --all -g -y` in your terminal to install all skills globally. You can also install a single skill with `npx skills add maplibre/maplibre-agent-skills --skill maplibre-tile-sources`.
How to migrate from Mapbox GL JS to MapLibre?▼
The maplibre-mapbox-migration skill walks your assistant through swapping the package, removing the access token, replacing the style URL, and translating Mapbox v2-only APIs like setFog into MapLibre equivalents.
Why is my MapLibre map blank or missing labels?▼
The maplibre-source-wiring and maplibre-fonts-glyphs skills diagnose the usual causes: mismatched source-layer names, missing glyphs or sprite URLs, wrong tileSize, and CORS failures.
Can I host map tiles without a tile server?▼
Yes. The maplibre-pmtiles-patterns skill shows how to serve vector, raster, and terrain tiles from a single PMTiles file on static storage like S3, R2, or GitHub Pages using HTTP range requests.
Do these skills work with Claude Code and Cursor?▼
Yes. The skills are plain markdown files following the universal SKILL.md standard, so they load automatically in Claude Code, Cursor, Copilot, and 40+ other coding assistants.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core