# Apollo GraphQL AI Agent Skills

Apollo GraphQL publishes official AI agent skills for its tools, services, and developer workflows.

Browse 15 official AI agent skills across 2 Apollo GraphQL repositories, with install commands and source links.

Official page: https://skillscout.sh/official/apollographql/
Markdown page: https://skillscout.sh/official/apollographql/apollographql_skills_skillscout.md
Vendor website: https://www.apollographql.com/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/apollographql/apollographql_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Apollo GraphQL skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### apollographql/skills

Covers rust-best-practices, apollo-client, graphql-schema, graphql-operations, apollo-mcp-server, apollo-server. A set of Rust coding guidelines drawn from Apollo GraphQL&#x27;s internal handbook. A guide for building React applications with Apollo Client 4.

Install:

```bash
npx skills add apollographql/skills -y
```

Source: https://www.skills.sh/official#apollographql/skills

### apollographql/apollo-client

Includes 1 official skill: apollo-client.

Install:

```bash
npx skills add apollographql/apollo-client -y
```

Source: https://www.skills.sh/official#apollographql/apollo-client

## Individual skills

### rust-best-practices

A set of Rust coding guidelines drawn from Apollo GraphQL&#x27;s internal handbook.

Install:

```bash
npx skills add apollographql/skills@rust-best-practices -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/rust-best-practices

### apollo-client

A guide for building React applications with Apollo Client 4.

Install:

```bash
npx skills add apollographql/skills@apollo-client -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/apollo-client

### graphql-schema

A reference guide for designing GraphQL schemas that are clean, evolvable, and client-friendly.

Install:

```bash
npx skills add apollographql/skills@graphql-schema -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/graphql-schema

### graphql-operations

A guide for writing GraphQL queries, mutations, and subscriptions that follow established conventions.

Install:

```bash
npx skills add apollographql/skills@graphql-operations -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/graphql-operations

### apollo-mcp-server

Connects AI agents to GraphQL APIs through the Model Context Protocol.

Install:

```bash
npx skills add apollographql/skills@apollo-mcp-server -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/apollo-mcp-server

### apollo-server

Build GraphQL servers using Apollo Server 5.

Install:

```bash
npx skills add apollographql/skills@apollo-server -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/apollo-server

### apollo-connectors

Helps integrate REST APIs into GraphQL supergraphs using Apollo Connectors with @source and @connect directives.

Install:

```bash
npx skills add apollographql/skills@apollo-connectors -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/apollo-connectors

### rover

CLI tool for managing GraphQL schemas in Apollo GraphOS.

Install:

```bash
npx skills add apollographql/skills@rover -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/rover

### apollo-federation

Helps you write Apollo Federation 2.

Install:

```bash
npx skills add apollographql/skills@apollo-federation -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/apollo-federation

### skill-creator

A guide for creating and structuring Agent Skills focused on Apollo GraphQL and GraphQL development.

Install:

```bash
npx skills add apollographql/skills@skill-creator -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/skill-creator

### apollo-router

A version-aware configuration generator for Apollo Router, the Rust-based graph router that sits in front of federated GraphQL subgraphs.

Install:

```bash
npx skills add apollographql/skills@apollo-router -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/apollo-router

### apollo-kotlin

A GraphQL client for Android, JVM, and Kotlin Multiplatform projects.

Install:

```bash
npx skills add apollographql/skills@apollo-kotlin -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/apollo-kotlin

### apollo-router-plugin-creator

Guides you through writing native Rust plugins for Apollo Router.

Install:

```bash
npx skills add apollographql/skills@apollo-router-plugin-creator -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/apollo-router-plugin-creator

### apollo-ios

Official Apollo GraphQL skill from apollographql/skills.

Install:

```bash
npx skills add apollographql/skills@apollo-ios -y
```

Package: apollographql/skills
Source: https://github.com/apollographql/skills/tree/HEAD/skills/apollo-ios

### apollo-client

Official Apollo GraphQL skill from apollographql/apollo-client.

Install:

```bash
npx skills add apollographql/apollo-client@apollo-client -y
```

Package: apollographql/apollo-client
Source: https://github.com/apollographql/apollo-client/tree/HEAD/docs/agent-skills/apollo-client

## apollographql/skills package overview

Covers rust-best-practices, apollo-client, graphql-schema, graphql-operations, apollo-mcp-server, apollo-server. A set of Rust coding guidelines drawn from Apollo GraphQL&#x27;s internal handbook. A guide for building React applications with Apollo Client 4.

### Top skills in this package

- rust-best-practices: A set of Rust coding guidelines drawn from Apollo GraphQL&#x27;s internal handbook.
- apollo-client: A guide for building React applications with Apollo Client 4.
- graphql-schema: A reference guide for designing GraphQL schemas that are clean, evolvable, and client-friendly.
- graphql-operations: A guide for writing GraphQL queries, mutations, and subscriptions that follow established conventions.
- apollo-mcp-server: Connects AI agents to GraphQL APIs through the Model Context Protocol.
- apollo-server: Build GraphQL servers using Apollo Server 5.
- apollo-connectors: Helps integrate REST APIs into GraphQL supergraphs using Apollo Connectors with @source and @connect directives.
- rover: CLI tool for managing GraphQL schemas in Apollo GraphOS.

### Install

Install the full package:

```bash
npx skills add apollographql/skills -y
```

Install a specific skill:

```bash
npx skills add apollographql/skills@rust-best-practices -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/apollographql/skills#readme
