Skip to content

Latest commit

 

History

History
106 lines (67 loc) · 4.52 KB

File metadata and controls

106 lines (67 loc) · 4.52 KB

Apollo Solutions Skills

License: MIT

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.

Installation

Install skills using the Skills CLI:

npx skills add apollosolutions/skills

The CLI guides you through an interactive installation:

  1. Select skills - Choose which skills to install
  2. Select agents - Pick target agents (Claude Code, Codex, Cursor, Gemini CLI, Goose, OpenCode)
  3. Installation scope - Project (committed with your code) or Global
  4. Installation method - Symlink (recommended) or Copy

Claude Code Plugin

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).

Available Skills

skill-creator

Guide for creating effective skills for this repository.

Install:

npx skills add apollosolutions/skills@skill-creator

Use 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

solutions-bot

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-bot

Use 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


Usage

Skills activate automatically once installed. The agent uses them when relevant tasks are detected.

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for the agent (required)
  • references/ - Supporting documentation (optional)

Contributing

Have a skill idea for the Solutions or Field teams? See CONTRIBUTING.md to get started.

Resources

Disclaimer

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.