Last active
January 21, 2026 03:37
-
-
Save up1/4acba9f025d181e737b936c5be0066a5 to your computer and use it in GitHub Desktop.
Vercel :: React Skill
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $npx add-skill vercel-labs/agent-skills | |
| Need to install the following packages: | |
| add-skill@1.0.21 | |
| ┌ skills | |
| │ | |
| ◇ Source: https://github.com/vercel-labs/agent-skills.git | |
| │ | |
| ◇ Repository cloned | |
| │ | |
| ◇ Found 2 skills | |
| │ | |
| ◆ Select skills to install | |
| │ ◼ vercel-react-best-practices (React and Next.js performance | |
| optimization guidelines fro...) | |
| │ ◻ web-design-guidelines | |
| └ | |
| ◆ Select agents to install skills to | |
| │ ◼ Antigravity | |
| │ ◼ Claude Code | |
| │ ◼ Codex | |
| │ ◼ Cursor | |
| │ ◼ Gemini CLI | |
| │ ◼ GitHub Copilot (.github/skills) | |
| │ ◼ Kiro CLI | |
| │ ◼ Windsurf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .github | |
| └── skills | |
| └── vercel-react-best-practices | |
| ├── AGENTS.md | |
| ├── SKILL.md | |
| └── rules | |
| ├── advanced-event-handler-refs.md | |
| ├── advanced-use-latest.md | |
| ├── async-api-routes.md | |
| ├── async-defer-await.md | |
| ├── async-dependencies.md | |
| ├── async-parallel.md | |
| ├── async-suspense-boundaries.md | |
| ├── bundle-barrel-imports.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment