maplibre-mapbox-migration とは?
Mapbox GL JS から MapLibre GL JS への移行 — 変更のパッケージ化とインポート、アクセス トークンの削除、タイル ソースの選択、同等のプラグイン、得られるものと失うもの。既存の Mapbox マップを MapLibre に移動するときに使用します。 ソース: maplibre/maplibre-agent-skills。
Mapbox GL JS から MapLibre GL JS への移行 — 変更のパッケージ化とインポート、アクセス トークンの削除、タイル ソースの選択、同等のプラグイン、得られるものと失うもの。既存の Mapbox マップを MapLibre に移動するときに使用します。
コマンドラインで maplibre-mapbox-migration AI スキルを開発環境にすばやくインストール
ソース: maplibre/maplibre-agent-skills。
This skill guides you through migrating an application from Mapbox GL JS to MapLibre GL JS. The two libraries share a common ancestry (MapLibre forked from Mapbox GL JS v1.13 in December 2020), so the API is largely the same. The main changes are: swap the package, replace the namespace, remove the Mapbox access token, and choose a new tile source (MapLibre does not use mapbox:// styles).
What you give up: Mapbox Studio integration, Mapbox-hosted tiles and styles, Mapbox Search/Directions/Geocoding APIs, official Mapbox support.
Replace all mapboxgl with maplibregl (and mapbox-gl with maplibre-gl in package names or paths). Examples:
Mapbox GL JS から MapLibre GL JS への移行 — 変更のパッケージ化とインポート、アクセス トークンの削除、タイル ソースの選択、同等のプラグイン、得られるものと失うもの。既存の Mapbox マップを MapLibre に移動するときに使用します。 ソース: maplibre/maplibre-agent-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-mapbox-migrationMapbox GL JS から MapLibre GL JS への移行 — 変更のパッケージ化とインポート、アクセス トークンの削除、タイル ソースの選択、同等のプラグイン、得られるものと失うもの。既存の Mapbox マップを MapLibre に移動するときに使用します。 ソース: maplibre/maplibre-agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/maplibre/maplibre-agent-skills --skill maplibre-mapbox-migration インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/maplibre/maplibre-agent-skills