geoeduhj-edumosphere-leaflet-instructions.ocm.json json Copy{
"ocm": "1",
"id": "geoeduhj-edumosphere-leaflet-instructions",
"kind": "skill",
"name": "Maps and geospatial UI",
"description": "Rules for map-related files",
"publisher": "GEOeduHJ",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Rules for map-related files"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/GEOeduHJ/Edumosphere",
"path": ".github/instructions/maps/leaflet.instructions.md",
"ref": "29cd87f8fbacb19de1c45bc96223411cd00d701c",
"url": "https://github.com/GEOeduHJ/Edumosphere/blob/29cd87f8fbacb19de1c45bc96223411cd00d701c/.github/instructions/maps/leaflet.instructions.md",
"key": "GEOeduHJ/Edumosphere/.github/instructions/maps/leaflet.instructions.md"
},
"applies_to": "src/components/map/**/*.tsx,src/features/map/**/*.tsx,src/pages/**/*Map*.tsx"
},
"instructions": "# Map instructions\n\n- Use Leaflet for world map rendering.\n- Display selected locations as markers.\n- Fit bounds to selected locations automatically.\n- Show city name, country, and selected metric in marker popups.\n- Keep legends visible and easy to read.\n- Prefer simple point mapping for MVP.\n- Avoid advanced GIS interpolation, contouring, or raster analysis in MVP.\n- Keep map interactions clear enough for classroom use.\n- The map layer should consume already-decoded plain location and climate summary objects, not raw Open-Meteo SDK response objects.\n- Keep attribution visible in or near the ",
"cost": {
"context_tokens": 152
}
}