graphql

Installation
SKILL.md

GraphQL

Purpose

Design a GraphQL schema that models the domain rather than the database, and operate it without letting a single query take down the service.

When to Use

  • Designing a GraphQL schema from scratch.
  • Diagnosing slow queries or N+1 resolver behavior.
  • Protecting a public GraphQL endpoint from expensive queries.
  • Splitting a schema across services with federation.

Capabilities

Installs
2
GitHub Stars
26
First Seen
Jul 16, 2026
graphql — nimadorostkar/claude-skills-collection