‹ 返回总目录
工具 最近更新08-04

vercel-react-native-skills

| 2026-08-01 收录(在榜3天)

☆ 收藏
🛒 📚 AI提效实战指南 · 图解Skill🛒 📱 大流量手机卡 · 低月租📣 加入推广 · 佣金80-300/张 ›

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量6.9K
⭐ GitHub Stars42(fork 8)
🗓️ 最近推送2026-08-04
🌱 项目创建2026-02-10
💻 语言 / LicenseTypeScript · 未标注
🐛 开放Issue5

📝 工具简介

Vercel官方agent技能合集,用于React Native开发。

📖 怎么用

先选要装的技能,运行 `npx skills add get-convex/agent-skills` 装指定技能,或加 `--all` 参数全装。装好后技能会自动生效,不用手动初始化。手动调用看你的工具:Cursor 或 Claude Code 里输 `/技能名`,Windsurf 用 `@技能名`,Codex 用 `$技能名`。比如配认证就输 `/convex-setup-auth` 或 `@convex-setup-auth`。想装别的技能,用 `/install-skill` 加 GitHub 链接就行。

📋 迷你测评

公共仓库,用来构建和分享Agent技能。亮点是开源共享,方便大家直接复用现成技能。没有具体数据,但胜在门槛低,适合想快速上手的团队。

📄 README 要点

这是给 Convex 工作流准备的一套 Agent 技能包,主要帮你处理常见的 Convex 开发任务。它包含几个核心技能,比如快速启动新项目或给现有应用加 Convex、设置认证、创建可复用组件、安全规划数据库迁移等。安装后,技能会在 Agent 判断相关时自动应用,你也可以在 Cursor、VS Code、Claude Code、Windsurf 或 Codex 里通过斜杠命令或 @ 符号手动调用。比如在 Cursor 里输入 /convex quickstart 就能开始新项目。这套工具特别适合用 AI 辅助开发 Convex 应用、想减少重复配置工作的开发者。

查看英文原文
Convex Agent Skills Agent skills for common Convex workflows. Install [安装/使用命令见下方] Usage Skills are applied automatically when the agent determines they're relevant. How you manually invoke them depends on your tool: Tool Manual invocation Cursor /skill name VS Code (GitHub Copilot) /skill name Claude Code /skill name Windsurf @skill name Codex (OpenAI) $skill name For example, to kick off auth setup in Cursor or Claude Code: [安装/使用命令见下方] In Windsurf: [安装/使用命令见下方] Available Skills convex Top level entry point for Convex work. Recommends installing Convex AI files, then routes to a more specific Convex skill. convex quickstart Start a new Convex project or add Convex to an existing app. convex setup auth Set up authentication for a Convex app. convex create component Build a reusable Convex component with clear boundaries. convex migration helper Plan and run Convex migrations safely. convex performance audit Investigate Convex performance problems and bottlenecks. Skill Philosophy Skills in this repo should be laser focused on a specific task or workflow. A good skill helps an agent take action, for example: set up authentication create a component perform a migration diagnose performance issues A skill should not exist just to provide generic background information. If content is mostly reference material, it should usually live in documentation, not as a standalone skill. Reference material is still useful inside a skill, but only when it helps the agent complete a concrete task. Contributing Before contributing, review the core Agent Skills docs: Overview What are skills? Specification Optimizing skill descriptions Evaluating skill output quality If your skill bundles scripts, also read Using scripts in skills. Install dependencies once with npm install , then use: npm run format to rewrite files npm run format check to verify formatting before opening a PR Validating Skills Validate skills by trying to use them in a realistic temp project, not just by reading th

💬 评论(0)

交流使用体验、避坑建议;违规内容将被删除

💬 意见反馈 / 联系客服

数据来源:skills.sh 榜单 + GitHub 公开数据,非人工实测,仅供参考