Install
$ agentstack add skill-quaylabshq-skill-graph-vercel-react-best-practices ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Vercel React Best Practices
Navigable reference graph for React/Next.js performance optimization. 58 rules organized by priority and impact.
Rule Categories by Priority
| Priority | Category | Impact | Reference | |----------|----------|--------|-----------| | 1 | Eliminating Waterfalls | CRITICAL | [references/async-waterfalls/overview.md](references/async-waterfalls/overview.md) | | 2 | Bundle Size Optimization | CRITICAL | [references/bundle-size/overview.md](references/bundle-size/overview.md) | | 3 | Server-Side Performance | HIGH | [references/server-performance/overview.md](references/server-performance/overview.md) | | 4 | Client-Side Data Fetching | MEDIUM-HIGH | [references/client-data-fetching/overview.md](references/client-data-fetching/overview.md) | | 5 | Re-render Optimization | MEDIUM | [references/rerender-optimization/overview.md](references/rerender-optimization/overview.md) | | 6 | Rendering Performance | MEDIUM | [references/rendering-performance/overview.md](references/rendering-performance/overview.md) | | 7 | JavaScript Performance | LOW-MEDIUM | [references/js-performance/overview.md](references/js-performance/overview.md) | | 8 | Advanced Patterns | LOW | [references/advanced-patterns/overview.md](references/advanced-patterns/overview.md) |
When to Apply
Reference these guidelines when:
- Writing new React components or Next.js pages
- Implementing data fetching (client or server-side)
- Reviewing code for performance issues
- Refactoring existing React/Next.js code
- Optimizing bundle size or load times
How to Use
- Identify which category matches your current task
- Navigate to that category's overview for a summary of all rules
- Read individual rule files for detailed explanations and code examples
- Each rule includes incorrect/correct code patterns
Extensions
| Topic | Reference | |-------|-----------| | Future extensions & contribution patterns | [references/extensions.md](references/extensions.md) |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: quaylabshq
- Source: quaylabshq/skill-graph
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.