pluginagentmarketplace/custom-plugin-graphql

GraphQL Development Plugin

1 stars0 forksUpdated Jan 5, 2026
npx skills add pluginagentmarketplace/custom-plugin-graphql

README

GraphQL Development Assistant

Version License Status SASMP

Agents Skills Commands


Install Now | Explore Agents | View Skills | Star this repo


What is this?

GraphQL Development Assistant is a production-grade Claude Code plugin with 7 specialized agents and 7 skills for building GraphQL APIs - from fundamentals to production deployment.


Table of Contents

Click to expand

Quick Start

Prerequisites

  • Claude Code CLI v2.0.27+
  • Active Claude subscription

Installation (Choose One)

Option 1: From Marketplace (Recommended)
# Step 1: Add the plugin
/plugin marketplace add pluginagentmarketplace/custom-plugin-graphql

# Step 2: Restart Claude Code
# Close and reopen your terminal/IDE
Option 2: Local Installation
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-graphql.git
cd custom-plugin-graphql

# Load locally
/plugin load .

# Restart Claude Code

Verify Installation

After restart, you should see 7 GraphQL agents available.


Features

FeatureDescription
7 Specialized AgentsGraphQL Fundamentals, Schema Design, Resolvers, Apollo Server, Apollo Client, Security, Codegen
7 Production SkillsComplete code examples, patterns, and troubleshooting guides
4 Interactive CommandsLearn, Assess, Browse Agents, View Roadmaps
SASMP v1.3.0Full protocol compliance with agent-skill bonding
Production PatternsDataLoader, Federation, graphql-shield, TypeScript codegen

Agents

7 Specialized GraphQL Agents

#AgentPurposeExpertise
101-graphql-fundamentalsCore GraphQL educatorTypes, queries, mutations, subscriptions, fragments
202-graphql-schemaSchema design architectNaming conventions, pagination, error handling, interfaces
303-graphql-resolversPerformance specialistDataLoader, N+1 prevention, batching, context design
404-graphql-apollo-serverServer configuration expertApollo Server v4, plugins, federation, caching
505-graphql-apollo-clientReact integration expertHooks, cache management, optimistic UI, subscriptions
606-graphql-securitySecurity architectJWT auth, graphql-shield, rate limiting, validation
707-graphql-codegenTypeScript code generationTypes, React hooks, configuration, fragments

Invoke Agents

Task(subagent_type="graphql:01-graphql-fundamentals")
Task(subagent_type="graphql:02-graphql-schema")
Task(subagent_type="graphql:03-graphql-resolvers")
Task(subagent_type="graphql:04-graphql-apollo-server")
Task(subagent_type="graphql:05-graphql-apollo-client")
Task(subagent_type="graphql:06-graphql-security")
Task(subagent_type="graphql:07-graphql-codegen")

Skills

7 Production-Grade Skills

SkillDescriptionComplexityInvoke
graphql-fundamentalsTypes, queries, mutations, subscriptionsBeginnerSkill("graphql-fundamentals")
graphql-schema-designNaming, pagination, error patternsIntermediateSkill("graphql-schema-design")
graphql-resolversD

...

Read full README

Statistics

Stars1
Forks0
Open Issues0
LicenseOther
CreatedNov 18, 2025