graphql-workflow
Installation
SKILL.md
GraphQL Workflow Skill
This skill provides a generic, project-agnostic workflow for GraphQL development with automatic code generation. The core pattern is role-based file naming which enables type-safe, permission-aware GraphQL operations.
When This Skill Activates
Claude automatically uses this skill when you:
- Create a new GraphQL query, mutation, or subscription
- Modify existing GraphQL operations
- Troubleshoot GraphQL codegen errors
- Regenerate types after schema changes
- Validate GraphQL file naming conventions
- Need to understand role-based GraphQL structure
The Core Pattern: Role-Based File Naming
The key insight is that GraphQL operations should be organized by permission role, not by feature or operation type.