원클릭으로
graphql-contract
Use when changing GraphQL schema, resolvers, or frontend GraphQL documents so the contract and codegen stay in sync.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when changing GraphQL schema, resolvers, or frontend GraphQL documents so the contract and codegen stay in sync.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Expert knowledge for Advanced Alchemy / SQLAlchemy ORM patterns. Use when working with models, services, repositories, or database migrations.
Expert knowledge for Litestar Python web framework. Use when working with Litestar routes, plugins, middleware, dependency injection, or configuration.
Use when running installs, dev servers, tests, lint/format, codegen, or Docker lifecycle tasks; Taskfile is the source of truth.
Use when creating or updating Celery tasks, async job logic, or Beat schedules in the backend.
Use for change discipline, validation expectations, and safety checks when making repo changes.
| name | graphql-contract |
| description | Use when changing GraphQL schema, resolvers, or frontend GraphQL documents so the contract and codegen stay in sync. |
.graphql documents.backend/src/backend/apps/**/graphql/.task frontend:codegen from the repo root.
task backend:schema:export to update
frontend/schema/schema.graphql.pnpm codegen to regenerate TypeScript types.frontend/src/ to use the newly generated types/fragments.task frontend:check.frontend/schema/schema.graphql.frontend/src/lib/graphql/.Nullable → Non-Null, adding
required args) require immediate frontend updates after codegen.selectinload/joinedload) and
moving complex logic into services.backend/src/backend/apps/**/graphql/frontend/schema/schema.graphqlfrontend/src/lib/graphql/frontend/**/codegen.*