Skip to content

MetamediaTechnology/longdo-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Longdo Skills

A Claude Code plugin marketplace of AI-agent skills for building with Longdo — maps, location services, and weather.

Point your AI coding agent at the skill you need and it picks up the patterns, conventions, and gotchas to write correct Longdo code.

Plugins

Plugin For What it covers
longdo-map-js Web frontend Longdo Map v3 JavaScript API — drift-free HTML markers, directional/cluster markers, click handling, popups, UI, layer control, geolocation, place tags
longdo-map-rest Any language / backend Location REST APIs — search/suggest, geocode, reverse-geocode, routing (guide, GeoJSON, matrix, snap, span, TSP), traffic speed
longdo-map-flutter Mobile Official longdo_maps_api3_flutter SDKLongdoMapWidget, events, markers, the Dart ⇄ JS bridge
longdo-weather Any language / backend Longdo Weather API — rain radar, current conditions, wind, forecasts (endpoint specifics pending — see the skill)

Each plugin installs independently — install only what you use. A web developer who never touches Flutter installs just longdo-map-js.

Install (Claude Code)

/plugin marketplace add MetamediaTechnology/longdo-skills
/plugin install longdo-map-js@longdo

Then install any others you need:

/plugin install longdo-map-rest@longdo
/plugin install longdo-map-flutter@longdo
/plugin install longdo-weather@longdo

Refresh later with /plugin marketplace update.

Using a different agent? Each skill is self-contained Markdown — drop the relevant plugins/<name>/skills/<name>/SKILL.md into a skills directory your agent reads.

For humans

If you're a developer looking to learn the Longdo APIs directly:

Note: never commit a real API key. The JavaScript map key is exposed to the browser by design — restrict it to your domain(s) in the console. Treat REST and weather keys as backend secrets and call them server-side.

License

Apache License 2.0

About

Skills for Longdo Map JavaScript API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors