A collection of skills for AI coding agents, maintained by the Apollo Solutions and Field teams. These skills are experimental or not fully supported in the same way as the official Apollo GraphQL skills repository.
Apollo Skills follow the Agent Skills format and are available via the Skills CLI.
The code in this repository is experimental and has been provided for reference purposes only. Community feedback is welcome but this project may not be supported in the same way that repositories in the official Apollo GraphQL GitHub organization are. If you need help you can file an issue on this repository, contact Apollo to talk to an expert, or create a ticket directly in Apollo Studio.
Install skills using the Skills CLI:
npx skills add apollosolutions/skillsThe CLI guides you through an interactive installation:
- Select skills - Choose which skills to install
- Select agents - Pick target agents (Claude Code, Codex, Cursor, Gemini CLI, Goose, OpenCode)
- Installation scope - Project (committed with your code) or Global
- Installation method - Symlink (recommended) or Copy
You can also install skills as a Claude Code plugin.
Once installed, skills are available as namespaced slash commands (e.g., /apollo-solutions-skills:skill-creator).
Guide for creating effective skills for this repository.
Install:
npx skills add apollosolutions/skills@skill-creatorUse when:
- Creating a new skill for this repository
- Updating an existing skill's structure or content
- Learning skill best practices and patterns
- Writing SKILL.md files or reference documentation
References: SKILL.md · Apollo Skills
First-pass answers to customer questions about Apollo products using public documentation and GraphOS MCP Tools. Does not use internal data sources.
Install:
npx skills add apollosolutions/skills@solutions-botUse when:
- A customer asks about Apollo Router, Server, Client, GraphOS, Federation, Connectors, Rover, or MCP Server
- Triaging a support-style question from Slack, Jira, or similar channels
- Researching Apollo capabilities or configuration from official docs only
References: SKILL.md · Product landscape · Question patterns
Skills activate automatically once installed. The agent uses them when relevant tasks are detected.
Each skill contains:
SKILL.md- Instructions for the agent (required)references/- Supporting documentation (optional)
Have a skill idea for the Solutions or Field teams? See CONTRIBUTING.md to get started.
- Apollo Client Documentation
- Apollo Server Documentation
- Apollo Connectors Documentation
- Apollo Federation Documentation
- Apollo MCP Server
- GraphOS MCP Tools
- Rover CLI Documentation
- Official Apollo Skills Repository
The code in this repository is experimental and for reference purposes only. Community feedback is welcome but this project is not officially supported in the same way that repositories in the official Apollo GraphQL GitHub organization are. If you need help you can file an issue on this repository, contact Apollo to talk to an expert, or create a ticket directly in Apollo Studio.