React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
来自 Vercel 工程的 React 和 Next.js 性能优化指南。此技能应在编写、审查或重构 React/Next.js 代码时使用,以确保最佳性能模式。触发条件为涉及 React 组件、Next.js 页面、数据获取、捆绑优化或性能改进的任务。
Category: developer (开发工具) · Author: OneKeyHQ · Version: @x · License: NOASSERTION
npx skills add OneKeyHQ/react-best-practices下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Gemini CLI for one-shot Q&A, summaries, and generation.
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
iMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.
Category:developer