Robi's Design Best Practice

Teach your AI agent beautiful, accessible UI/UX design principles

Install the skill npx skills add Ethiopian-Cursor-Community/robis-design-best-practice

What is a Skill?

A Skill is a reusable capability for AI agents. Think of it as a plugin or extension that teaches your AI coding assistant how to perform specific tasks more effectively.

Skills provide procedural knowledge - step-by-step guidance, best practices, code patterns, and domain expertise - that helps agents accomplish tasks they wouldn't know how to do well on their own.

Skills work with popular AI coding agents including Cursor, Claude Code, Windsurf, Cline, GitHub Copilot, and many others. Browse and discover skills at skills.sh.

Why Your Agent Needs Design Skills

Today at Dagmawi Babi's Meetup, Robi taught us about good UI/UX design - covering color theory, spacing systems, dark mode handling, animations, and more.

Here's the thing: nowadays, agents are building more than we do.

Your AI agent writes your components, generates your styles, and builds your interfaces. But does it know about low saturation colors? Does it understand why pure black on white causes halation? Does it follow the 4px spacing system?

It doesn't - unless you teach it.

What This Skill Teaches

Everything Robi covered in his "Bespoke UI" presentation:

Color Theory

HSL basics, low saturation, WCAG AAA contrast, halation prevention

Spacing System

4px multiples for visual consistency across your UI

Border Radius

Concentric stacking formula for nested elements

Icon Consistency

Same weight, same size, filled for active states

Dark Mode

Borders instead of shadows, desaturated colors

Animations

Smooth easings, micro-interactions for premium feel

How to Use

1. Install the skill

npx skills add Ethiopian-Cursor-Community/robis-design-best-practice

2. Reference it in Cursor

When building designs, reference the skill with /:

/robis-design-best-practice create a card component following best practices

Your agent will now follow the design principles advised by Robi.


How We Built It

We used two skills from Anthropic to create this:

Skills building skills. That's the power of the ecosystem.