GRAPHQL Schema

GraphQL schema validation and optimization with federation support

manastalukdar 7ed8193 819 B Updated

File contents

GraphQL Schema Validation & Optimization

I'll validate and optimize your GraphQL schema with support for federation, deprecated fields, and performance improvements.

Features:

  • Schema validation and linting
  • Query optimization suggestions
  • Federation support analysis
  • Schema stitching validation
  • Deprecated field detection
  • Breaking change detection

Token Optimization

Expected range: 1,500–2,500 tokens (initial), 100 tokens (valid schema)

Caching: No persistent caching — validates current schema on each run.

Early exit: Returns immediately if the schema is already valid with no type errors.

Patterns used: Grep-before-Read, early exit, Bash for system queries

manastalukdar/claude-devstudio/tree/main/skills/graphql-schema commit 7ed8193a1d

Frequently asked questions

npx skillmds@latest add manastalukdar/graphql-schema