mcpbeat

Mapkit

rshankras/mapkit

MapKit and GeoToolbox skills — PlaceDescriptor patterns, geocoding, and cross-service place identifiers with MapKit integration. Use when working with maps, place data, or geocoding.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
585
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/rshankras/claude-code-apple-skills --skill mapkit

The instruction itself

4 sections, as written by the author

MapKit Skills

Location and place-data patterns built on MapKit and GeoToolbox.

When This Skill Activates

Use this skill when the user:

  • Works with PlaceDescriptor or GeoToolbox
  • Needs geocoding or reverse geocoding
  • Handles place identifiers across services (Apple Maps + third-party)

Available Skills

Paths are relative to THIS file's directory — skills run with cwd set to the

user's project, so resolve each path from this SKILL.md's own location.

| Skill | Read | Covers |

|-------|------|--------|

| geotoolbox | geotoolbox/SKILL.md | GeoToolbox PlaceDescriptor, geocoding, multi-service place identifiers |

How to Route

  • Read geotoolbox/SKILL.md (relative to this file) plus any reference files it lists.
  • Apply the guidance to the user's code.

How to use it

Copy the folder

Take rshankras/mapkit from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.