14 skills · 41 min
Skills
Skill 5 of 14
Guide for building applications with Apollo Kotlin, the GraphQL client library for Android and Kotlin.
1 minute · 155 words · 5 sections
Install
npx skills add apollographql/skills --skill apollo-kotlinnpx skills add apollographql/skills/plugin marketplace add apollographql/skillsThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
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.Guide for building applications with Apollo Kotlin, the GraphQL client library for Android and Kotlin. Use this skill when: (1) setting up Apollo Kotlin in a Gradle project for Android, Kotlin/JVM, or KMP, (2) configuring schema download and codegen for GraphQL services, (3) configuring an `ApolloClient` with auth, interceptors, and caching, (4) writing queries, mutations, or subscriptions,
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
Bash(./gradlew:*)Bash(gradle:*)Bash(curl:*)ReadWriteEditGlobGrepWebFetchskills/apollo-kotlin/SKILL.mdmain, last pushed 23 September 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Apollo GraphQL, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./apollographql/skills.md, and each skill at its own URL..md6 files · 9 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of skill 5.
Documentation the agent loads on demand, rather than up front.
Executable code the skill can run.