home / skills / sickn33 / antigravity-awesome-skills / ui-skills
This skill provides opinionated, evolving interface constraints to guide agents in building robust UI patterns and consistent frontends.
npx playbooks add skill sickn33/antigravity-awesome-skills --skill ui-skillsReview the files below or copy the command above to add this skill to your agents.
---
name: ui-skills
description: "Opinionated, evolving constraints to guide agents when building interfaces"
source: "https://github.com/ibelick/ui-skills"
risk: safe
---
# Ui Skills
## Overview
Opinionated, evolving constraints to guide agents when building interfaces
## When to Use This Skill
Use this skill when you need to work with opinionated, evolving constraints to guide agents when building interfaces.
## Instructions
This skill provides guidance and patterns for opinionated, evolving constraints to guide agents when building interfaces.
For more information, see the [source repository](https://github.com/ibelick/ui-skills).
This skill provides a set of opinionated, evolving constraints to guide agents when designing and implementing user interfaces. It encodes interface patterns, consistency rules, accessibility guardrails, and interaction conventions so agents produce cohesive UI code and designs. The goal is to reduce iteration, prevent common anti-patterns, and speed safe, production-ready UI delivery.
The skill supplies a living set of constraints and patterns that agents consult during interface planning, component selection, and code generation. Constraints cover layout, accessibility, responsive behavior, state management, and security considerations, and can be adapted as requirements change. Agents apply these rules to propose component structures, generate code snippets, and flag violations for review.
Can I customize the constraints for my project?
Yes. Constraints are designed to be adapted—version them and adjust rules to match your design language and technical stack.
How does this skill handle accessibility requirements?
It includes concrete accessibility checks (labels, roles, keyboard focus, contrast) and recommends fixes when violations are detected.