원클릭으로
learn-map-lifecycle
Map data lifecycle - imports, shatter setup, edges, graph linkage
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Map data lifecycle - imports, shatter setup, edges, graph linkage
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-lifecycle |
| description | Map data lifecycle - imports, shatter setup, edges, graph linkage |
| user-invocable | false |
End-to-end lifecycle for loading geospatial source layers, creating Districtr map metadata, wiring shatter relationships, and enabling contiguity support.
backend/cli.pybackend/management/load_data.pybackend/app/utils.pybackend/app/main.pybackend/app/contiguity/main.pybackend/app/models.pybackend/management/configs/*districtr_map_slug, layers, and tiles paths must remain consistent across FE/BE contracts./api/gerrydb/views and /api/document/* flows.cd backend && python cli.py import-gerrydb-view --helpcd backend && python cli.py create-districtr-map --helpcd backend && python cli.py create-parent-child-edges --helpcd backend && python cli.py batch-create-districtr-maps --help