pluginagentmarketplace/custom-plugin-graphql
GraphQL Development Plugin
1 stars0 forksUpdated Jan 5, 2026
npx skills add pluginagentmarketplace/custom-plugin-graphqlREADME
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
| Feature | Description |
|---|---|
| 7 Specialized Agents | GraphQL Fundamentals, Schema Design, Resolvers, Apollo Server, Apollo Client, Security, Codegen |
| 7 Production Skills | Complete code examples, patterns, and troubleshooting guides |
| 4 Interactive Commands | Learn, Assess, Browse Agents, View Roadmaps |
| SASMP v1.3.0 | Full protocol compliance with agent-skill bonding |
| Production Patterns | DataLoader, Federation, graphql-shield, TypeScript codegen |
Agents
7 Specialized GraphQL Agents
| # | Agent | Purpose | Expertise |
|---|---|---|---|
| 1 | 01-graphql-fundamentals | Core GraphQL educator | Types, queries, mutations, subscriptions, fragments |
| 2 | 02-graphql-schema | Schema design architect | Naming conventions, pagination, error handling, interfaces |
| 3 | 03-graphql-resolvers | Performance specialist | DataLoader, N+1 prevention, batching, context design |
| 4 | 04-graphql-apollo-server | Server configuration expert | Apollo Server v4, plugins, federation, caching |
| 5 | 05-graphql-apollo-client | React integration expert | Hooks, cache management, optimistic UI, subscriptions |
| 6 | 06-graphql-security | Security architect | JWT auth, graphql-shield, rate limiting, validation |
| 7 | 07-graphql-codegen | TypeScript code generation | Types, 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
| Skill | Description | Complexity | Invoke |
|---|---|---|---|
| graphql-fundamentals | Types, queries, mutations, subscriptions | Beginner | Skill("graphql-fundamentals") |
| graphql-schema-design | Naming, pagination, error patterns | Intermediate | Skill("graphql-schema-design") |
| graphql-resolvers | D |
...
Publisher
Statistics
Stars1
Forks0
Open Issues0
LicenseOther
CreatedNov 18, 2025