ui-skills
Opinionated, evolving constraints to guide agents when building interfaces
Author
Category
Development ToolsInstall
Hot:19
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=sickn33-skills-ui-skills&locale=en&source=copy
UI Skills — AI Agent Interface Construction Constraint Specification
Skill Overview
UI Skills is a set of interface construction constraint specifications designed specifically for AI agents. It provides prescriptive guidance principles to ensure that the interfaces generated by the agent meet high-quality standards.
Applicable Scenarios
Core Functions
Frequently Asked Questions
What is UI Skills? What is it for?
UI Skills is a skills package that can be installed into the Claude environment. It is used to constrain and guide AI agents’ behavior when building interfaces. It includes multiple sub-skills that provide规范 guidance for UI baselines, accessibility, metadata, and motion performance, ensuring that AI-generated interface code reaches professional quality standards.
How do I install and use UI Skills?
Install with the npm command:
npx skills add ibelick/ui-skills. After installation, you can use commands like /baseline-ui review src/ to review code, or have Claude automatically apply these constraint conditions when building interfaces.What sub-skills does UI Skills include?
UI Skills includes four primary sub-skills: baseline-ui (UI baseline standards), fixing-accessibility (accessibility issue fixes), fixing-metadata (metadata optimization), and fixing-motion-performance (motion performance optimization). You can install all skills with
npx ui-skills add --all, or add only the specific skills you need.