A collection of design skills that can be installed into AI coding tools like Claude Code, Cursor, and Windsurf to guide them in producing consistent, high-quality design outputs.

Stars

185

7-day growth

No data

Forks

13

Open issues

1

License

MIT

Last updated

2026-07-29

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It bridges the gap between AI coding tools and professional design practice by providing structured, reusable design skill files that anyone can install and customize.

Who it is for

  • Developers using AI code assistants
  • Designers exploring AI-assisted design
  • Product teams wanting consistent AI-generated designs
  • Open-source contributors interested in design tooling

Use cases

  • Building a landing page from scratch with AI guidance
  • Standardizing design outputs across different AI coding tools
  • Quickly prototyping UI components with consistent design language
  • Customizing AI behavior for a brand's design system

Strengths

  • Simple install via copy-paste or git clone for multiple tools
  • Customizable design values allow effortless branding
  • MIT license enables free use, fork, and commercial use
  • Growing collection with potential for more skills

Considerations

  • Currently only one skill (landing-page-design) available
  • Requires manual installation per skill and per tool
  • Limited to design aspects; does not cover backend or logic

README quick start

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.

Related repositories

Similar projects matched by category, topics, and programming language.

gnipbao
Featured
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 & Machine LearningAI Agents
683
yetone
Featured
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 & Machine LearningAI Agents
805
0xwilliamortiz
Featured
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 & Machine LearningAI Agents
545