Skip to main content
Run any Skill in Manus
with one click

graphql-schema

Stars1
Forks0
UpdatedJune 8, 2026 at 23:37

Guide for designing and evolving GraphQL schemas in this monorepo. Use when: (1) designing or reviewing the schema in apps/api/src/graphql/schema.ts, (2) adding new types, fields, pagination, errors, or security patterns, (3) ensuring the schema works well for both staff and public UIs, (4) following best practices for type design, naming, nullability, and evolution. Always coordinate with the existing in-memory demo, Hono setup, and client usage in the Vite apps. Prefer patterns that keep the API clean and maintainable across the Turborepo.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly