Agent skill · Backend & API

GraphQL Mobile

GraphQL client integration for mobile applications

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexMIT
Install
npx skills add a5c-ai/babysitter --skill graphql-mobile --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Path: library/specializations/mobile-development/skills/graphql-mobile/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# GraphQL Mobile Skill ## Overview This skill provides GraphQL client integration capabilities for mobile applications. It enables configuration of Apollo Client, code generation, caching strategies, and real-time subscriptions. ## Allowed Tools - `bash` - Execute codegen and build tools - `read` - Analyze GraphQL schemas and queries - `write` - Generate typed operations and configurations - `edit` - Update GraphQL implementations - `glob` - Search for GraphQL files - `grep` - Search for patterns ## Capabilities ### Apollo Client (React Native) 1. **Client Configuration** - Configure Apollo Client - Set up HTTP and WebSocket links - Configure authentication - Handle error policies 2. **Caching** - Configure InMemoryCache - Implement type policies - Handle cache normalization - Configure persistence ### Code Generation 3. **GraphQL Codegen** - Generate TypeScript types - Generate React hooks - Generate fragments - Handle custom scalars ### Flutter GraphQL 4. **graphql_flutter** - Configure GraphQL client - Implement queries and mutations - Handle subscriptions - Configure caching ### Native Clients 5. **Apollo iOS** - Configure Apollo iOS client - Generate Swift types - Handle cachi

What's inside
Steps it walks through
  1. Overview
  2. Allowed Tools
  3. Capabilities
  4. Apollo Client (React Native)
  5. Code Generation
  6. Flutter GraphQL
  7. Native Clients
  8. Real-time
  9. Target Processes
  10. Dependencies
  11. Usage Examples
  12. Apollo Client Setup (React Native)
  13. GraphQL Codegen Configuration
  14. Query Hook Usage
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the GraphQL Mobile skill do?

GraphQL client integration for mobile applications

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill graphql-mobile --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going