원클릭으로
learn-map-runtime
MapLibre interaction model, feature-state, paint/shatter behavior
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
MapLibre interaction model, feature-state, paint/shatter behavior
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
SQLAlchemy-first DB patterns, Alembic migrations, ParentChildEdges partition handling, and UDF policy
FastAPI + SQLModel conventions, request dependencies, transaction safety, and backend architecture
Next.js best practices - RSC boundaries, data patterns, async APIs, error handling, route handlers, directives, runtime selection
Upgrade Next.js to the latest version following official migration guides and codemods
Auth0 scopes, recaptcha verification, and share/edit token security patterns
CMS editing/review workflows, TipTap extensions, and comment moderation
| name | learn-map-runtime |
| description | MapLibre interaction model, feature-state, paint/shatter behavior |
| user-invocable | false |
Source-of-truth runtime rules for map interaction, feature-state rendering, paint tools, and shatter/heal behavior.
click, mousemove, paint interactions).app/src/app/utils/events/mapEvents.tsapp/src/app/utils/map/mapRenderSubs.tsapp/src/app/utils/map/filterFeatures.tsapp/src/app/store/mapStore.tsapp/src/app/store/assignmentsStore.tsapp/src/app/store/mapControlsStore.tsxapp/src/app/store/overlayStore.ts - overlay constraints that restrict paintingapp/src/app/store/toolbarStore.ts - active tool selection (pan, brush, eraser, etc.)app/src/app/components/Map/MapContainer.tsxapp/src/app/components/Map/MainMap.tsxzone, broken, focused, highlighted, locked).accumulatedAssignments lifecycle.parentToChild, childToParent, shatterIds).getFeaturesInBbox, getFeatureUnderCursor).mapRenderSubs flow.mousemove paths.pan, brush, eraser, shatter, inspector).cd app && bun run build