‹ 返回总目录
安全 最近更新08-04

convex-setup-auth

| 2026-08-01 收录

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

🛍️ 更多精选好物 ›

📊 公开数据一览

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

📝 工具简介

Convex代理技能,用于设置认证功能。

📖 怎么用

安装命令是 `npx skills add get-convex/agent-skills`,想装全部技能就加 `--all`。装完技能自动生效,AI 会自己判断什么时候用。手动触发的话,在 Cursor、VS Code 或 Claude Code 里输 `/convex-setup-auth`,Windsurf 里输 `@convex-setup-auth`。这个技能会引导你完成 Convex 的认证配置。另外如果你想自定义技能,可以用 `/install-skill https://github.com/anthropics/skills/tree/main/skills/skill-creator` 装个创建器,然后按 YAML 格式写技能定义。

📋 迷你测评

给Convex项目配认证用的代理技能。亮点是专为Convex场景定制,省去自己翻文档。属于安全类配置工具,适合快速给应用加登录功能。

📄 README 要点

这是Convex平台的AI代理技能包之一,专门帮你在Convex应用里配置认证功能。安装后,技能会自动触发,你也可以在Cursor、Claude Code、Windsurf等工具里手动调用,比如输入/skill名称或@skill名称。它包含多个技能,最顶层是convex入口,会推荐安装Convex 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 公开数据,非人工实测,仅供参考