Mapbox Agent Skills

March 25, 2026 ยท View on GitHub

Note: Mapbox Agent Skills have moved to a dedicated repository for better maintenance and discoverability.

๐Ÿ“ฆ Install Skills from the Official Repository

All Mapbox Agent Skills are now maintained in the official mapbox-agent-skills repository.

Quick Install

# Install all Mapbox skills
npx add-skill mapbox/mapbox-agent-skills

# Install specific skills
npx add-skill mapbox/mapbox-agent-skills --skill mapbox-web-performance-patterns
npx add-skill mapbox/mapbox-agent-skills --skill mapbox-token-security
npx add-skill mapbox/mapbox-agent-skills --skill mapbox-cartography

Available Skills

The mapbox-agent-skills repository includes 10 comprehensive skills:

Migration & Platform:

  • mapbox-google-maps-migration - Migrate from Google Maps to Mapbox GL JS
  • mapbox-maplibre-migration - Migrate from MapLibre GL JS to Mapbox

Performance & Integration:

  • mapbox-web-performance-patterns - Performance optimization for Mapbox GL JS
  • mapbox-web-integration-patterns - Framework integration (React, Vue, Svelte, Angular, Next.js)

Design & Styling:

  • mapbox-cartography - Map design principles and best practices
  • mapbox-style-patterns - Common style patterns and layer configurations
  • mapbox-style-quality - Style validation, accessibility, and testing

Security:

  • mapbox-token-security - Access token security and best practices

Mobile:

  • mapbox-ios-patterns - iOS integration with Swift, SwiftUI, UIKit
  • mapbox-android-patterns - Android integration with Kotlin, Jetpack Compose

How Skills Work with the MCP Server

The Mapbox MCP DevKit Server and Agent Skills work together:

ComponentPurposeExample
MCP ToolsExecute actionscreate_style_tool, list_tokens_tool
MCP PromptsOrchestrate workflowscreate-and-preview-style workflow
Agent SkillsProvide expertiseMap design principles, security best practices

Example workflow:

User: "Create a map for my restaurant finder app"

With MCP Server + Skills:
1. [mapbox-cartography skill] Understands restaurant map design principles
2. [mapbox-style-patterns skill] Applies POI Finder pattern
3. [mapbox-token-security skill] Knows secure token configuration
4. โ†’ Uses MCP tools (style_builder_tool, create_style_tool, etc.)
5. โ†’ Creates optimized, secure map

Why Skills Moved to a Separate Repository

Benefits:

  • โœ… Dedicated maintenance: Skills can be updated independently
  • โœ… Better discoverability: Easier to find and install via npx add-skill
  • โœ… Comprehensive collection: 10 skills covering web, mobile, and migration
  • โœ… Community contributions: Easier for community to contribute new skills
  • โœ… Versioning: Skills can be versioned independently from MCP server

Resources

Need Help?