Relay
Advanced Relay GraphQL framework skills for React applications
Installation
First, install the Han CLI tool:
npm install -g @thebushidocollective/hanThen install the plugin:
han plugin install buki-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
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.