mapboxmapboxOfficialยท11 Agent Skills Included

mapbox-agent-skills

Build fast, secure Mapbox apps across web and mobile

Guides development of Mapbox applications across web, iOS, Android, and Flutter with proven integration patterns. Covers performance optimization, map styling, search, navigation, token security, and migrations from Google Maps or MapLibre. Eliminates guesswork around markers, clustering, geocoding, and routing so map features ship faster with fewer bugs.
npx skills add mapbox/mapbox-agent-skills --all -g -y
Available:

Tells your AI agent which Mapbox skill to invoke for each task, lists recommended skill combinations for common workflows, and provides quick decision rules for platform, performance, and token security choices.

All Skills in This Repository (11)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
mapboxmapbox

mapbox-token-security

Manage Mapbox access tokens with scopes, URL restrictions, rotation, and storage.

Official
Intermediate
๐Ÿ“ฆ In Repo
mapboxmapbox

mapbox-store-locator-patterns

Automate Mapbox GL JS store locator interfaces with markers, filtering, and distance calculations.

Official
Intermediate
๐Ÿ“ฆ In Repo
mapboxmapbox

mapbox-style-quality

Validate, optimize, and assure Mapbox style quality across Web, iOS, and Android.

Official
Intermediate
๐Ÿ“ฆ In Repo
mapboxmapbox

mapbox-android-patterns

Document Android integration patterns for Mapbox Maps SDK lifecycle, token, offline, and performance.

Official
Intermediate
๐Ÿ“ฆ In Repo
mapboxmapbox

mapbox-ios-patterns

Integrate Mapbox Maps SDK for iOS in SwiftUI and UIKit apps.

Official
Advanced
๐Ÿ“ฆ In Repo
mapboxmapbox

mapbox-web-performance-patterns

Optimize Mapbox GL JS web application performance across initialization, rendering, and memory management.

Official
Basic
๐Ÿ“ฆ In Repo
mapboxmapbox

mapbox-style-patterns

Provide Mapbox style patterns and layer configurations for Web, iOS, and Android projects.

Official
Basic
๐Ÿ“ฆ In Repo
mapboxmapbox

mapbox-maplibre-migration

Migrate MapLibre GL JS projects to Mapbox GL JS with API and token alignment.

Official
Intermediate
๐Ÿ“ฆ In Repo
mapboxmapbox

mapbox-cartography

Guide Mapbox map style design with cartography principles for accessibility.

Official
Basic
๐Ÿ“ฆ In Repo
mapboxmapbox

mapbox-search-integration

Guide Mapbox search implementation across Web, iOS, and Android platforms.

Official
Advanced
๐Ÿ“ฆ In Repo
mapboxmapbox

mapbox-web-integration-patterns

Initialize and manage Mapbox GL JS maps in React, Vue, Svelte, Angular, and Next.js.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Mapbox Agent Skills?โ–ผ

Run `npx skills add mapbox/mapbox-agent-skills --all -g -y` in your terminal to install all Mapbox skills globally. To install a single skill, use `npx skills add mapbox/mapbox-agent-skills --skill mapbox-web-performance-patterns`.

How to migrate from Google Maps to Mapbox?โ–ผ

The mapbox-google-maps-migration skill walks your agent through API equivalents, coordinate order changes, and marker conversion. It also covers clustering, geocoding, and directions replacements step by step.

How to make Mapbox maps load faster?โ–ผ

The web-performance skill teaches parallel data loading, symbol layers for 100+ markers, clustering for large datasets, and proper memory cleanup. These patterns fix slow initial loads and janky interactions.

Does it work with Claude Code, Cursor, and Copilot?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, GitHub Copilot, Codex, and other compatible coding assistants.

Can it help secure my Mapbox access tokens?โ–ผ

Yes. The token-security skill covers public versus secret tokens, URL restrictions, scope minimization, rotation schedules, and incident response if a token leaks.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’