Bundled plugins for GraphQL development with Apollo tools and technologies
npx claudepluginhub apollographql/skillsAgent skills for AI coding agents working with Apollo GraphQL tools and technologies
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
A collection of skills for AI coding agents working with Apollo GraphQL tools and technologies.
Apollo Skills follow the Agent Skills format and are available on skills.sh.
Install skills using the Skills CLI:
npx skills add apollographql/skills
The CLI guides you through an interactive installation:
◇ Found 11 skills
│
◆ Select skills to install
│ ◼ apollo-client
│ ◼ apollo-connectors
│ ◼ apollo-server
│ ○ ...
└
You can also install skills as a Claude Code plugin:
First, add the marketplace:
/plugin marketplace add apollographql/skills
Then, install the plugin:
/plugin install apollo-skills@apollo-marketplace
Once installed, skills are available as namespaced slash commands:
| Slash Command | Description |
|---|---|
/apollo-skills:apollo-client | Apollo Client 4.x for React — queries, mutations, caching, local state |
/apollo-skills:apollo-connectors | Apollo Connectors — integrate REST APIs into GraphQL |
/apollo-skills:apollo-kotlin | Apollo Kotlin — GraphQL client for Android and Kotlin |
/apollo-skills:apollo-mcp-server | Apollo MCP Server — connect AI agents with GraphQL APIs |
/apollo-skills:apollo-server | Apollo Server 4.x — schemas, resolvers, auth, plugins |
/apollo-skills:graphql-operations | GraphQL operations — queries, mutations, fragments |
/apollo-skills:graphql-schema | GraphQL schema design — types, naming, pagination, errors |
/apollo-skills:rover | Rover CLI — schema management and local supergraph development |
/apollo-skills:rust-best-practices | Rust best practices — idiomatic Rust following Apollo conventions |
/apollo-skills:skill-creator | Skill creator — guide for creating new Apollo skills |
Write Apollo Connectors schemas to integrate REST APIs into GraphQL.
Install:
npx skills add apollographql/skills@apollo-connectors
Use when:
@source and @connect directivesroverCategories covered:
$args, $this, $config)@key directives@listSizeExamples:
References: SKILL.md · Grammar · Methods · Variables · Entities · Validation · Troubleshooting
Author Apollo Federation subgraph schemas with entities, sharing, and cross-subgraph field resolution.
Install:
npx skills add apollographql/skills --skill apollo-federation
Use when:
@key@shareable@external, @requires, @provides, @override)Categories covered:
@key patterns (compound, multiple, differing)@shareable@override (including progressive rollout)@interfaceObjectExamples:
References: SKILL.md · Directives · Schema Patterns · Composition