# Symbology Compat

> Check symbology compatibility between ArcGIS Pro, AGOL, and target formats

- Skill: `danmaps/symbology-compat` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add danmaps/symbology-compat`
- Raw SKILL.md: https://api.skillmd.com/api/skills/danmaps/symbology-compat/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: danmaps (https://skillmd.com/u/danmaps)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/danmaps/symbology-compat

---


# Symbology Compat

Review layer symbology and flag compatibility issues across platforms.

## Inputs

- `target` (string: AGOL, ArcGIS Pro, QGIS, WebMap)
- `layer_names` (array)

## Use arcgispro-cli

- `arcgispro layers --json`
- `arcgispro context`

## Output

- List of unsupported renderers
- Suggestions for alternative symbols
- Notes on labeling and scale dependencies

## Example

**User:** “Will this map work in AGOL?”

**Output:** Flags for unsupported renderers and recommended fallbacks.

## Intent

State the operational goal of the skill and what good output should accomplish.

## Outputs

Return a concise, usable result with the key artifacts or recommendations.

## Safety

Do not invent data, credentials, or system context. Flag uncertainty and risky operations clearly.


