Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

graphql-operations

Estrellas1
Forks0
Actualizado8 de junio de 2026 a las 23:37

Guide for writing GraphQL operations (queries, mutations, fragments) in the staff and public UIs following best practices. Use when: (1) writing or reviewing GraphQL queries/mutations in apps/staff or apps/public (e.g. in App.tsx or lib/), (2) organizing operations with fragments for colocation with Ant Design components, (3) optimizing data fetching from the shared apps/api backend, (4) setting up type generation, linting, or reviewing for efficiency in the monorepo. Always coordinate with the schema in apps/api/src/graphql/schema.ts and the custom update-graphql skill. Use variables, name operations, request only needed fields, and ensure compatibility with both UIs and the shared @repo/ui + AntdProvider.

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

SKILL.md
readonly