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

extract-design-system

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

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

🛍️ 更多精选好物 ›

📊 公开数据一览

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

📝 工具简介

从任意网站提取设计令牌(颜色、字体、间距等),生成JSON和CSS变量,支持AI代理和命令行。

📖 怎么用

先选要装的技能,跑 `npx skills add get-convex/agent-skills`,想全装就加 `--all` 参数。装好后不用手动配,AI 觉得相关时会自动触发。想手动调用的话,在 Cursor、VS Code 或 Claude Code 里输 `/技能名`,Windsurf 用 `@技能名`,Codex 用 `$技能名`。比如要配认证,在 Cursor 里输 `/convex-setup-auth` 就行。

📋 迷你测评

为AI代理安装ui-radar技能,发布于uizze.com。与anti-ui-slop同源,但功能方向不明,建议结合官网或社区评价判断。

📄 README 要点

这是给Convex框架准备的一套AI技能包,能处理Convex的常见工作流。安装后技能会自动生效,AI助手觉得相关的时候就会自己调用。想手动触发的话,不同工具用法不一样,Cursor和VS Code里输斜杠加技能名,Claude Code也一样,Windsurf要用@符号,Codex用美元符号。技能包里包含好几个子技能,比如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 公开数据,非人工实测,仅供参考