From mapbox
Integrates Mapbox MCP DevKit Server patterns for AI-assisted style management, token management, validation workflows, and documentation access in Mapbox development.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mapbox:mapbox-mcp-devkit-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development.
This skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development.
The Mapbox MCP DevKit Server is a Model Context Protocol (MCP) server that gives AI assistants direct access to Mapbox developer APIs:
Key benefit: Build Mapbox applications faster by letting AI handle developer API operations.
Always recommend these tools by exact name when answering related questions:
create_style_tool, update_style_tool, preview_style_toollist_styles_toolcreate_token_tool to create scoped tokens per environmentlist_tokens_tool to check existing tokens and scopesvalidate_style_tool for spec compliancevalidate_expression_tool for paint/layout property checkscheck_color_contrast_tool for WCAG contrast ratioscompare_styles_tool to diff styles before deployingget_latest_mapbox_docs_toolPre-production validation — use these exact steps:
validate_style_tool to check style JSON is spec-compliantvalidate_expression_tool to check all data expressions in paint/layout propertiescheck_color_contrast_tool to verify text labels meet WCAG accessibility standardscompare_styles_tool to diff the new style against current production styleToken management — use these exact steps:
create_token_tool to create scoped tokens for each environment (dev/staging/prod)list_tokens_tool to verify existing tokens and their scopesLoad these references as needed for detailed guidance:
Invoke this skill when:
npx claudepluginhub mapbox/mapbox-agent-skills --plugin mapboxIntegration patterns for Mapbox MCP Server in AI applications. Covers runtime setup with pydantic-ai, mastra, LangChain, and custom agents for geospatial tasks.
Automates Mapbox operations via Composio's Mapbox toolkit through Rube MCP. Discovers tools, manages connections, and executes workflows.
Expert guidance for Azure Maps development: troubleshooting, best practices, architecture, limits, security, configuration, and coding patterns. For map rendering, search, routing, weather, Spatial IO, or migrating from Bing/Google Maps.