Mapbox Agent Skills

This directory contains Agent Skills that provide domain expertise for building maps with Mapbox.

Views1
PublishedJun 17, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

Mapbox Agent Skills

This directory contains Agent Skills that provide domain expertise for building maps with Mapbox.

Available Skills

SkillDescription
mapbox-geospatial-operationsChoosing between offline geometric tools and routing APIs for geospatial operations
mapbox-google-maps-migrationMigration guide from Google Maps Platform to Mapbox GL JS with API equivalents and patterns
mapbox-maplibre-migrationMigration guide between Mapbox GL JS and MapLibre GL JS in both directions
mapbox-mcp-devkit-patternsIntegration patterns for Mapbox MCP DevKit Server in AI coding assistants for style management, token management, and validation
mapbox-mcp-runtime-patternsIntegration patterns for Mapbox MCP Server in AI applications with pydantic-ai, mastra, LangChain, and custom agents
mapbox-search-integrationComplete workflow for implementing Mapbox search with discovery questions and best practices
mapbox-search-patternsChoosing the right search tool and parameters for geocoding and POI search
mapbox-web-performance-patternsPerformance optimization for Mapbox GL JS (initialization, markers, data loading, memory)
mapbox-cartographyMap design principles, color theory, visual hierarchy, typography
mapbox-data-visualization-patternsData visualization patterns including choropleth, heat maps, clustering, 3D, and animated data
mapbox-web-integration-patternsFramework integration (React, Vue, Svelte, Angular, Next.js)
mapbox-ios-patternsiOS integration with Swift, SwiftUI, UIKit
mapbox-android-patternsAndroid integration with Kotlin, Jetpack Compose
mapbox-style-patternsCommon style patterns and layer configurations
mapbox-style-qualityStyle validation, accessibility, optimization
mapbox-token-securitySecurity best practices for access tokens
mapbox-flutter-patternsOfficial integration patterns for the Mapbox Maps Flutter SDK (installation, platform setup, camera, annotations, user location)
mapbox-location-groundingComposing Mapbox MCP tools to produce grounded, cited location-aware responses from live data instead of training data
mapbox-store-locator-patternsStore locator and location finder patterns with markers, filtering, and distance calculation

Documentation

For full documentation including:

  • Detailed skill descriptions and use cases
  • Installation instructions for Claude Code, Cursor, VS Code
  • Examples and conversation transcripts
  • How skills work with Mapbox MCP Server

See the main README.

Contributing

Want to create a new skill or improve an existing one? See the Contributing Guide for:

  • Skill structure and format requirements
  • Content guidelines and quality standards
  • Testing and validation instructions
  • Pull request process

Skill Structure

Each skill follows this structure:

skill-name/
├── SKILL.md              # Main skill file (required)
│   ├── YAML frontmatter  # name, description
│   └── Markdown content  # Instructions and guidance
└── [optional files]      # Additional resources

SKILL.md format:

---
name: skill-name
description: What the skill does and when to use it
---
# Skill Name

[Instructions and guidance for AI assistants]

Resources

Share: