一个设计技能集合,可安装到 Claude Code、Cursor、Windsurf 等 AI 编码工具中,指导它们生成一致、高质量的设计输出。

Stars

185

7 天增长

暂无数据

Fork 数

13

开放 Issue

1

开源协议

MIT

最近更新

2026-07-29

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它通过提供结构化的、可复用的设计技能文件,弥合了 AI 编码工具与专业设计实践之间的差距,任何人都可以安装并自定义这些文件。

适合谁使用

  • 使用 AI 编码助手的开发者
  • 探索 AI 辅助设计的设计师
  • 希望 AI 生成的设计保持一致的产品团队
  • 对设计工具感兴趣的开源贡献者

典型使用场景

  • 在 AI 指导下从头构建落地页
  • 在不同 AI 编码工具间统一设计输出
  • 用一致的设计语言快速原型化 UI 组件
  • 针对品牌设计系统自定义 AI 行为

项目优势

  • 通过复制粘贴或 git clone 即可简单安装到多种工具
  • 可自定义的设计值实现轻松品牌化
  • MIT 许可证允许免费使用、复刻和商业用途
  • 不断增长的集合,未来有望增加更多技能

使用前须知

  • 目前只有一个技能(落地页设计)可用
  • 需要针对每个技能和每个工具手动安装
  • 仅涵盖设计方面,不涉及后端或逻辑

README 快速开始

AI Design Skills

A growing collection of design skills for AI coding tools — Claude Code, Cursor, Codex, Windsurf, and anything else that reads a markdown rules file.

Each skill is a self-contained folder. Install the ones you need.


Skills

SkillWhat it does
landing-page-designBuilds a landing page from scratch — intake questions, page structure, conversion copy, plus a full visual system (type, spacing, radius, motion)

More on the way. Upgrading an existing site instead of building new? That one lives in its own repo since it predates this collection.


Install

Pick a skill from the table above, then swap `` below for its folder name.

Claude Code

mkdir -p .claude/skills
git clone https://github.com/elayadesign/ai-design-skills.git /tmp/ai-design-skills
cp -r /tmp/ai-design-skills/skills/ .claude/skills/

Then just ask, in plain language, for what that skill covers.

Cursor

mkdir -p .cursor/rules
curl -o .cursor/rules/.md \
  https://raw.githubusercontent.com/elayadesign/ai-design-skills/main/skills//SKILL.md

Or paste the file into Settings → Rules for AI.

Codex / Windsurf / other

Copy the skill's SKILL.md into whatever your tool uses for project rules:

ToolPath
CodexAGENTS.md
Windsurf.windsurfrules
Cline.clinerules
Genericpaste into your system prompt

Claude.ai (no terminal)

Download the skill's SKILL.md and upload it to a Project, or attach it to a chat and say "follow this."


Make it yours

Every skill's design values (fonts, colors, spacing, motion) live in one section near the bottom of its file. Fork this repo, edit that section, and the rest of the skill follows automatically.


License

MIT. Use it, fork it, ship it, sell what you build with it. No attribution needed.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

gnipbao
精选
gnipbao GitHub avatar

story-to-handdrawn-video

A Remotion-based tool that converts Chinese story text or ordered hand-drawn images into vertical hand-drawn diary-comic animation with handwritten captions, left-to-right reveals, optional page-curl transitions, and silent H.264 output for post-production dubbing.

AI 与机器学习AI 智能体
683
yetone
精选
yetone GitHub avatar

kill-ai-slop

Kill AI Slop is a multilingual field guide and agent skill that catalogues 33 common AI-generated design tells with interactive before-after demos, and provides a tool to scan and fix web projects.

AI 与机器学习AI 智能体
805
0xwilliamortiz
精选
0xwilliamortiz GitHub avatar

ponytail-improved

Ponytail is a plugin for AI coding agents that enforces a disciplined ladder of reuse before writing code, reducing code volume by roughly 54% while preserving safety.

AI 与机器学习AI 智能体
545