plugins marketplace
← All plugins

graphql-server-builder

v1.22.0

Build GraphQL servers with schema-first design, resolvers, and subscriptions

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/graphql-server-builder/ inside the repository.

Layout

plugins/api-development/graphql-server-builder/
├── .claude-plugin/plugin.json
└── skills/building-graphql-server/SKILL.md

Skills1

building-graphql-serverskills/building-graphql-server/SKILL.md

Build production-ready GraphQL servers with schema design, resolvers, and subscriptions. Use when building GraphQL APIs with schemas and resolvers. Trigger with phrases like "build GraphQL API", "create GraphQL server", or "setup GraphQL".

Manifests1

plugins/api-development/graphql-server-builder/.claude-plugin/plugin.json
{
  "name": "graphql-server-builder",
  "version": "1.22.0",
  "description": "Build GraphQL servers with schema-first design, resolvers, and subscriptions",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "graphql",
    "api",
    "server",
    "apollo",
    "schema",
    "resolvers"
  ]
}