dkyazzentwatwa/chatgpt-skills

geo-toolkit

Parse, convert, geocode, visualize, and measure geographic data. Use for address cleanup, geo file conversion, mapping, and distance workflows.

First seen Apr 10, 2026

Installation

$ npx skills add dkyazzentwatwa/chatgpt-skills --skill geo-toolkit

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dkyazzentwatwa/chatgpt-skills · top by installs.

npx skills add dkyazzentwatwa/chatgpt-skills

Browse all from dkyazzentwatwa/chatgpt-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 99
Default branch main
Open issues 2
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 894 B
  • docs SUMMARY.md 162 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 124 installs

SKILL.md

Geo Toolkit

Use this suite for practical geographic data preparation and inspection.

Included Tools

  • address_parser.py
  • distance_calc.py
  • geo_visualizer.py
  • geocoder.py
  • kmlgeojsonconverter.py
  • territory_mapper.py

Workflow

  1. Determine whether the task is parsing, conversion, lookup, measurement, or visualization.
  2. Normalize addresses or file formats before doing downstream mapping work.
  3. Use the smallest tool that solves the request and return any geocoding or projection caveats.

Guardrails

  • Treat geocoding results as approximate unless the source data is already precise.
  • Call out coordinate system or file-format assumptions when converting map artifacts.