Skip to content

Conversation

@inariku
Copy link

@inariku inariku commented Jan 16, 2026

Summary

Add React Best Practices power based on Vercel Engineering's performance optimization guidelines.

Contents

  • POWER.md - Overview and quick reference
  • steering/ - 46 files:
    • 45 individual rule files (async-, bundle-, server-, client-, rerender-, rendering-, js-, advanced-)
    • full-guide.md (compiled AGENTS.md with all rules)

Categories (by priority)

Priority Category Impact Rules
1 Eliminating Waterfalls CRITICAL 5
2 Bundle Size Optimization CRITICAL 5
3 Server-Side Performance HIGH 5
4 Client-Side Data Fetching MEDIUM-HIGH 2
5 Re-render Optimization MEDIUM 7
6 Rendering Performance MEDIUM 7
7 JavaScript Performance LOW-MEDIUM 12
8 Advanced Patterns LOW 2

Source

https://github.com/vercel-labs/agent-skills/tree/main/skills/react-best-practices

License

MIT (Original Author: @shuding at Vercel)

Riku Inada added 2 commits January 16, 2026 20:32
- Add POWER.md with overview and quick reference
- Add 45 individual rule files in steering/
- Add full-guide.md (compiled AGENTS.md)
- Update README.md

Source: https://github.com/vercel-labs/agent-skills/tree/main/skills/react-best-practices
License: MIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant