graphql-architect
An agent skill by Jeffallan, from Jeffallan/claude-skills. Tags: api, architecture, documentation, graphql, performance, web.
What it does
Use when designing GraphQL schemas, implementing Apollo Federation, or building real-time subscriptions. Invoke for schema design, resolvers with DataLoader, query optimization, federation directives.
Install
With the skills CLI, which installs into Claude Code, Codex, Cursor and other agents:
npx skills add Jeffallan/claude-skills --skill graphql-architect
Or copy the skill folder into Claude Code's skills directory by hand (~/.claude/skills for every project, or .claude/skills inside one):
git clone --depth 1 https://github.com/Jeffallan/claude-skills
cp -r claude-skills/skills/graphql-architect ~/.claude/skills/graphql-architect
Safety box score
Not rated yet. A safety box score grades what a skill and its scripts can reach on the machine of whoever installs it, across eight categories from shell execution to secrets access. Anyone can request one from this page; it is saved for everyone. How the score works.
Source
- Repository
- Jeffallan/claude-skills (all skills from this repository)
- Path
- skills/graphql-architect/SKILL.md
- Branch
- main
- Updated
- 2026-09-19
Related skills
- api-designer — Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture.
- code-documenter — Generates, formats, and validates technical documentation — including docstrings, OpenAPI/Swagger specs, JSDoc annotations, doc portals, and user guides.
- dotnet-core-expert — NET 8 applications with minimal APIs, clean architecture, or cloud-native microservices.
- fastapi-expert — Use when building high-performance async Python APIs with FastAPI and Pydantic V2.
- java-architect — x, microservices, or reactive programming.
- microservices-architect — Designs distributed system architectures, decomposes monoliths into bounded-context services, recommends communication patterns.