skills
GraphQL schema design, Apollo clients, servers, and federation
All Skills in This Repository (13)
Pure Emerald Level Indicatorsgraphql-operations
Guide writing GraphQL queries, mutations, and fragments with best practices.
graphql-schema
Design GraphQL schemas with best practices for types, naming, and pagination.
apollo-connectors
Integrate REST APIs into GraphQL supergraphs using Apollo Connectors directives.
rust-best-practices
Enforce Apollo GraphQL best practices for idiomatic Rust code.
apollo-mcp-server
Expose GraphQL operations as MCP tools for AI agents.
apollo-kotlin
Configure Apollo Kotlin in Gradle projects and implement GraphQL operations.
apollo-server
Guide building GraphQL servers with Apollo Server 5.x in Node.js.
skill-creator
Create and update Apollo GraphQL skills following the Agent Skills specification.
apollo-federation
Author Apollo Federation subgraph schemas with federation directives and entity definitions.
rover
Manage GraphQL schemas and federation using the Apollo Rover CLI.
apollo-router
Generate version-aware YAML configuration for Apollo Router v1.x and v2.x.
apollo-router-plugin-creator
Create native Rust plugins for Apollo Router using service hooks.
Frequently Asked Questions
FAQPage SchemaHow to install Apollo GraphQL skills?โผ
Run `npx skills add apollographql/skills --all -g -y` in your terminal to install all skills globally. You can also install a single skill with `npx skills add apollographql/skills --skill apollo-server`.
What do the Apollo GraphQL skills cover?โผ
They cover GraphQL schema design, queries and mutations, Apollo Server, Apollo Client for React, Apollo iOS and Kotlin, Federation, Connectors, Router configuration, and the Rover CLI.
Can I connect a REST API to GraphQL with these skills?โผ
Yes. The apollo-connectors skill guides your agent through writing @source and @connect directives, mapping responses, and validating the schema with Rover.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and work in Claude Code, Cursor, Codex, Gemini CLI, and other compatible coding agents.
Can these skills help design a GraphQL schema from scratch?โผ
Yes. The graphql-schema skill provides naming conventions, pagination patterns, nullability rules, and security best practices for designing production-ready schemas.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core