Help us improve
Share bugs, ideas, or general feedback.
From apollo-skills
Guides building apps with Apollo Kotlin for Android, JVM, and KMP: Gradle setup, schema download, codegen, client config (auth, interceptors, caching), and writing queries/mutations/subscriptions.
npx claudepluginhub apollographql/skills --plugin apollo-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/apollo-skills:apollo-kotlinThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apollo Kotlin is a strongly typed GraphQL client that generates Kotlin models from your GraphQL operations and schema, that can be used in Android, JVM, and Kotlin Multiplatform projects.
Guide for building React applications with Apollo Client 4.x. Covers setup, GraphQL queries/mutations with hooks, caching policies, reactive variables, and troubleshooting.
Guides native Android development with Kotlin idioms, Jetpack Compose UI, Room database, Hilt DI, Coroutines/Flow, WorkManager, Gradle KTS, Material Design 3, and Navigation Compose. Use for building or optimizing Android apps.
Provides patterns for building GraphQL APIs with Apollo Server, covering schema design, resolvers, data sources, federation, error handling, and production setup.
Share bugs, ideas, or general feedback.
Apollo Kotlin is a strongly typed GraphQL client that generates Kotlin models from your GraphQL operations and schema, that can be used in Android, JVM, and Kotlin Multiplatform projects.
Follow this process when adding or working with Apollo Kotlin:
ApolloClient with auth, logging, and caching.