ワンクリックで
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.*