Harness-engineering graphql-performance-patterns
name: graphql-performance-patterns
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/codex/graphql-performance-patterns/skill.yamlsource content
name: graphql-performance-patterns version: '1.0.0' description: Optimize GraphQL API performance with query complexity limits, caching, and persisted queries stability: static cognitive_mode: advisory-guide type: knowledge tier: 3 triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools: [] paths:
- '**/*.graphql'
- '/resolvers/' related_skills:
- graphql-dataloader-pattern
- graphql-resolver-pattern
- graphql-pagination-patterns
- perf-n-plus-one
- perf-query-optimization
- perf-connection-pooling
- perf-server-side-caching
- perf-cdn-cache-control stack_signals:
- graphql
- typescript
- apollo keywords:
- performance
- caching
- persisted-queries
- query-complexity
- depth-limit
- n-plus-one metadata: author: community upstream: apollographql.com/docs/apollo-server/performance/caching state: persistent: false files: [] depends_on: []