Relay
v1.1.2Advanced Relay GraphQL framework skills for React applications
Installation
Install han binary (required for hooks to work):
curl -fsSL https://han.guru/install.sh | bashThen install this plugin:
han plugin install jutsu-relayOverview
Advanced Relay GraphQL framework skills for React applications
Skills
This plugin provides the following skills:
- Relay Fragments Patterns
- Relay Mutations Patterns
- Relay Pagination
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-relay
License
Licensed under MIT - see repository for details.
Skills
relay-fragments-patterns
Use when relay fragment composition, data masking, colocation, and container patterns for React applications.
relay-mutations-patterns
Use when relay mutations with optimistic updates, connections, declarative mutations, and error handling.
relay-pagination
Use when relay pagination with cursor-based pagination, infinite scroll, load more patterns, and connection protocols.