20 skills · 65 min
Skills
Skill 16 of 20
Common style patterns, layer configurations, and recipes for typical mapping scenarios including restaurant finders, real estate, data visualization, navigation…
2 minutes · 463 words · 11 sections
Install
npx skills add mapbox/mapbox-agent-skills --skill mapbox-style-patternsnpx skills add mapbox/mapbox-agent-skills/plugin marketplace add mapbox/mapbox-agent-skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
This skill provides battle-tested style patterns and layer configurations for common mapping scenarios.
Use case: Consumer app showing restaurants, cafes, bars, or other points of interest
Visual requirements:
Recommended layers:
{
"layers": [
{
"id": "background",
"type": "background",
Key features:
Question 1: What is the primary content?
Question 2: What is the viewing environment?
Question 3: What is the user’s primary action?
Question 4: What is the platform?
{
"id": "roads",
"type": "line",
"source": "mapbox-streets",
"source-layer": "road",
"filter": [
"step",
["zoom"],
["in", "class", "motorway",
Additional patterns and configurations are available in the references/ directory. Load the relevant file when a specific pattern is needed.
| File | Contents |
|---|---|
| references/real-estate.md (opens in a new tab) | Pattern 2: Real Estate Map – property boundaries, price color-coding, amenity markers |
| references/data-viz-base.md (opens in a new tab) | Pattern 3: Data Visualization Base Map – minimal grayscale base for choropleth/heatmap overlays |
| references/navigation.md (opens in a new tab) | Pattern 4: Navigation/Routing Map – route display, user location, turn arrows |
| references/dark-mode.md |
Loading instructions: Read the reference file that matches the user’s use case. For example, if implementing a delivery tracking map, load references/delivery-logistics.md.
Invoke this skill when:
Common style patterns, layer configurations, and recipes for typical mapping scenarios including restaurant finders, real estate, data visualization, navigation, delivery/logistics, and more. Use when implementing specific map use cases or looking for proven style patterns.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 16 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Mapbox Plugin Marketplace, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree.| Pattern 5: Dark Mode / Night Theme – near-black background, reduced brightness |
| references/delivery-logistics.md (opens in a new tab) | Pattern 6: Delivery/Logistics Map – real-time tracking, zones, driver markers, ETA badges |
| references/expressions-clustering.md (opens in a new tab) | Data-driven expression patterns + clustering for dense POIs |
| references/common-modifications.md (opens in a new tab) | 3D Buildings, Terrain/Hillshade, Custom Markers |
| references/interactions.md (opens in a new tab) | addInteraction vs setFeatureState vs appearances – how they fit together and when to use each |
/mapbox/mapbox-agent-skills.md.md10 files · 38 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 16.
Documentation the agent loads on demand, rather than up front.
Everything else published alongside the skill.