‹ 返回总目录
工具 🟢活跃

pr-to-video

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

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

🛍️ 更多精选好物 ›

📊 公开数据一览

📦 榜单安装量2.7K
⭐ GitHub Stars78,401(fork 19)
🗓️ 最近推送2026-08-17
🌱 项目创建2026-03-22
💻 语言 / LicenseTypeScript · MIT
🐛 开放Issue56

📝 工具简介

Taste-Skill技能,给AI好品味,避免生成无聊、千篇一律的设计。

📖 怎么用

安装很简单,先运行 `npx skills add arvindrk/extract-design-system` 装好技能。装完不用额外配置,直接用就行。你可以对 Claude 说“text Extract the design system from https://stripe.com and generate starter token files for this project.”,它会自动抓取网站并生成 JSON 和 CSS 变量文件。也可以让它先分析再生成,比如“text Analyze https://linear.app and summarize the design primitives before generating local tokens.”,或者指定只提取颜色、字体、间距等,像“text Extract colors, typography, spacing, and radius tokens from https://vercel.com and save them for this codebase.”。最后那句“text Review https://tailwindcss.com, extract the most likely design primitives, and generate starter token files only if the results look usable.”是让它先评估再决定要不要生成,挺实用的。

📋 迷你测评

从任意网站提取设计令牌(颜色、字体、间距等),生成JSON和CSS变量,支持AI代理和命令行。亮点是输出标准化格式,可直接对接设计系统。适合前端开发做样式迁移。

📄 README 要点

这个工具能从任意公开网站上反向提取设计令牌,包括颜色、字体、间距、圆角和阴影等,然后生成符合W3C标准的tokens.json和CSS自定义属性,方便你直接用到本地项目里。它既可以作为AI智能体技能(支持Claude、Cursor、Codex)使用,也可以作为独立命令行工具运行。安装方式是通过skills.sh生态,技能优先的设计让AI代理在后台自动执行提取流程。适合做竞品分析、快速搭建设计系统或统一多项目视觉规范时使用,省去手动扒样式表的麻烦。

查看英文原文
extract design system — Extract Design Tokens from Any Website Reverse engineer design tokens (colors, typography, spacing, border radius, shadows) from any public website and generate starter JSON and CSS custom properties for your local project. Available as an AI agent skill (Claude, Cursor, Codex) and standalone CLI. Skills follow Anthropic's Agent Skills overview and are installable through the skills.sh ecosystem. This repository is skills first. It publishes an installable extract design system skill, and the bundled CLI is the executable workflow the agent runs under the hood. What It Extracts Token category Examples Colors brand palette, backgrounds, text, borders Typography font families, sizes, weights, line heights Spacing padding and margin scale Border radius button, card, and pill radii Shadows box shadow values across elevation levels Outputs a W3C compatible tokens.json and a tokens.css file of CSS custom properties, ready to drop into any project. Quick Start Install the skill: [安装/使用命令见下方] Run it from a supported coding agent with a public website: [安装/使用命令见下方] Expected starter outputs: .extract design system/raw.json .extract design system/normalized.json design system/tokens.json design system/tokens.css About This Repository This repository contains a focused agent skill for reverse engineering a starter design system from a public website. The skill is designed to give coding agents a repeatable workflow for: analyzing a public website's colors, typography, spacing, radius, and shadows normalizing the extracted output into a stable structure generating project local starter token files summarizing findings before broader styling or app changes Available Skill extract design system Extract a starter design system from a public website and turn it into local token files. Use when: You want an agent to analyze a public website's visual primitives You want starter design tokens for an existing project You want a repeatable workflow instead of ad h

💬 评论(0)

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

💬 意见反馈 / 联系客服

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