Apollo Graphql
v1.1.2Advanced Apollo GraphQL skills for client and server development
Installation
Install han binary (required for hooks to work):
curl -fsSL https://han.guru/install.sh | bashThen install this plugin:
han plugin install jutsu-apollo-graphqlOverview
Advanced Apollo GraphQL skills for client and server development
Skills
This plugin provides the following skills:
- Apollo Caching Strategies
- Apollo Client Patterns
- Apollo Server Patterns
Usage
Once enabled, Claude will automatically apply these skills when working with relevant code. The plugin provides context and expertise that Claude uses to:
- Write idiomatic code following best practices
- Suggest appropriate patterns and architectures
- Catch common mistakes and anti-patterns
- Provide framework-specific guidance
Installation
Install with npx (no installation required):
han plugin install jutsu-apollo-graphql
License
Licensed under MIT - see repository for details.
Skills
apollo-caching-strategies
Use when implementing Apollo caching strategies including cache policies, optimistic UI, cache updates, and normalization.
apollo-client-patterns
Use when implementing Apollo Client patterns for queries, mutations, cache management, and local state in React applications.
apollo-server-patterns
Use when building GraphQL APIs with Apollo Server requiring resolvers, data sources, schema design, and federation.