CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. apollographql
  4. /
  5. skills
  6. /
  7. Apollo Ios

Apollo Ios

Editor's Note

This is a complete reference for integrating Apollo iOS into Swift projects. It walks you through the full lifecycle: adding the SDK via SPM, configuring codegen with the canonical swiftPackage + relative setup, wiring up ApolloClient with auth interceptors, writing queries and mutations from SwiftUI views, and generating test mocks only when you need them. The skill is opinionated in the right ways: it defaults you to modern patterns (v2+, Swift concurrency, single shared client), warns against auto-running codegen in Xcode build phases because it tanks compile times, and puts auth logic in interceptors instead of scattered across view code. If you're building a GraphQL app on Apple platforms, this gives you the architecture decisions and the step-by-step wiring in one place.

Install

npx skills add https://github.com/apollographql/skills --skill apollo-ios
Votes
0
Installs232
GitHub Stars77
Categories
Mobile Development
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Mobile Development Skills

View all →
android-jetpack-compose

thebushidocollective/han

0
1.3k
165
android jetpack compose
android-jetpack-compose-expert

sickn33/antigravity-awesome-skills

0
163
39.4k
android jetpack compose expert
Expo UI Jetpack Compose

expo/skills

0
2k
expo ui jetpack compose
Expo UI SwiftUI

expo/skills

0
2k
expo ui swiftui
mobile-ios-design

wshobson/agents

0
16.3k
36.2k
Native iOS app design with SwiftUI, Apple HIG compliance, and adaptive layouts for iPhone and iPad.
mobile-android-design

wshobson/agents

0
16k
36.2k
Material Design 3 and Jetpack Compose patterns for building modern, adaptive Android applications.