mapbox-agent-skills
Build fast, secure Mapbox apps across web and mobile
All Skills in This Repository (11)
Pure Emerald Level Indicatorsmapbox-token-security
Manage Mapbox access tokens with scopes, URL restrictions, rotation, and storage.
mapbox-store-locator-patterns
Automate Mapbox GL JS store locator interfaces with markers, filtering, and distance calculations.
mapbox-style-quality
Validate, optimize, and assure Mapbox style quality across Web, iOS, and Android.
mapbox-android-patterns
Document Android integration patterns for Mapbox Maps SDK lifecycle, token, offline, and performance.
mapbox-ios-patterns
Integrate Mapbox Maps SDK for iOS in SwiftUI and UIKit apps.
mapbox-web-performance-patterns
Optimize Mapbox GL JS web application performance across initialization, rendering, and memory management.
mapbox-style-patterns
Provide Mapbox style patterns and layer configurations for Web, iOS, and Android projects.
mapbox-maplibre-migration
Migrate MapLibre GL JS projects to Mapbox GL JS with API and token alignment.
mapbox-cartography
Guide Mapbox map style design with cartography principles for accessibility.
mapbox-search-integration
Guide Mapbox search implementation across Web, iOS, and Android platforms.
mapbox-web-integration-patterns
Initialize and manage Mapbox GL JS maps in React, Vue, Svelte, Angular, and Next.js.
Frequently Asked Questions
FAQPage SchemaHow 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โ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