graphql-schema-generator
Installation
SKILL.md
GraphQL Schema Generator
Generate complete GraphQL Schema Definition Language (SDL) files with types, queries, mutations, and subscriptions.
Output Requirements
File Output: schema.graphql or schema.gql
Format: GraphQL SDL (Schema Definition Language)
Standards: GraphQL June 2018 or later spec
When Invoked
Immediately generate a complete, valid GraphQL schema. Include appropriate types, queries, mutations, and input types for the domain.