From mapbox
Provides patterns for integrating Mapbox MCP DevKit Server into AI coding workflows for style/token management, GeoJSON/expression validation, accessibility checks, and docs access when building Mapbox apps.
npx claudepluginhub mapbox/mapbox-agent-skills --plugin mapboxThis skill uses the workspace's default tool permissions.
This skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development.
Validates Mapbox style expressions and GeoJSON, checks color contrast for WCAG accessibility, optimizes file size by removing redundancies, and compares versions for production readiness and debugging.
Automates Mapbox operations via Composio toolkit and Rube MCP. Discovers tools dynamically with RUBE_SEARCH_TOOLS, manages connections, and executes schema-compliant workflows.
Integrates Amazon Location Service APIs for maps, geocoding, routing, places search, geofencing, and device tracking in AWS applications.
Share bugs, ideas, or general feedback.
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: