Vercel React Guidance for This Client
SkillCloud & infraApply relevant Vercel React guidance to this Vite client when reviewing a changed React flow or investigating a performance concern.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Vercel React Guidance for This Client skill
What this skill tells your AI
The instructions your AI receives, as published by bitsocialnet/5chan in .agents/skills/vercel-react-best-practices/SKILL.md and read by ahel’s review.
Select rules for the affected behavior; do not load the entire compiled AGENTS.md or run every rule as a checklist. The bundled reference is an upstream React/Next.js guide, while this repository is a Vite client with Bitsocial hooks and Zustand.
Useful starting points when relevant:
- Derived state or effect synchronization: derived state, event logic.
- Render/subscription cost: defer reads, simple expressions, transient values.
- Repeated browser work: event listeners, passive listeners.
- Bundle or async bottlenecks: barrel imports, independent async work.
Read other rules/ files only when their topic applies. Skip Next.js, Server Components, server caching, server actions, and hydration guidance for this client. Do not introduce SWR, Next.js APIs, manual memoization, or a new dependency merely because an upstream example uses it. Adapt examples to the installed React/compiler behavior, existing data layer, and product design constraints.
Establish a correctness or measured performance reason for a change, preserve error handling and accessibility, and verify the affected behavior under docs/agent-playbooks/verification.md. Treat reference priorities as triage guidance rather than mandatory refactor targets. Licensed upstream rule files and their attribution remain intact.
Signals
- GitHub stars
- 131
- Forks
- 14
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
vercel-react-best-practices-bitsocialnet- Source
- github.com/bitsocialnet/5chan