Harness-engineering next-data-fetching
name: next-data-fetching
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/next-data-fetching/skill.yamlsource content
name: next-data-fetching version: "1.0.0" description: Server-side data patterns, avoiding waterfalls, sequential vs parallel fetching stability: static cognitive_mode: advisory-guide type: knowledge tier: 3 triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools: [] paths:
- "next.config.*"
- "/app//*.tsx"
- "/app//*.ts"
- "/pages//*.tsx" related_skills:
- next-server-components
- next-caching-strategies
- next-streaming-suspense
- tanstack-prefetching
- tanstack-dependent-queries stack_signals:
- nextjs
- react
- typescript keywords:
- data-fetching
- waterfall
- parallel-fetch
- Promise.all
- server-component
- async-component
- request-deduplication metadata: author: community upstream: https://nextjs.org/docs/app/building-your-application/data-fetching/fetching state: persistent: false files: [] depends_on: []