Setup & Installation
What This Skill Does
CLI tool for managing GraphQL schemas in Apollo GraphOS. Handles publishing, fetching, and validating subgraph schemas, composing federated supergraphs locally, and running a local development router with hot-reloading composition.
It replaces manual schema copying, ad-hoc composition scripts, and separate Router setup with a single CLI that handles the full federated GraphQL workflow from local dev to production publishing.
When to use it
- Publishing a subgraph schema to GraphOS after merging a PR
- Checking schema changes against production traffic before deploying
- Composing a federated supergraph locally from multiple subgraph files
- Running a local supergraph router during development with rover dev
- Fetching the current production schema to diff against local changes
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
