# Agol Publish Checklist

> Create a pre‑publish checklist for ArcGIS Online items with risk and data quality checks

- Skill: `danmaps/agol-publish-checklist` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add danmaps/agol-publish-checklist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/danmaps/agol-publish-checklist/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/agol-publish-checklist

---


# AGOL Publish Checklist

Generate a concise, practical checklist to publish an item to AGOL safely.

## Inputs

- `dataset_type` (string: feature layer, table, raster, tile)
- `data_source` (string)
- `target_audience` (string, optional)
- `sensitivity` (string, optional)

## Output

Checklist grouped by:
1) Data readiness
2) Metadata + licensing
3) Symbology + scale
4) Hosting + performance
5) Sharing + access

## Guidance

- Include field/domain validation and null checks
- Flag potential privacy issues
- Note tiling or generalization needs for large datasets

## Example

**User:** “Publish a county parcels feature layer.”

**Output:** Checklist covering schema validation, metadata, scale dependencies, and sharing settings.

## 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.


